How can mount freebsd disk partition with read and write permission in deban?
0
votes
0
answers
75
views
My freebsd installed on /dev/sdb2,it can mount with read permission:
sudo mkdir /mnt/freebsd
sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdb2 /mnt/freebsd
How can mount it with read and write permission then?
sudo mount -rw -t ufs -o ufstype=ufs2 /dev/sdb2 /mnt/freebsd
mount: /mnt/freebsd: /dev/sdb2 is write-protected but explicit read-write mode requested.
Asked by showkey
(499 rep)
Jul 21, 2021, 02:06 AM