Robert Cates wrote this at Mon, Aug 27, 2007 at 05:49:16PM +0200 > Thanks for the tip/info. My dmesg shows: > usb-storage: waiting for device to settle before scanning > Vendor: Model: MediBase Rev: 1100 > Type: Direct-Access ANSI SCSI revision: 00 > SCSI device sda: 8125440 512-byte hdwr sectors (4160 MB) ^^^ As you can see, you're device is mapped to /dev/sda so to mount it you would issue something like this (first partition, assumes FAT32).
mount -t vfat /dev/sda1 /mnt/sda1 -o rw,umask=0000,user,exec Make sure you have a folder named «sda1» in /mnt. Good luck! -- Yours sincerely Jostein Elvaker Haande "A free society is a place where it is safe to be unpopular" - Adlai Stevenson Web: http://tolecnal.net - Mail: tolecnal <a> tolecnal <dot> net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]