NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rsync to ext2 filesystem issues





El 7/9/26 a las 12:46, Greg Troxel escribió:
It seems overwhelmingly likely that there are bugs in the NetBSD ext2
implementation.  A program like rsync cannot cause a system lockup other
than via triggering a usually-latent kernel bug.

You might try using the rump option to mount, or to see if there are
fuse ext2fs implementations.  Perhaps between code reading and
experiments you can find the bug.

   FUSE-EXT2 options:
       -o force
force read-write mount (EXPERIMENTAL, the option rw without force mounts the file system in read-only mode, with a warning).

-o rw+ enable read-write mount (EXPERIMENTAL, is a shortcut for -o rw,force)


Umm, seems to be a bit risky....



My own approach is not to use ext2fs :-)



Home | Main Index | Thread Index | Old Index