Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
|
 |
04-23-2003, 04:12 PM
|
#1
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Rep:
|
problem with flash memory
Hi ya! I am trying to mount my new flash memory stick.
My fstab looks like this
.............................
/dev/sda1 /media/flash auto auto,rw,users 0 0 #HOTPLUG B3Fu.MQsHmoXHqn7
................................
When the pc starts the user cannot see the device . I must login as root and write mount -a .
Then both root and users can see the flash device.
So what i must do to avoid these commands(su root,mount -a)
|
|
|
04-23-2003, 07:21 PM
|
#2
|
Member
Registered: Sep 2002
Location: .at
Distribution: SuSE, Knoppix
Posts: 532
Rep:
|
the option to allow user mount is "user" and not "users" :-)
|
|
|
04-24-2003, 10:52 AM
|
#3
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Original Poster
Rep:
|
thx but
this does not helps me
/dev/sda1 /media/flash msdos auto,rw,user 0 0
and voila the result is :
mount: /dev/sda1 is not a valid block device
Same error and with these
/dev/sda1 /media/flash vfat auto,rw,user 0 0
|
|
|
04-25-2003, 11:02 AM
|
#4
|
Member
Registered: Sep 2002
Location: .at
Distribution: SuSE, Knoppix
Posts: 532
Rep:
|
is your flash stick partitioned ("fdisk -l /dev/sda") ?
is there a partition 1 ?
is the flash stick visiable as /dev/sda ?
|
|
|
04-28-2003, 04:26 PM
|
#5
|
Member
Registered: Dec 2002
Posts: 226
Rep:
|
hopefully, this is too late - fdisk not needed
insmod scsi_mod
insmod usbcore
insmod usb-storage
insmod usb-uhci
insmod sg
mount /dev/sda1 /mnt/xxxx
|
|
|
04-29-2003, 12:06 AM
|
#6
|
Senior Member
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203
Original Poster
Rep:
|
eh?
Where i must add the lines with insmod?
|
|
|
04-29-2003, 08:04 AM
|
#7
|
Member
Registered: Dec 2002
Posts: 226
Rep:
|
i reread your posts. The insmod's might not be needed.
You can try the mount command at the end of /etc/rc.d/rc.local
If this does not work, try the insmod's as shown.
|
|
|
All times are GMT -5. The time now is 05:40 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
|
|