Results 1 to 3 of 3
How do I access info on other DH on my pc?...
- 02-13-2007 #1Just Joined!
- Join Date
- Feb 2007
- Location
- Lehigh FL
- Posts
- 10
HD help?
How do I access info on other DH on my pc?
- 02-13-2007 #2
Go to /mnt then there should be a list of hard drives like hda1 which should be your windows partition. (FYI, you cant delete things from the hard drive this way, only copy, no pasting either) there is probably some way to change that but i dont know of one.
- 02-13-2007 #3you have to mount partitions of other HD manually. execute 'sudo fdisk -l' command in terminal and not down partition number ( /dev/hdb1, sdb1 etc.. ).
Originally Posted by JonG
create mount point (folder) and mount partitions in it.
ORCode:sudo mkdir /media/hd2 sudo mount -t <filde_system> /dev/<partition> /media/hd2
post the output of 'sudo fdisk -l' here.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
