polarbar
Dec 6 2008, 01:23 PM
Hi,
I have tried to mount to mount a key/stick on LiveCD RIPLinux without success.
[(R )ecovery (I)s (P)ossible Linux rescue (http://rip.7bf.de/current/)]
I tried those lines:
(I plugged my usb key)
# mkdir usbflash
# mount /dev/sda1 /mnt/usbflash
mount: mount point /mnt/usbflash does not exist
(my usb key wasn't detected)
My usb key is formatted in fat32.
Any suggestions?
michaelk
Dec 6 2008, 02:53 PM
If you want to create a subdirectory called usbflash under /mnt then the current working directory must be at /mnt or you need to include the entire path i.e.
mkdir /mnt/usbflash
You can look at the output of the console command dmesg to see of the drive is detected and its device ID. I am not familiar with this distribution so I do not know if it automounts USB drives. If you manually mount the
drive you will to need specify the filesystem.
mount -t vfat /dev/sda1 /mnt/usbflash
polarbar
Dec 6 2008, 03:44 PM
Thank you michaelk. I have found the solution because of your help.
With RIPLinux I must do:
#mkdir /mnt/usbflash (I mkdir at the wrong place!)
#mount -t vfat /dev/sda /mnt/usbflash (sda instead of sda1 under RIPLinux)
Now I can browse the usb key.
Thanks for the hand ;-)
michaelk
Dec 6 2008, 04:50 PM
Use the cd command to change directories. i.e cd /mnt/usbflash
Use the ls command to view the contents of the directory.
Here is a good beginners guide to linux
http://rute.2038bug.com/rute.html.gz
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.