The fstab when i installed was :
UUID=.. / ext4 defaults 1 1
UUID=... /boot ext4 defaults 1 2
UUID=.../home ext4 defaults 1 2
UUID=...swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
and if i wanted to mount the other partitions the system asked me for root password and then it worked.
I did this in fstab in order to have automount work (as in my previous linux worked):
UUID=.../ ext4 defaults 1 1
UUID=... /boot ext4 defaults 1 2
UUID=... /home ext4 defaults 1 2
UUID=...swap swap defaults 0 0
UUID=.../media/Music_Images ext4 defaults 1 2
UUID=... /media/Documents ext4 defaults 1 2
/dev/sdc1 /media/Windows ntfs-fuse auto,user_xattr,umask=000 1 1
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
Now, the "Documents" partition automounts fine!But the other partitions don't!
It says "error mounting with exit code 1".
I must mention that the UUID is correct for all partitions.
What can i do ?
Thank you!

