12/20 I'm trying to mount a FreeBSD UFS partition read-write using
Knoppix. The mount command shows it being mounted rw, but when
I try to write to any file (as root) it says that the filesystem
is read only. Any suggestions?
root@knoppix# mount -t ufs -o ufstype=ufs2 /dev/hda1 /mnt/hda1
root@knoppix# mount
/UNIONFS/dev/hda1 on /mnt/hda1 type ufs (rw,ufstype=ufs2)
root@knoppix# cd /mnt/hda1/tmp ; touch foo
touch: cannot touch `foo': Read-only file system
\_ check dmesg for warnings? Also, I don't know if the module comes
w/ write support by default
\_ Thanks, looks like the linux UFS module doesn't support RW.
\_ Thanks. |