Results 1 to 3 of 3
Hi,
I recently installed the "small linux box" option of RH9.
I have succeeded in trying to mount my cdrom. It mounted and i was able to see its contents
...
- 11-02-2005 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 167
Trying to mount a flash drive - RH9
Hi,
I recently installed the "small linux box" option of RH9.
I have succeeded in trying to mount my cdrom. It mounted and i was able to see its contents
I quite have a problem with my flash drive...Its a 256 Sony manufactured device. I followed the tutorial at:
http://www.extremetech.com/article2/...1256766,00.asp
I did the
and then added the linecd /mnt
mkdir /usbstickto my fstab file at /etc DIR./dev/sda1 /mnt/usbstick vfat user,noauto,umask=0 0 0
Now I plugged in my flash drive and did
I get no response, so i decide to reboot the PC....and re-didcd /mnt
mount usbstick
i then get the message:cd /mnt
mount usbstick
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 1048640 512-byte hdwr sectirs (537MB)
sda: write Protect is off
pls what do i do next...how do i acces the contents of the usb.....are the above messages correct?
toks
- 11-02-2005 #2
Try:
Code:mount /dev/sda1 /mnt/usbstick
Stumbling around the 'net:
www.cloudyuseful.com
- 11-03-2005 #3
Re: Trying to mount a flash drive - RH9
It looks like it worked. Try:Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 1048640 512-byte hdwr sectirs (537MB)
sda: write Protect is off
ls -al /mnt/usbstick
or
cd /mnt/usbstick
ls -al


Reply With Quote