LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-19-2005, 01:53 PM   #1
tubbablub
LQ Newbie
 
Registered: Nov 2005
Posts: 2

Rep: Reputation: 0
Linux not reading external hard drive


hi i'm useing suse 10 and it can't read my external hard drive. it is a western digital combo 75 gb drive when i plug it into my computer(usb) it shows up in "my computer" but when i try to open it i get the error message:
Unable to mount the selected volume.

mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab

i've look in the partioning program in yast and it thinks the hard drive is all free(which i know isn't true). any help would be good. thx

Last edited by tubbablub; 11-19-2005 at 01:55 PM.
 
Old 11-19-2005, 05:05 PM   #2
p_kelchen
LQ Newbie
 
Registered: Jan 2005
Location: Columbia
Distribution: SuSE 10.0
Posts: 13

Rep: Reputation: 0
You need to mount it. First, create a folder somewhere. For example, I'll say it is /home/disk and assume that you have a FAT32 disk. Here's how to mount the disk:

sudo mount -t vfat disk_location /home/disk

Now the hard drive is mounted and you should see it. If you have an NTFS disk you need to replace "vfat" with "ntfs." And as to device locations, USB and SATA disks are designated /dev/sd*, where /dev/sda is the first SATA/USB device, /dev/sdb is the second, dev/sdc the third and so forth. That is the disk's location, but you must mount a specific partition to read data. If you have only one partition (just formatted the disk and that's all), then you mount /dev/sd*1.

So if you have an ATA internal hard drive and that USB external with only one FAT32 partiton, you would type in

sudo mount -t vfat /dev/sda1 /home/disk.
 
Old 11-19-2005, 07:12 PM   #3
tubbablub
LQ Newbie
 
Registered: Nov 2005
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks works great now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux on an external hard drive? uberpete Linux - Newbie 3 10-12-2005 03:46 PM
transferring linux to an external hard drive martha123 Linux - Newbie 1 09-21-2005 09:48 AM
Linux on an external hard drive nominruil Linux - Distributions 2 07-11-2005 07:19 PM
Installing Linux on an external hard drive drino218 Linux - Hardware 1 11-04-2004 09:28 PM
reading ntfs files from external hard drive seedsgrow Linux - Hardware 1 05-01-2004 12:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration