Pen-drive read only system error ubuntu


 Pen-drive is saying Read-only FileSystem whenever we are coying some thing in ubuntu


In order to solve this error just type this command in command line

dosfsck -a -v /dev/sdc

/dev/sdc is the place where your pendrive is present. You can get it by typing dmesg|tail

Now you can cut,copy,paste anything in your pendrive

Comments

Post a Comment

Popular posts from this blog

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PR, PN and PV Variable in Yocto