Thread: cant delete files from flash drive
how can delete files?user@puter: cd /media/flashdrive
user@puter: /media/flashdrive$ ls
red-documents
user@puter: /media/flashdrive$ rm -r red-documents
rm: cannot remove `red-documents': read-only file system
you have mount filesystem writable. mounted read only.
ex. sudo mount -o remount,rw /dev/sdb1 /media/flashdrive
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [kubuntu] cant delete files from flash drive
Ubuntu
Comments
Post a Comment