|
发表于 2003-2-26 11:10:59
|
显示全部楼层
================================================
Question 1.2:
How do I mount a partition ?
Answer:
First run "mount.exe" with no parameters, it will
print the partition table which looks like the
partition table format when your Limux kernel boots.
Note that you cannot mount an "extended partition"
(id=5), but only the "logical partitions" in them.
To mount use either:
- mount /dev/device-you-want h:
- mount /dev/device-you-want
The first will mount the device on drive h:, the
second will use the first available drive letter
in the system.
================================================ |
|