How do I access a floppy or USB device like a memory stick on the CS Linux machines?
To access a USB device like a memory stick or USB hard drive, just plug it into an available USB port (check the left side of the Dell LCD monitors or under the gray front cover on some of the Dell Optiplex systems). This should result in the device being automatically mounted for you under /media/DEVICE_LABEL where “DEVICE_LABEL” is the label on the device. When you are finished using the device, you can safely unmount the filesystem by either: • Select “Unmount Volume” from the File menu of the browser window that popped up when you inserted the device. OR • Run “eject /media/DEVICE_LABEL” from the command prompt, where DEVICE_LABEL is the same name used to access the device. Once the device is unmounted, it is safe to unplug it. If you get a “device is busy” error when you try to eject/unmount the device then you have a process running that has the device open. This may be because you cd’ed to that directory so just cd back out of it and try again. If you want to access a DOS format