OK, first ksignori, thanks for the link. it wasn t helpful for the present issue, but i like the sight a lot, and he does have lots of infos on OSX so thanks.
and testuser, thanks for the tip about autodiskmount. i thought i was turning off autodiskmount by making that change in /etc/hostconfig, but that didn t seem to have any effect. is that automount entry in /etc/hostconfig for the NFS autmounter, rather than local disks? i read on a thread here that you could change the entry there to REMOVABLE, to get the disk mounter to only moiunt removable disks, so i thought it controled the autodiskmounter rather than NFS automounter.
anyway, i think i know what is happening to my system that makes it fail to mount from fstab, and i don t think it has anything to do with the autodiskmounter. actually, i suspected this cause already the other day, but it seems strange.
i believe that my disks device names are not staying constant across reboots. does this sound possible? i have never heard of another UNIX that operates that way. if that is what is happening it makes the /etc/fstab file pretty much unusable.
here is my /etc/fstab file:
Code:
/dev/disk1s2 /Volumes/vmem hfs rw 1 2
/dev/disk1s3 /Users hfs rw 1 2
/dev/disk3s7 /Volumes/SeagateSCSI hfs rw 1 2
#/dev/disk1s3 /Volumes/OSXUFS ufs rw 1 2
here is the output from pdisk. i am going to post it again after i reboot:
Code:
Top level command (? for help): L
/dev/rdisk0 map block size=512
#: type name length base ( size )
1: Apple_partition_map Apple 63 @ 1
2: Apple_HFS vmem 4194304 @ 64 ( 2.0G)
3: Apple_HFS Untitled 2 75846872 @ 4194368 ( 36.2G)
4: Apple_Free 0+@ 80041240
Device block size=512, Number of Blocks=80041248
DeviceType=0x0, DeviceId=0x0
/dev/rdisk1 map block size=512
#: type name length base ( size )
1: Apple_partition_map Apple 63 @ 1
2: Apple_Bootstrap bootstrap 1600 @ 64
3: Apple_UNIX_SVR2 swap 2097152 @ 1664 ( 1.0G)
4: Apple_UNIX_SVR2 / 16777216 @ 2098816 ( 8.0G)
5: Apple_UNIX_SVR2 /home 20226304 @ 18876032 ( 9.6G)
Device block size=512, Number of Blocks=39102336
DeviceType=0x0, DeviceId=0x0
/dev/rdisk2 map block size=512
#: type name length base ( size )
1: Apple_partition_map Apple 63 @ 1
2: Apple_HFS OSXHFS 43104176 @ 64 ( 20.6G)
3: Apple_UFS OSXUFS 10485760 @ 43104240 ( 5.0G)
4: Apple_UFS DarwinUFS 10485760 @ 53590000 ( 5.0G)
5: Apple_Free 0+@ 64075760
Device block size=512, Number of Blocks=80418240
DeviceType=0x0, DeviceId=0x0
/dev/rdisk3 map block size=512
#: type name length base ( size )
1: Apple_partition_map Apple 63 @ 1
2: Apple_HFS LaCieFirewire 156301416 @ 64 ( 74.5G)
3: Apple_Free 0+@ 156301480
Device block size=512, Number of Blocks=156301488
DeviceType=0x0, DeviceId=0x0
/dev/rdisk4 map block size=512
#: type name length base ( size )
1: Apple_partition_map Apple 63 @ 1
2: Apple_Driver43*Macintosh 54 @ 64
3: Apple_Driver43*Macintosh 74 @ 118
4: Apple_FWDriver Macintosh 200 @ 192
5: Apple_Driver_IOKit Macintosh 512 @ 392
6: Apple_Patches Patch Partition 512 @ 904
7: Apple_Bootstrap untitled 20481 @ 1416 ( 10.0M)
8: Apple_UNIX_SVR2 swap 1638401 @ 21897 (800.0M)
9: Apple_UNIX_SVR2 untitled 12582913 @ 1660298 ( 6.0G)
10: Apple_UNIX_SVR2 untitled 21694289 @ 14243211 ( 10.3G)
Device block size=512, Number of Blocks=35937500
DeviceType=0x0, DeviceId=0x0
Drivers-
1: @ 64 for 23, type=0x1
2: @ 118 for 36, type=0xffff
pdisk: can't open file '/dev/rdisk5' (No such file or directory)
pdisk: can't open file '/dev/rdisk6' (No such file or directory)
Bookmarks