Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 17:20:18 +0100
From:      Christoph Sold <so@server.i-clue.de>
To:        Michael DeMutis <maillist@2gen.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Drive not coming up
Message-ID:  <3A8D5342.78D4A9E1@i-clue.de>
References:  <200102110405.UAA90354@miles.cs.washington.edu> <00da01c093e0$72429f20$931576d8@inethouston.net> <001601c0949f$3cf34260$1d750140@cascade> <3.0.3.32.20010214100612.00e47a40@tristo.netinc.ca>

next in thread | previous in thread | raw e-mail | index | archive | help


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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A8D5342.78D4A9E1>