Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB Drive won't mount in KDE 3.5
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
whitetr6
n00b
n00b


Joined: 11 Mar 2005
Posts: 28

PostPosted: Wed Feb 22, 2006 4:04 am    Post subject: USB Drive won't mount in KDE 3.5 Reply with quote

I have a newly installed KDE 3.5 environment. If I insert a USB stick, it auto-mounts and works fine. But if I plug in my USB external hard drive, it does not. There is an unmounted drive object in Storage Media. If I click on that, it gives me the error: mount: according to mtab, /dev/hda3 is already mounted on /. That is true. I'm trying to figure out how to make my system not try to mount this drive using /dev/hda3, since that's what it seems to be doing.

Please let me know what other info I can provide to help figure this out. Thanks!!

Output of mount command:
/dev/hda3 on / type reiserfs (rw,noatime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw)
/dev/hda1 on /boot type ext2 (rw,noatime)
none on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=85)

My fstab file:

/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda3 / reiserfs noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
/dev/cdroms/cdrom1 /mnt/dvd auto noauto,user 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Wed Feb 22, 2006 5:03 am    Post subject: Reply with quote

An external USB HD won't have a device node like /dev/hdX, it should be /dev/sdX or /dev/sgX.

With the drive attached, what is the output of
Code:
fdisk -l

You may have to add an entry in /etc/pmount.allow for an HD in a USB enclosure to properly mount. (Need to see above first)
Back to top
View user's profile Send private message
beatryder
Veteran
Veteran


Joined: 08 Apr 2005
Posts: 1138

PostPosted: Wed Feb 22, 2006 6:49 am    Post subject: Reply with quote

Also check in the desktop settings to see which ones are displayed, and see if there is an option in the storage devices control panel
_________________
Dont make it idiot proof, make it work.
Neucode.org
<suppressed key>
Back to top
View user's profile Send private message
whitetr6
n00b
n00b


Joined: 11 Mar 2005
Posts: 28

PostPosted: Wed Feb 22, 2006 12:09 pm    Post subject: Reply with quote

Here's the output

Disk /dev/hda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 263 2008125 82 Linux swap / Solaris
/dev/hda3 264 30515 242999190 83 Linux

Disk /dev/sdb: 100.2 GB, 100256292864 bytes
255 heads, 63 sectors/track, 12188 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/sdb doesn't contain a valid partition table
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Wed Feb 22, 2006 2:09 pm    Post subject: Reply with quote

Doesn't look like the drive has any partitions to mount!
Back to top
View user's profile Send private message
whitetr6
n00b
n00b


Joined: 11 Mar 2005
Posts: 28

PostPosted: Wed Feb 22, 2006 3:12 pm    Post subject: Reply with quote

hehe, yeah that would do it :-)

I just used it last week, so I'm now wondering if this has anything to do with switching it back and forth between my Linux and my Windows machine. It's formatted FAT32. Should that not work? Or do you think I corrupted it by mounting on different OS back and forth?

Last question - is FAT32 my best choice for interoperability between Win and Linux?
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Wed Feb 22, 2006 3:17 pm    Post subject: Reply with quote

whitetr6 wrote:
hehe, yeah that would do it :-)

I just used it last week, so I'm now wondering if this has anything to do with switching it back and forth between my Linux and my Windows machine. It's formatted FAT32. Should that not work? Or do you think I corrupted it by mounting on different OS back and forth?

Last question - is FAT32 my best choice for interoperability between Win and Linux?

Switching back and forth between the OSes shouldn't be a problem. Fat32 is probably your best bet.

Somewhere along the line you properly corrupted it. Make sure you either shutdown properly or unmount the drive properly before unplugging.
(You have to safely remove the partition/drive in Windows also. - Safely Remove Device icon in taskbar.)


Last edited by Headrush on Wed Feb 22, 2006 8:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
whitetr6
n00b
n00b


Joined: 11 Mar 2005
Posts: 28

PostPosted: Wed Feb 22, 2006 5:50 pm    Post subject: Reply with quote

Thanks for all the help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum