LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Mounting USB harddrive on Suse 10.2 (https://www.linuxquestions.org/questions/suse-opensuse-60/mounting-usb-harddrive-on-suse-10-2-a-555747/)

aribowo 05-22-2007 03:42 AM

Mounting USB harddrive on Suse 10.2
 
Hi All,
I'm a newbie in Linux. I use a laptop Dell Latitude D620 with 40 GB harddrive. I also have another 40GB external USB harddrive with 2 FAT32 partitions. I usually work with Windows XP, but I want to learn more about Linux, so I installed Suse 10.2 on it (with dual boot). The problem is I can't read my USB harddrive. Someone told me that I should mount it, but some other said that it should be automatically mounted. Now I really can't read my USB harddrive. Could any of you give me some clue how to? Thanks in advance.

kstan 05-22-2007 04:16 AM

Welcome aribowo,
as root run following command :-
Quote:


fdisk -l (this will list available partition in your PC, no matter usb or ide)

mkdir /media/usbhdd (I assume you want to mount the harddisk partition here)
mount /dev/sda1 /media/usbhdd (mount will detect fat32 automatically)

cd /media/usbhdd (go into the folder)
ls (check the content)
there is actually much more thing to go, but please proceed 1st and understand it.
Good luck!
Regards,
Ks

aribowo 05-23-2007 02:25 AM

Thank you. It's already run well.


All times are GMT -5. The time now is 07:16 PM.