i have deleted a usb disk using Gparted , and i am trying to create new disk using the unlocated space .. and i found this message
Can't write to /dev/sdb, because it is opened read-only.
i have deleted a usb disk using Gparted , and i am trying to create new disk using the unlocated space .. and i found this message
Can't write to /dev/sdb, because it is opened read-only.
Run the following commands:
sudo hdparm -r0 /dev/sdb
sudo umount /dev/sdb
Then go to Gparted and format the drive as FAT32.
Now it can be opened by Windows or any other operating system.
sudo hdparm -r0 /dev/sdb
will help? – You'reAGitForNotUsingGit Nov 29 '16 at 15:48dd
. – You'reAGitForNotUsingGit Nov 29 '16 at 16:08