Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I want to copy my softwares stored in external USB hard drive to my Linux Machine.Can you please suggest a step by step method to do this. I am ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    1

    How to access external hard drive in linux

    Hi,

    I want to copy my softwares stored in external USB hard drive to my Linux Machine.Can you please suggest a step by step method to do this.
    I am using RHEL Edition 4.waiting for reply


    Thanx In advance.

    Nmittal

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    In which filesystem Partitions of External disk are formatted? RHEL doesn't support NTFS out of box. You have to install NTFS support package ( kmod-ntfs for read only access Or ntfs-3g for read/write access ). RHEL support FAT32 read/write access out of box.
    You have to mount partitions of External disk using mount command.
    Code:
    mkdir <folder>
    mount -t <filesystem> <partition> <folder> <options>
    Execute fdisk -l command and post output here.
    Code:
    su -
    /sbin/fdisk -l
    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
  •  
...