Filesystem can be remount-ed using the following command:
1) Remounting Filesystem with Read and Write if the root filesystem mounted on /dev/sda1
sudo mount -o remount,rw /dev/sda
2) Remounting Filesystem with Read Only if the root filesystem mounted on /dev/sda1
sudo mount -o remount,ro /dev/sda1
Subscribe to:
Post Comments (Atom)
Home

0 comments:
Post a Comment