usb flash drives

Marnes mmmaaarrrnnneeesss at gmail.com
Sun Jul 15 04:15:17 UTC 2007


On 7/14/07, JD <jdangler at atlantic.net> wrote:
> Machine 1:
> Plug in flash drive
> dmesg (as sudo)
>
> see that /dev/sde , /dev/sde1 are there
>
> mkdir /mnt/usb
>
> mount /dev/sde1 /mnt/usb
>
> check this dir, it's ok

Are you sure this "mount" really worked (two lines above)? What are
you checking in this dir (above line)? If it is just ". and .."? Maybe
your "mount" didn't work and the "ls -la" shows you the /mnt/usb
directory just created. (follow...)

> cp <somefile> /mnt/usb
>
> ls /mnt/usb
> <somefile>
>
> umount /mnt/usb

Check it here again: "ls /mnt/usb".
If <somefile> is still there, your "mount" didn't work and you copied
the file to the directory /mnt/usb, not to the usb drive.


> Machine 2:
>
> Plug in flash drive
>
> Konqueror dialog opens
> I open a conqueror window...
> 0 items, 0 folders
>
> In a term on machine 2
> dmesg (as sudo)
>
> see that /dev/sdb , /dev/sdb1 are there
>
> mkdir /mnt/usb
>
> mount /dev/sdb1 /mnt/usb
>
> check this dir, it's ok
>
> ls -l /mnt/usb
>
> (empty)
>
> Why?
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>




More information about the ubuntu-users mailing list