remount read-only / to as read/write
FFS or BSD partition mounting in Linux mount -r -t ufs -o ufstype=44bsd /dev/hdd7 /mnt
Null Mount or Bind Mount (Mount a folder in linux)
in /etc/fstab
Note that when mount command is used usually df won't show the mounted null partitions. But when fstab is modified and mount -a is used, df will show the newly mounted partitions.
|
Linux >