I have added the noauto option as suggested with no effect, here is my fstab file
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
UUID=553ae6d9-42ba-439e-b0a9-7be9deba78d9 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda7
UUID=afec6bf4-901a-442d-801f-b970cde00293 /home ext3 defaults 0 2
# /dev/sda1
UUID=D89890D09890AE8E /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sda5
UUID=c77f3f84-7f07-11db-b4ae-61344fa83f19 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
LINUXSERVER:/home /home nfs user,noauto 0 0
SENECA00:/media/seneca /mnt/compartida nfs user,noauto 0 0
Any help gratefully received.
P.S. I tried commenting out the last two lines and this didn't help either.