After an upgrade i made through synaptic i have the following problem: in my system i have three hard drives. One is split in two for my root and home partitions. The other is a Windows dedicated hard drive and the other has only mp3's and movies. When i boot the last drive isn't mounted and i have to do a force mount to mount it. I did't have this problem before. I use KDE 4.0. My fstab file is the following. Any ideas?
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sdb6 UUID=021e1c6f-8ea1-4b07-ac19-4df5be0c36bc / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1 # /dev/sdb1 UUID=d35f1a89-05c8-4225-9e71-8ea7c245eb2b /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2 # /dev/sda1 LABEL=Windows /media/sda1 ntfs defaults,umask=007,uid=0,gid=46,auto,rw,users 0 1 # /dev/sdc1 LABEL=MP3 /media/sdc1 ntfs defaults,umask=007,uid=0,gid=46,auto,rw,users 0 1 # /dev/sdb5 UUID=3ffe8539-e328-4041-84a4-c888cfe066e0 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0 /dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
Comment