All of lore.kernel.org
 help / color / mirror / Atom feed
* reiserfs on removable media
@ 2003-07-02 18:23 Zygo Blaxell
  2003-07-02 18:45 ` Andreas Dilger
  2003-07-03  6:08 ` reiserfs on removable media Oleg Drokin
  0 siblings, 2 replies; 9+ messages in thread
From: Zygo Blaxell @ 2003-07-02 18:23 UTC (permalink / raw)
  To: reiserfs-list

I have a 120GB reiserfs in a portable disk enclosure with USB2.0 and
IEEE1394 interfaces.  Unfortunately the current Linux USB and firewire
drivers in 2.4.21 still have nasty issues, with the result that I've had
too many crashes to count while working out how to get the device drivers
to talk to this disk reliably (probably 50 or more crashes so far).

Obviously these problems aren't reiserfs's fault, nor can reiserfs do
anything about these problems, but it's nice to see that reiserfs survives
as well as it does.

Two reiserfs improvements come to mind:

- There is a tendency for files that were being grown at crash time to
contain invalid data.  It seems that the inodes are being updated before
the data blocks they refer to are written.  It would be nice if the inode
writes were deferred (or at least made invisible) until after the data
blocks were written.  I'd rather lose my data than possibly have random
garbage masquerading as my data.

- If the device is detached while a filesystem is mounted, reiserfs gets a
whole lot of I/O errors (or worse) and immediately oopses.  It would be
nice if reiserfs would handle this a bit more gracefully--it should at
least let me kill processes with open files and umount the filesystem.
OTOH many other things also oops with with current USB/firewire/scsi device
driver stack too.  :-P

Otherwise, this particular reiserfs has survived all of the crashes so
far, even under the heavy I/O loads that seem to trigger the crashes.
Cool.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-07-03  6:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-02 18:23 reiserfs on removable media Zygo Blaxell
2003-07-02 18:45 ` Andreas Dilger
2003-07-02 18:53   ` Hans Reiser
2003-07-02 18:59     ` Chris Mason
2003-07-02 19:08       ` Dieter Nützel
2003-07-02 19:17         ` Chris Mason
2003-07-02 20:19     ` Zygo Blaxell
2003-07-03  2:02   ` Recipe for reiserfs oops on "removable" disks (was: Re: reiserfs on removable media) Zygo Blaxell
2003-07-03  6:08 ` reiserfs on removable media Oleg Drokin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.