Right now, I have this entry in my /etc/fstab file:
/dev/disk1s10 /Users hfs rw 1 2
This is to mount a separate partition as the /Users directory (I'm doing this because of the 8 GB limit on the boot partition on the Beige G3s). Most of the time this works perfectly, but occasionally (say, after a crash or after booting into MacOS 9), its not mounting properly and I'm getting a generic Home folder. If I reboot, it comes back.
At first, I thought one of my drives was spinning up slow and changing the order they were identified in, but that's not it. I can't track down what's happening.
Is there a better/different way to mount partitions at a specific mount point? (I didn't want to use a sym-link or alias because of possible issues with dumb installers or confused applications - or is this less of an issue than I thought?)
Thanks!
/dev/disk1s10 /Users hfs rw 1 2
This is to mount a separate partition as the /Users directory (I'm doing this because of the 8 GB limit on the boot partition on the Beige G3s). Most of the time this works perfectly, but occasionally (say, after a crash or after booting into MacOS 9), its not mounting properly and I'm getting a generic Home folder. If I reboot, it comes back.
At first, I thought one of my drives was spinning up slow and changing the order they were identified in, but that's not it. I can't track down what's happening.
Is there a better/different way to mount partitions at a specific mount point? (I didn't want to use a sym-link or alias because of possible issues with dumb installers or confused applications - or is this less of an issue than I thought?)
Thanks!