NetBSD-Users archive

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

Re: rsync to ext2 filesystem issues



On Thu, 17 Sep 2026, Ramiro Aceves wrote:

Perhaps I should take into account the ntfs-3g filesystem from FUSE
that adr pointed here. A problem in it will not panic the whole
system.


You can rump mount (hoping never to put those 2 words next to each other
again...) for the same effect:

```
$ sudo mount -t ext2fs -o rump /dev/dk11 /mnt
```

-RVP


Home | Main Index | Thread Index | Old Index