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
Comment