I plugged in a USB ram drive and it didn't work as advertised. I solved my problem by using a different drive, but the image from the first one is still stuck on my desktop. How do I remove it?
The mount command shows the device as /dev/sdb1 on /media/NO NAME type vfat
The below pretty much shows my situation:
The mount command shows the device as /dev/sdb1 on /media/NO NAME type vfat
The below pretty much shows my situation:
Code:
ole@SCO:/media$ sudo rm -rf NO\ NAME/ [sudo] password for ole: rm: cannot remove directory `NO NAME': Device or resource busy ole@SCO:/media$ umount /media/NO\ NAME/ /sbin/umount.hal: /media/NO NAME is not recognized by hal








All windows were still open though. Anyway, that meant I had to do the unthinkable - reboot. I did that and the dud icon went away, and so did the /media/noname directory. So that problem is fixed - albeit in the most inelegant way possible.
Comment