Date: Fri, 18 May 2001 12:47:29 -0600 From: "Mike Oligny" <moligny@kanotech.com> To: "Drew Tomlinson" <drewt@writeme.com>, <freebsd-questions@freebsd.org> Subject: RE: disk partition / label Message-ID: <76928F3E231DE4478876350F083583360272CA@kt-exchange.edmonton.kanotech.net>
next in thread | raw e-mail | index | archive | help
Thank you for your input, Drew - I appreciate you taking the time... and yes, that does help. =20 -Mike -----Original Message----- From: Drew Tomlinson [mailto:drewt@writeme.com] Sent: Friday, May 18, 2001 11:00 AM To: Mike Oligny; freebsd-questions@freebsd.org Subject: RE: disk partition / label > -----Original Message----- > From: Mike Oligny [mailto:moligny@kanotech.com] > Sent: Friday, May 18, 2001 8:10 AM > To: freebsd-questions@freebsd.org > Subject: disk partition / label > > > I have several IDE disks in a 4.3 machine: > > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1a 97M 78M 11M 87% / > /dev/ad0s1f 18G 396M 16G 2% /usr > /dev/ad0s1e 19M 2.7M 15M 15% /var > procfs 4.0K 4.0K 0B 100% /proc > /dev/ad2s1 55G 19G 32G 37% /usr2 > /dev/ad3s1 28G 15G 11G 57% /usr3 > /dev/ad4s1 55G 39G 12G 77% /usr4 > /dev/ad5s1e 74G 39G 30G 57% /usr5 > /dev/ad6s1 74G 29G 39G 43% /usr6 > /dev/ad7s1e 74G 1.0K 68G 0% /usr7 > > Anyone know why two of them have the 'e' at the end? Perhaps I didn't > look hard enough, but I have been unable to figure out what I did > differently when creating these.. only thing I can think of is I > created 5 & 7 after compiling the kernel myself, and the rest with a > generic kernel. The "e" indicates the name of the particular partition created in the FBSD slice and is usually the first partition created when using the Label option in /stand/sysinstall. "a" is reserved for the root file system. "b" is reserved for swap space. "c" references the entire disk and is (ASFAIK) only used by the system. I can't remember what "d" is. And finally "e" - "h" are available for normal use. "The Complete FreeBSD" by Greg Lehey has a section on this that explains it in better detail. For aquick overview, I found this link by searching Google:=20 http://studenti.ing.unipi.it/local_doc/Howto/HTML/Linux+FreeBSD3.html#3 > > I would ignore it, but I am having some weird problems with ad5s1e -- > hard write errors? Sounds bad. :) This sounds like serious hardware problems and shouldn't have anything to do with the "e". HTH, Drew > -Mike > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?76928F3E231DE4478876350F083583360272CA>