Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-24-2005, 12:51 PM
|
#1
|
LQ Newbie
Registered: Jan 2005
Posts: 19
Rep:
|
Need Help With Flash Drive
I am trying to mount my flash drive on SuSe 9.2 but i keep getting this error message.....
Could not enter folder /media/usb-39621ED83F20724A:0:0:0p1.
Please Help i'm getting a bit frustrated.
cheers
|
|
|
01-24-2005, 06:17 PM
|
#2
|
Member
Registered: Feb 2004
Location: Denmark
Distribution: Debian / Suse
Posts: 223
Rep:
|
Hi,
you are not offering a lot of debug information for people not using you specific linux distro :-|
One could guess that the directory is only accessible to root ?
Maybe you need to tell SUSE that your regular user may access attached flash cards ?
Anyway, tell us exactly what you are doing, which buttons you are pushing, which tutorial you found on the internet and are following.
A google search on "mount flash suse 9.2 tutorial" yielded the following from imdeemvp:
Quote:
I hope this will help any one mount their usb flash key device, everything I did as “root”. Some devices will be supported and some are not. You can check on www.linuxhardware.net to see if device supported.
First plug your usb card reader and to make sure your device was detected go to System Tools > Hardware Browser > enter root password and it will display your hardware information then go to > Hard Drives and it should be listed under /dev/sda.
Open your favorite terminal....btw this works in gnome and kde.
[imdeemvp@localhost imdeemvp]$ cd /mnt/ <-as user cd yourself to the mnt folder and become root to create directory
[imdeemvp@localhost mnt]$ su
Password:
[root@localhost mnt]# mkdir usbflash <- this created a directory in the mnt folder
[root@localhost mnt]# ls /mnt/ <-this command listed all my directories the mnt folder
cdrom cdrom1 floppy usbflash
[root@localhost mnt]# mount /dev/sda1 /mnt/usbflash <-this is the command to mount flash card reader
[root@localhost mnt]# ls usbflash <-this listed all the info in my usb flash card and this was the output:
bootex.log dns.bmp games and keys LinuxDocs01.21.04 pc's
dns2.bmp Documents LinuxDistributions_eBay my pics programs
then i just copied this to my home folder and i was done!
[root@localhost mnt]# umount /dev/sda1 /mnt/usbflash <-this unmounted my usb flash card
umount: /dev/sda1: not mounted
[root@localhost mnt]# exit
[imdeemvp@localhost mnt]$
THIS ALSO WORKED UNDER Mandrake 9.1, 9.2, and 10 official.
in terminal type as root: gedit /etc/fstab and NOW YOU CAN ADD THIS LINE TO FSTAB to auto mount it:
Code:
/dev/sda1 /mnt/usbflash vfat noauto,users,rw,umask=0 0 0
Adding "rw" allows to read and write in the usb flash drive. HAVE FUN!!
|
Good Luck !
|
|
|
01-25-2005, 01:12 PM
|
#3
|
LQ Newbie
Registered: Jan 2005
Posts: 19
Original Poster
Rep:
|
Thanks but it doesn't work.
If i follow these instructions i get an error in the terminal window saying "cant read superblock" whatever that means.....
Anyway thanks for any help and sorry to be a pain in the ass
|
|
|
01-25-2005, 02:33 PM
|
#4
|
LQ Guru
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507
Rep: 
|
Do you have the proper support compiled into your kernel? USB-Storage for USB drives? And where did the flash media get data put on it?
|
|
|
01-25-2005, 04:45 PM
|
#5
|
LQ Newbie
Registered: Oct 2004
Location: Eugene, OR, USA
Distribution: Slack 10.0, RH 9
Posts: 29
Rep:
|
in root, make a dir in / called something like "/usbstick"
then type "mount -t vfat /dev/sda1 /usbstick"
this command will automatically specify filesystem type (which helps) and mount it in that dir.
also, you can add a line to fstab which will do the same thing, there is a topic (search for my name) that had the fstab line u need within it.
This is much simpler than using the suse automounter for flash drives.
|
|
|
All times are GMT -5. The time now is 09:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|