Hi,
I'm trying to prevent a partitions from mounting at boot. I created this /etc/fstab file:
but after a boot, the /dev/disk1s3 is still mounted:
Any ideas why it's not working ?
Thanks,
T
I'm trying to prevent a partitions from mounting at boot. I created this /etc/fstab file:
Code:
# jan
# HFS Data
/dev/disk1s2 /Users/me/Data hfs rw
# NFS Data
/dev/disk1s3 none nfs rw,noauto
but after a boot, the /dev/disk1s3 is still mounted:
mount
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
/dev/disk1s2 on /Users/jan/Data (hfs, local, journaled)
/dev/disk1s3 on /Volumes/NFS (ufsd_NTFS, local, noowners)
/dev/disk0s3 on /Volumes/Bootcamp (ufsd_NTFS, local, noowners)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
Any ideas why it's not working ?
Thanks,
T