Results 1 to 6 of 6
Code:
[root@archlight disk-10]# rm -R ./*
rm: cannot remove `./
Thread: [SOLVED] Can't remove files on USB flashdrive
2}.362': Read-only file system rm: cannot remove `./\r\nsyslin.UX': Input/output error rm: cannot remove `./ 6(~f?
Thread: [SOLVED] Can't remove files on USB flashdrive
22M.?f1': Read-only file system rm: cannot remove `./ 0.f5?': ...- 05-22-2008 #1
[SOLVED] Can't remove files on USB flashdrive
Code:[root@archlight disk-10]# rm -R ./* rm: cannot remove `./\002}.\3536\352': Read-only file system rm: cannot remove `./\r\nsyslin.UX': Input/output error rm: cannot remove `./\016(~f?\002\262M.?f\241': Read-only file system rm: cannot remove `./\020.f\275?': Input/output error rm: cannot remove `./ -.S': Read-only file system rm: cannot remove `./2007.11.20_12.35.bld': Read-only file system rm: cannot remove `./?\002?>%l4y': Read-only file system rm: cannot remove `./?t\t?\016?\a.?\020?': Input/output error rm: cannot remove `./P701L.gz': Read-only file system rm: cannot remove `./blockcount.dat': Read-only file system rm: cannot remove `./ldlinux.sys': Read-only file system rm: cannot remove `./syslinux.cfg': Read-only file system rm: cannot remove `./user_start.dat': Read-only file system rm: cannot remove `./\353?EIt\ffB.f9\024': Input/output error [root@archlight disk-10]# ls ls: cannot access syslin.UX: Input/output error ls: cannot access �?EIt fB.f9: Input/output error ls: cannot access ?t ??.??: I┼⎻┤├/⎺┤├⎻┤├ ␊⎼⎼⎺⎼ ┌⎽: ␌▒┼┼⎺├ ▒␌␌␊⎽⎽ .°½?: I┼⎻┤├/⎺┤├⎻┤├ ␊⎼⎼⎺⎼ ?£.?6? ?.°?? ???>%┌4≤ ␉┌⎺␌┐␌⎺┤┼├.␍▒├ ┤⎽␊⎼_⎽├▒⎼├.␍▒├ ??⎽≤⎽┌␋┼.UX -.S ?├?????.??? ┌␍┌␋┼┤│.⎽≤⎽ ??EI├?°B.°9? ?(·°???M.?°? 2007.11.20_12.35.␉┌␍ P701L.±≥ ⎽≤⎽┌␋┼┤│.␌°± [⎼⎺⎺├@▒⎼␌┌␋±├ ␍␋⎽┐-10]#
- 05-22-2008 #2
Something is wrong with USB drive. Remount it and execute ls command again. Check same USB drive in other machine too.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-22-2008 #3
Remounting or using another computer doesn't fix it. I tried formating the drive, but the files remain. I can still place files on the drive, but it is hard to work with them since certain commands cause the terminal to freak out.
- 05-22-2008 #4Thats really weird. Formatting disk should remove everything.I tried formating the drive, but the files remain.
Plug-in Drive again in Linux Machine and execute this
Make sure to use correct device name ( /dev/sdb ) else it will wipe your other disk. Check the output of fdisk -l command to check device name assigned to USB drive.Code:dd if=/dev/zero of=/dev/sdb
Above command will wipe drive and you have to create new partition(s). You can use any Partition Manager to do that. You must have root privileges to execute above command.
If you have any confusion regarding device name, post the output of fdisk -l command here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-22-2008 #5
- 05-23-2008 #6
Glad to help you !

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



