[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: USB memory stick?



stan wrote:
I was given a USB memory stick, as a promotional giveawau by a vrndor,
Friday.

How can I use this with my Debian laptop?


If I understand correctly you're talking about an USB drive. If this is the case, Linux will see it as an SCSI disk and probably assign it to /dev/sda1 if you otherwise use IDE drives. Adding a line such as:

/dev/sda1       /mnt/usb        vfat    noauto,user     0       0

and creating a directory:

/mnt/usb

should allow you to mount it with a command:

mount /mnt/usb

Have a nice time with it.
Jaka



Reply to: