Berkeley CSUA MOTD:Entry 41099
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2005/12/20-22 [Computer/HW/Drives] UID:41099 Activity:low
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.