Find the answer to your Linux question:
Results 1 to 3 of 3
How do I access info on other DH on my pc?...
  1. #1
    Just Joined!
    Join Date
    Feb 2007
    Location
    Lehigh FL
    Posts
    10

    HD help?



    How do I access info on other DH on my pc?

  2. #2
    Linux Newbie Van Halen Man's Avatar
    Join Date
    Sep 2006
    Location
    N. Canton Ohio
    Posts
    208
    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.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Quote Originally Posted by JonG
    How do I access info on other DH on my pc?
    you have to mount partitions of other HD manually. execute 'sudo fdisk -l' command in terminal and not down partition number ( /dev/hdb1, sdb1 etc.. ).
    create mount point (folder) and mount partitions in it.
    Code:
    sudo mkdir /media/hd2
    sudo mount -t <filde_system> /dev/<partition>  /media/hd2
    OR
    post the output of 'sudo fdisk -l' here.






    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •