how to mount a hdd in live cd mode?

christhemonkey ulist at gs1.ubuntuforums.org
Wed Sep 13 15:44:28 UTC 2006


To mount an ext3 format hardrive type this:

Code:
--------------------
    sudo mount -t ext3 /dev/hda1 /mnt 
--------------------

(where /dev/hda1 is the device node, the hd is for ide disks, replace
with sda1 for scsi, the a of hda refers to what order disk it is, and
the 1 means it is the first partition, so alter this accordingly)


-- 
christhemonkey




More information about the ubuntu-users mailing list