On Mon, 24 May 2004 11:12:42 +1200, Don Gould <[EMAIL PROTECTED]> wrote:
There must be a basic concept idea that I'm missing here but why can't I
just see the volume at /dev/hda1 ?

The filename /dev/hda1 refers to a device driver that knows how to access your hardware.


It doesn't know anything else - specifically it doesn't know or care what sort of filesystem organisation you have chosen (i.e. fat, ntfs, ext2, and so on)

"mount"ing the disk provides that part of the equation - it basically provides the filesystem access code.

The basic concept idea is the separation of responsibilities between the hardware access code, and the filesystem organisation code.
--
Quick wafting zephyrs vex bold Jim. (29)
Mr. Jock, TV quiz PhD, bags few lynx. (26)

Reply via email to