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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-10-2006, 04:09 PM
|
#1
|
|
Member
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128
Rep:
|
SuSE 9.3 USB Flash Drive Auto Mount Stopped Working
Hey Dudes/Dudets,
I have SuSE 9.3 and my USB Flash drive always worked, plug it in, little icon popped up and it was available with proper permissions.
Today it does not mount. I can mount it and see it with the MOUNT command as /dev/sda1 (wrong perms)
Can anyone think of a setting YAST, KDE or otherwise, I may have changed to cause this?
All I have done lately is get all On-Line updates and change the Security settings to "Networked Workstation" in YAST and did an iptables -F (the latter messed up a few Deamons I had to restart)
Is this a SuSE Security issue I messed up?
I tested the drive in Windows and it warks fine there...
Thanks.
|
|
|
|
04-11-2006, 01:43 PM
|
#2
|
|
Member
Registered: Sep 2005
Location: Laurel, MD, USA
Distribution: Slackware 10.1, FC5
Posts: 164
Rep:
|
I think SuSE uses automount to mount drives (someone please correct me if I'm wrong). Try opening a terminal and typing "ps -ef | grep 'automountd'" to make sure it's running. If it is, then it's probably something harder to solve.
|
|
|
|
04-11-2006, 03:58 PM
|
#3
|
|
Member
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128
Original Poster
Rep:
|
Cool, now were getting somewhere........
The command of ps -ef | grep 'automountd' returns:
myusername 10361 10352 0 14:03 pts/1 00:00:00 grep automountd
Seems like it's there but I can't tell if it's running.
I went into YAST/System/Services and found an autofs service and it was NOT running. When I tried to start it I got:
/etc/init.d/autofs start returned 6 (program is not configured):
Starting service automounter ("files nis" does not provide any mounts)..skipped
So, I'm still wondering why/how I managed to turn Automount off? I now also have to manually mount my CD .... Keeping in mind, this system has been mounting and working flawlessly for a year...
Additional thoughts are much appreciated!
|
|
|
|
04-13-2006, 11:40 AM
|
#4
|
|
Member
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128
Original Poster
Rep:
|
Additional Info.
I checked another SuSE 9.3 workstation at home and the /etc/fstab files are exactly the same, and the other system still automatically mounts the same USB drive and CD's.
I noticed on the working machine with the 'top' command running that 'suseplugger' jumps in and mounts the USB drive.
I do have suseplugger installed and running on the machine in question. It seems to be corrupted or something though...
Any thoughts on how to fix or reinstall it?
THX.
|
|
|
|
04-13-2006, 12:26 PM
|
#5
|
|
Senior Member
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian Testing; OpenSuSE 12.1; Fedora 17
Posts: 1,541
Rep: 
|
Go in the runtime level editor:
Control Center>Yast Modules>System>runlevel editor
Put it in expert mode
Make sure everything you need is running.
If it isn't, enable it, but do not start it. It will start on bootup. When you have everything you need enabled, reboot.
That 'grep automountd' that was returned by ps is the grep command you were running to find automountd, not automountd itself.
|
|
|
|
04-19-2006, 03:34 PM
|
#6
|
|
Member
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128
Original Poster
Rep:
|
Thanks,
Indeed the "autofs" daemon was not running. I enabled it for Run Levels 3&5 and rebooted.
It's still not runing, I tried to start it but i get "Starting service automounter ("file nis" does not provide any mounts)...skipped
Interesting !? What in the heck is the nis file ???
Thanks,
Paul
|
|
|
|
04-20-2006, 09:04 PM
|
#7
|
|
Member
Registered: Sep 2005
Location: Laurel, MD, USA
Distribution: Slackware 10.1, FC5
Posts: 164
Rep:
|
Quote:
|
Originally Posted by AwesomeMachine
That 'grep automountd' that was returned by ps is the grep command you were running to find automountd, not automountd itself.
|
Yeah, I should've mentioned that, if it just said 'automount' instead of 'grep automount' then automount would've been running.
|
|
|
|
09-20-2006, 04:50 PM
|
#8
|
|
LQ Newbie
Registered: Sep 2006
Location: Switzerland
Distribution: SUSE 10.1
Posts: 1
Rep:
|
SuSE 10.1 USB Flash Drive Auto Mount Stopped Working
Dude,
I'm having the same problem with SUSE 10.1. How did you finally solve this one in the end?
Thanks
|
|
|
|
10-13-2006, 03:59 PM
|
#9
|
|
LQ Newbie
Registered: Jan 2004
Location: Royse City, Texas
Distribution: Suse 10
Posts: 11
Rep:
|
Suse 10 autofs
I cannot get autofs to start either. Has anyone got the answer to this one?
|
|
|
|
12-12-2006, 10:39 AM
|
#10
|
|
LQ Newbie
Registered: Dec 2006
Posts: 1
Rep:
|
Automounting in SLED 10
Hi,
Ive been having the same issue with the automount but Ive figured out that the udev and haldaemon are not running at boot time so there is no automounting. I changed those two daemons to boot run levels with 3&5 and it seems to be fine now.
I do have another question, is there anyone having issues with the NIC not being active at boot. the start is on auto but wont start without running YAST and reading the network settings. Any ideas????? thanks
Joshua
|
|
|
|
12-12-2006, 11:04 AM
|
#11
|
|
Member
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128
Original Poster
Rep:
|
I'm not trying to confuse the issue, but I just wrote off all of these problems and spent the best $50.00 of my life and upgraded to SLED 10 and I have no problems with ANYTHING. I'm running it on a Gateway Desktop, Alienware notebook and a Panasonic notebook ALL with no problems.
I also got the SLED 10 SDK from developer.novell.com so I can have tools like Apache, Eclipse, Etc...
I'd recommend the same to everyone who just needs to work and stop messing around with stuff like this ;-)
|
|
|
|
04-15-2007, 05:21 AM
|
#12
|
|
Member
Registered: Oct 2004
Location: Poland
Distribution: yoper
Posts: 52
Rep:
|
it used to work
i have exactly the same issue with
Starting service automounter ("files nis" does not provide any mounts)
on my suse 10.1 and the strange think is that some time ago it worked OK and suddenly stopped
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:33 PM.
|
|
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
|
|