Re: umount

From: Jim Crilly
Date: Mon Nov 28 2005 - 02:15:23 EST


On 11/27/05 09:01:07PM -0500, Patrick McFarland wrote:
> On Sunday 27 November 2005 20:42, Mark Knecht wrote:
> > On 11/27/05, Grant Coady <grant_lkml@xxxxxxxxxxx> wrote:
> > > It leaves me with a little distrust of linux' handling of non-locked
> > > removable media (as opposed to lockable media like a zipdisk or cdrom).
> > >
> > > Grant.
> >
> > Under Windows, if a 1394 drive is unplugged without unmounting, it you
> > get a pop up dialog on screen telling you that data may be lost, etc.
> > while under any of the main environments I've tried under Linux
> > (Gnome, KDE, fluxbox) there are no such messages to the user. I have
> > not investigated log files very deeply, other than to say that dmesg
> > will show the drive going away but doesn't say it was a problem.
> >
> > I realize it's probably 100x more difficult to do this under Linux, at
> > least at the gui level, but I agree with your main point that my trust
> > factor is just a bit lower here.
>
> No, WIndows says that because it is unable to mount a partition as sync,
> unlike Linux. Linux Desktop Environments simply don't tell the user because
> no data is lost if they unplug the media.

Both of those statements are not true. At least in XP removable media is
mounted sync by default, you have to go into the device manager and toggle
a radio button to "optimize for performance" before it'll do async writes.
I think the setting was the opposite in Win2K but I can't say for sure.

And even with sync writes it's possible to unplug the drive before the
write completes and if the drive is powered by USB there's no way to know
just how much data made it to disk. Ideally the kernel would emit some
message so that HAL or something can catch it and popup a message or
something.

>
> --
> Patrick "Diablo-D3" McFarland || diablod3@xxxxxxxxx
> "Computer games don't affect kids; I mean if Pac-Man affected us as kids,
> we'd all be running around in darkened rooms, munching magic pills and
> listening to repetitive electronic music." -- Kristian Wilson, Nintendo,
> Inc, 1989
>

Jim.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/