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 ...
- 03-11-2008 #1Just 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
- 03-11-2008 #2
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.
Execute fdisk -l command and post output here.Code:mkdir <folder> mount -t <filesystem> <partition> <folder> <options>
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


Reply With Quote