Final Year Project:
Using Linux Filesystems Under Windows
Chris Bryden
BEng. Electronics and Software Engineering
School of Computer Science
University of Birmingham
66
18.3 Viewing Hard Disk Partition Information - The part command
To give the hard disk and partition numbers required by the mount
command, the part command is used. It displays all the hard disk partitions
found on the system. Simply type part and hit return, and a diplay similar to the
following is given:
18.4 Mounting an Ext2 Filesystem - The mount command
In order to read files from an ext2 partition, it must first be mounted. TO
mount a partition, the mount command is used. It takes two arguments from the
command line: The hard disk number and partition number of the partition
containing the ext2 filesystem.
e.g. mount 3 1 will mount the filesystem on hard disk 3, partition 1.
If the partition is mounted successfully, some information is given about
the filesystem, and the command prompt is returned.