You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, March 5th 2007, 9:27am

[SOLVED]Partitions won't automount

Hi all,

I have some problems with mounting partitions, and I'm wondering whether it is related to the automounting in kde (hald??). I'm running kubuntu edgy, btw. This is a copy of /etc/fstab

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc /proc proc defaults 0 0
# /dev/hdd1
UUID=3c70bdda-a73f-454c-9a26-1ba6ef6e2306 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/hda2
UUID=c00f459e-fd54-4602-b5c7-98d4272a16a0 /boot ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/hda1
UUID=F2E83150E83113F7 /media/hda1 ntfs defaults,nls=utf8,umask=007,uid=0,gid=46,auto,rw,nouser 0 1
# /dev/hda5
UUID=e6e1d876-dc55-4665-a81a-d4fb54a9e1bc /media/hda5 reiserfs nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/hda7
UUID=1f595962-ccb6-47f9-bbf2-46fcb62ab69c /media/hda7 reiserfs nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/hdd2
UUID=f81f614b-3df3-4bc1-8ffa-ccb02e4ac799 /home/ab/hdd2 reiserfs nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/hdd3
UUID=8b5799b8-5bca-44d1-8ee5-18aa976c3f3c /home/ab/hdd3 reiserfs nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/hdd4
UUID=7f1c6c4e-1160-464f-886a-4ac6c0fd6325 /home/ab/hdd4 reiserfs nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/hda6
UUID=1feef07d-c0bc-49ac-94c2-c941d248e504 /home reiserfs nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/hda3
UUID=3bfbd205-be82-417c-afd3-394361268f0f none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0


Basically, hdd1 is /, hda2 is /boot, hda3 swap and hda6 is /home. These get mounted at
boot time just fine. Of the others, hda1 is windows, hda5 and hda7 my old gentoo install,
and hdd2, hdd3 and hdd4 data partitions, don't get mounted unless I do so manually. Now,
I see no difference in options between hda6 and hdd3, so I wonder why the first gets
mounted at boot time, and the other doesn't. Don't get it really. Any help?
I.

This post has been edited 1 times, last edit by "Iskendar" (Mar 7th 2007, 2:06pm)


2

Wednesday, March 7th 2007, 2:06pm

RE: Partitions won't automount

Ok, got the answer here.
Apparently, it's an order issue. The partitions which didn't get mounted were listed in /etc/fstab
before the /home partition, meaining they failed to mount because their directories didn't exist
yet.
I.

This post has been edited 1 times, last edit by "Iskendar" (Mar 7th 2007, 2:11pm)