[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Error in fstab. What is wrong?



When I boot up, I get messages saying that there is an error in lines 24, 25 and 26 of fstab. That would be the lines at the end, trying to mount the nfs filesystems. Once the system is up, I can manually mount the filesystems, but to do so, I have to do it as root and use the full mount command. I can not mount them using just the mountpoint, Can anyone tell me what is wrong with those last three lines?


Here is a listing pf the file:


# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda11      /               ext3    errors=remount-ro 0       1
UUID=5019cd9d-5d2e-4d7c-a6f4-0eccb5144c77 / ext3 errors=remount-ro 0 1
# /dev/sda12      /home           ext3    defaults        0       2
UUID=8488b44e-4320-4a07-9273-1826b7a4a312 /home ext3 defaults 0 2
# /dev/sda13      /tmp            ext3    defaults        0       2
UUID=5cc84806-03c9-4e8e-b36e-8377f034e30c /tmp ext3 defaults 0 2
# /dev/sda14      /usr            ext3    defaults        0       2
UUID=23979623-b2b2-4a50-80d3-b17c2415be0c /usr ext3 defaults 0 2
# /dev/sda7       /usr/local      ext3    defaults        0       2
UUID=8ae143a0-5c09-45a5-8c20-6109fdcaf6ef /usr/local ext3 defaults 0 2
# /dev/sda15      /var            ext3    defaults        0       2
UUID=3fcee612-a775-4efd-a920-b6aede145a4a /var ext3 defaults 0 2
# /dev/sda16      /vm             ext3    defaults        0       2
UUID=24dca022-2c1e-4bac-a62b-097097882dc0 /vm ext3 defaults0 2
# /dev/sda9       none            swap    sw              0       0
UUID=9d059e73-d2b0-4296-95b9-82e3c9b6760e none swap sw 0 0

# NFS Mounts

xander:/usr/share /mnt/share nfs rw, hard, intr, noauto 0 0 xander:/usr/local /mnt/local nfs rw, hard, intr, noauto 0 0 xander:/home/mns /mnt/home nfs rw, hard, intr, noauto 0 0


--
Marc


Reply to: