Is there a way to get a Linux LIVE CD to read the Hard Drive on the host machine?
-
Search It!
-
Recent Entries
- Slaved Hard Drive Problem?
- The operting system:Ubuntu?
- how to recover the forgotten system administrator password?
- Live cd to OS?
- Hard drive virus please help me out?
- Please help me. Help me plaese.?
- How do I record music from a live radio station on my computer?
- Upgrading to Linux from Windows XP Pro.?
- Ubuntu from dead Windows Vista installation?
- What does this mean?
-
Links
Yes. The standard “mount” command should work just fine. Example
1. Make a mount point directory
mkdir /mnt/disk1
2. Mount the drive:
mount /dev/sda1 /mnt/disk1
To do it automatically, you’d have to modify the LiveCD file system image’s /etc/fstab to look like:
/dev/sda1 /mnt/disk1 auto defaults,user 0 0
Report Spam/Abuse