Find the answer to your Linux question:
Results 1 to 6 of 6
Hi Linux Guru's, I need help?? I have external USB HD. But I can't access it. Please help me mount it. Help me with the codes. Thanks...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    11

    External USB HD.

    Hi Linux Guru's,

    I need help?? I have external USB HD. But I can't access it. Please help me mount it. Help me with the codes. Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    plug-in External Disk and execute this code in terminal/konsole
    Code:
    su -
    fdisk -l
    post output here.





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

  3. #3
    Just Joined!
    Join Date
    Dec 2006
    Posts
    11
    Disk /dev/hda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 2611 20972826 83 Linux
    /dev/hda2 6544 9729 25591545 82 Linux swap / Solaris
    /dev/hda3 2612 6543 31583790 83 Linux

    Partition table entries are not in disk order

    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 1 14593 117218241 7 HPFS/NTFS

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    your External Harddisk is in NTFS format and you will have read only access.
    execute this
    Code:
    su -
    mkdir /media/external_hd
    mount -t ntfs /dev/sda1   /media/external_hd
    check external_hd folder in /media.
    for NTFS write access, install ntfs-3g package.






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

  5. #5
    Just Joined!
    Join Date
    Dec 2006
    Posts
    11
    Thanks. I can access the drive. But like you said, i dont have write access. I went to download the ntfs-3g. I have hard time installing it on. Please hlep. I am really dump in Linux.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    check this thread for instructions on installation of ntfs-3g in SuSe.







    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
  •  
...