Thursday, January 23, 2014

Mount the file system for read write mode Linux

mount -o remount,rw  /          #whole root disk will be changed
mount -o remount,rw  /dev/sda    #Only sda partition will be changed to                                       rw -mode

No comments:

Post a Comment