how do i access my hard drive from ubuntu live cd?
-
Search It!
-
Recent Entries
- Computer logging/locking issues?
- Using an external hard drive OS on another machine?
- A Microsoft Free life on a PC….Installing a new OS….?
- Do I have to reinstall windows to install linux?
- Linux installation ?
- need good free video editing software that allows me to crop and have 2 layers of video?
- live cd OS?
- i had a duel boot with windows xp and mandriva linux i upgraded to vista and now the dual boot is gone?
- My computer won’t start, any suggestions?
- What is linux?
-
Links
Ubuntu will probably automatically mount the drive, in which case you should be able to browse to it through /dev or /mnt. If it does not do this, you will need to manually mount the drive, using a command such as:
mount /dev/hda1
You may then run into access issues where Ubuntu does not want to allow you to manipulate the files. Also, be careful when accessing a hard drive that uses NTFS file system, as Linux does not play well and damaged or corrupted data could result.
http://www.tuxfiles.org/linuxhelp/mounting.html
Report Spam/Abuse