Date: Mon, 10 Jul 2006 10:54:04 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> To: rs@pswl.com Cc: freebsd-questions@freebsd.org Subject: Re: "Mounting a drive" Message-ID: <200607101454.k6AEs428028176@clunix.cl.msu.edu> In-Reply-To: <1186771768.20060710132405@pswl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Hallo > Could someone explain exactly what is meant by "mounting" a disk. I > understand that it is making a disk available for use, but would like > to understand the implications of the term and what abilities it > confers. Mounting connects the mount point to the device driver. After the mount, references to the mount point, cause it to talk to the device driver. > Part of the purpose of the question is that I am trying to find out > how I can have more partitions and detachable drives than there are > letters in the alphabet. I don't know what you mean by detachable drives - do you mean removable, hot-swap, unmount-able, whatever? Any drive - except root can be unmounted. You can mount only the filesystems you want to use at the time, regardless of how many physical drives are connected to the box. On each disk device whether single drive or raid, you are allowed up to 4 slices (1-4) and within each slice, 8 partitions (a-h). But, partition c is generally reserved. A partition is turned in to a filesystem with the newfs(8) utility. You can have as many drives as your controllers can talk to. Every filesystem refers to a single partition. A partition/filesystem is unseen by the system except for some utilities that talk to devices directly such as fsck(8) or dd(1) unless it is mounted. ////jerry > > Best Regards, > Richard Shoebridge > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607101454.k6AEs428028176>