Answers for "linux chmod read-only file system"

2

ubuntu "Read-only filesystem"

// first unmount the drive. then:
sudo fsck.ext4 -f /dev/sdd2
sudo mount -vo remount,rw /dev/sdd2
Posted by: Guest on November-23-2021
2

how to change read-only file system in linux

If you're dual booting your machine with Ubuntu and Windows together and this issue occurs,it's because Windows changes the filesystem,in that case this might do the trick. Try disabling fast startup

Control Panel > Hardware and Sounds > Power Options > (in the left) Choose what closing the lid does > Change settings that are currently unavailable > Untick 'Turn on fast startup'
Posted by: Guest on September-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language