Hello folks, I need to mount a NetBSD FFS disk but through XFCE4 I can mount it only in read mode.
I was convinced that Unix filesystems were compatible across all the BSD families.
I wonder if I can mount it with:
Hint found here: https://wiki.netbsd.org/tutorials/how_to_mount_ffs_partition_under_linux/#index4h1
Thanks... ?
I was convinced that Unix filesystems were compatible across all the BSD families.
I wonder if I can mount it with:
Code:
# mount -t ufs -o ro,ufstype=44bsd /dev/$PARTITION /mnt/netbsd
Hint found here: https://wiki.netbsd.org/tutorials/how_to_mount_ffs_partition_under_linux/#index4h1
Thanks... ?