jemrpo
May 15th, 2008, 07:38 PM
Hi here is my /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb8
UUID=4e1775bb-a411-4b7b-a4fe-08e63980101e / ext3 relatime,errors=remount-ro $
# /dev/sdb7
UUID=e17a23f2-3240-9994-1d2b-60e26db8a65e none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
###
/dev/sda1 /media/disk ntfs-3g realtime,auto,nls=utf8,umask=0222 0 0
/dev/sdb6 /media/disk-1 ntfs-3g realtime,auto,nls=utf8,umask=0222 0 0
/dev/sdb5 /media/Musica ntfs-3g realtime,auto,nls=utf8,umask=0222 0 0
when I start ubuntu it doesn't load sda1, sda6 ,sda5 partition by default, so when I try ie with amarok It doesn't play any music...
I have to go to gnome menu -> places -> home folder. then I have to click on these partitions and they start working. what could I add to my fstab to make my partitions from the beginning without doing what I've already explained.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb8
UUID=4e1775bb-a411-4b7b-a4fe-08e63980101e / ext3 relatime,errors=remount-ro $
# /dev/sdb7
UUID=e17a23f2-3240-9994-1d2b-60e26db8a65e none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
###
/dev/sda1 /media/disk ntfs-3g realtime,auto,nls=utf8,umask=0222 0 0
/dev/sdb6 /media/disk-1 ntfs-3g realtime,auto,nls=utf8,umask=0222 0 0
/dev/sdb5 /media/Musica ntfs-3g realtime,auto,nls=utf8,umask=0222 0 0
when I start ubuntu it doesn't load sda1, sda6 ,sda5 partition by default, so when I try ie with amarok It doesn't play any music...
I have to go to gnome menu -> places -> home folder. then I have to click on these partitions and they start working. what could I add to my fstab to make my partitions from the beginning without doing what I've already explained.