Re: Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Wed, 28 Jan 2009 19:17:27 -0600
On 2009-01-29, W. eWatson <notvalid2@xxxxxxxxxxxxx> wrote:
It's been so long since I've used linux that small usb drives
have come into being. I decided to use Knoppix to do some
simple things with a program someone wrote in C for Linux. To
get it off the drive, I need to know how to mount it. I may
even need how to modify fstab. Comments?
It'll show up as a SCSI device (e.g. sda sdb sdc). After you
plug it in, do a "dmesg" command and you should see messages
from the USB storage driver identifying it. Then use a mount
command:
mount /dev/sdb1 /mnt/whatever
[substitute whatever dmesg reports for "sdb" in the above]
You'll need support in your kernel for SCSI disks and USB
storage devices.
--
Grant
.
- Follow-Ups:
- Re: Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- From: W. eWatson
- Re: Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- References:
- Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- From: W. eWatson
- Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- Prev by Date: Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- Next by Date: Re: Searching and replacing a string in all files in a directory
- Previous by thread: Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- Next by thread: Re: Mounting a Sandisk Thumb Drive in Linux (Knoppix, Linux)
- Index(es):
Relevant Pages
|