Michael DeMutis schrieb:
> 
> Hi there.
> 
> I'm running the 3.X stable tree.
> 
> I added another hard drive, and went to /stand/sysinstall to install the
> drive.
> 
> That all worked fine, I used DiskLabel to set my mount point to /backup
> 
> It all works fine, until I reboot.  When I reboot the drive is not mounted,
> and I have to use DiskLabel again in order to get the drive to show up.
> 
> I don't lose any data in the process, it's just an inconvienience.
> 
> Another thing to note is that  the drive is not listing in /etc/fstab
> 
> Here is my /etc/fstab# Device                Mountpoint      FStype
> Options         Dump    Pass#
> /dev/da0s1b             none            swap    sw              0       0
> /dev/da0s1a             /               ufs     rw              1       1
> /dev/da0s1f             /usr            ufs     rw              2       2
> /dev/da0s1e             /var            ufs     rw              2       2
> proc                    /proc           procfs  rw              0       0

Sysinstall cannot add the entry for your new drive automtically.
Assuming you added a second SCSI disk with just one big partition,
inserting this line into fstab will help:

/dev/da1s0e     /new/mount/point        ufs     rw              2       2

HTH
-Christoph Sold


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to