Results 1 to 10 of 20
Posted this at suseforums All Of A Sudden, No Flash - SUSE Forums
but I guess everyone was stumped there, so I'm trying this more general linux forum.
The problem ...
- 01-30-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 19
now nothing mounts
Posted this at suseforums All Of A Sudden, No Flash - SUSE Forums
but I guess everyone was stumped there, so I'm trying this more general linux forum.
The problem is suddenly no USB or firewire drives are mounting, no flash card, no iPod, etc., after mounting perfectly and automatically for a long time. I don't know why they stopped mounting suddenly. Perhaps one of the mandatory updates did it. But, for whatever reason, suse's usability has diminished. I need to get these devices mounting automatically in a plug-and-play fashion again, as they were before.
All the devices are clearly recognized in Yast Expert Partitioner, but not accessible.
Any help here is much appreciated.
- 02-01-2008 #2
fstab entries look OK in your original post, I have similar entries. Have you checked in Yast -> system -> system services (runlevels) that dbus and haldeamon are running?
- 02-02-2008 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 19
Thank you for taking the time. Yes, dbus and haldaemon are indeed running, according to System Services.
- 02-02-2008 #4
When you put a pen drive in the USB port, what is shown in partitioner ? does partitioner show a mount point for the device. Does mtab entry change ... on my system mtab additional entry is ...
do you get anything similar?Code:/dev/sdb1 /media/disk vfat rw,nosuid,nodev,noatime,flush,uid=1000,utf8,shortname=lower 0 0
- 02-02-2008 #5Just Joined!
- Join Date
- Dec 2007
- Posts
- 19
No. The device is recognized in Partitioner as
/dev/sba SanDisk-U3 Cruzer Micro
/dev/sba1 FAT16
However, there is no change in mtab
- 02-02-2008 #6
Is the reference sda?
Looks like a few are having this type of problem Usb Devices Not Detected When Plugged In - SuSE Linux Forums
Your post on that forum has a few more answers but does not seem to have solutions yet.
Does
list the usb device?Code:fdisk -l
Can you mount the device manually as root user?
- 02-03-2008 #7Just Joined!
- Join Date
- Dec 2007
- Posts
- 19
At the moment, the only USB device I have with me to test is my camera, and fdisk -l seems to detect it as /dev/sdb:
I am curious about the line:Code:# fdisk -l WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted. Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sda1 1 26 204819+ ee EFI GPT /dev/sda2 26 5884 47054848 af Unknown /dev/sda3 * 5884 14240 67115100 83 Linux /dev/sda4 14240 14594 2846039+ b W95 FAT32 Disk /dev/sdb: 495 MB, 495452160 bytes 16 heads, 63 sectors/track, 960 cylinders Units = cylinders of 1008 * 512 = 516096 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdb1 1 960 483719+ 6 FAT16
As fdisk doesn't recognize format of /dev/sda2, which is jhfs+ for my Mac OS partition.Code:WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Mount doesn't work:
If I try without specifying filesystem:Code:# mount -t FAT16 /dev/sdb Desktop mount: unknown filesystem type 'FAT16'
Not sure why FAT16 would be unknown filesystem, but maybe this is a key to my problem.Code:# mount /dev/sdb mount: can't find /dev/sdb in /etc/fstab or /etc/mtab
Thanks for the link. That case is a little different than mine as farcus reports that fdisk -l detects nothing, whereas in my case device is detected. What farcus attempted in reformatting and reinstalling 10.3 is not an option for me. I have done it enough times, and don't have the time for reinstalling everything. Also, even if it cures the symptoms, the problem may return. I feel a robust OS would have another solution. Maybe farcus is on the right track about one of the updates breaking the system, but when I can't use camera, external HD, flash drive, etc., it seriously limits what I can do.
Any ideas appreciated.
- 02-03-2008 #8
You could try this as root ...
This should give you acces to the device contents which should be available in /manmount folder ...Code:mkdir /manmount mount /dev/sdb1 /manmount
It may be useful to examine mtab at this point ...
Once you have finished with the drive you should
Code:cd / umount /dev/sdb1
- 02-05-2008 #9Just Joined!
- Join Date
- Dec 2007
- Posts
- 19
Yes, this works, and, though the core problem remains, it's a big, big step in the right direction, as, at least, I can now access data through USB devices. Also mtab shows:
/dev/sdb1 /manmount vfat rw 0 0
Now I wonder how I can edit ftab or whatever so these devices will mount, preferably on the desktop where they can be accessed without root privileges as before. Of course, eventually I hope to get them mounting as they were originally.
Thanks for the idea.
- 02-08-2008 #10
As I said in my second post the fstab entry looks OK ... its the same as mine ...try this as su
with your login name replacing the <user> bitCode:gpasswd -a <user> plugdev
This should add you to the plugdev group ... I think that should fix it.


Reply With Quote
