Usually it should be mounted automatically.

But you can try:
sudo mkdir /media/memory-stick
sudo chown YOURUSERNAME /media/memory-stick
sudo mount -t vfat /dev/sdb1 /media/memory-stick

But change sdb1 by the correct device. If the drive is not fat32
formatted exchange vfat with either ext3, ext4, ntfs, whatever you use.
With this you create a mount point, give the folder to yourself, so that
you have access later, and not only root can read and write there.
And mount it finally.

To unmount later use:
sudo umount /media/memory-stick

To see, if the device is recognized at all, you can use lsusb

Regards Janosch

Am 24.06.2010 12:08, schrieb Steen Andersen:
> Hi.
> 
> How do I access a memory stick with Ubuntu?? 
> When I insert my Cruzer stick, it does not show up in Ubuntu.
> 
> Steen
> 
> 
> 
> _______________________________________________
> LUG mailing list
> [email protected]
> http://kym.net/mailman/listinfo/lug
> 
> LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
> 
> All Archives can be found at http://www.mail-archive.com/[email protected]/
> 
> The above comments and data are owned by whoever posted them (including 
> attachments if any). The List's Host is not responsible for them in any way.
> ---------------------------------------
> 

-- 
Janosch Maier <[email protected]> -- http://phynformatik.de
This E-Mais is signed via GnuPG <http://gnupg.org/>. My public key:
0xEB21B1DE

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug

LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

All Archives can be found at http://www.mail-archive.com/[email protected]/

The above comments and data are owned by whoever posted them (including 
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------

Reply via email to