LinuxQuestions.org
Help answer threads with 0 replies.
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 02-12-2006, 03:06 AM   #1
Eggroll822
LQ Newbie
 
Registered: Feb 2006
Posts: 4

Rep: Reputation: 0
Trouble mounting hdd enclosure


I am having trouble mounting a usb hard drive enclosure. I use fc4 and I can even see the /dev/sda1 in the hardware browser. The drive is a 120 GB NTFS drive. I updated my kernel with fedorafaq's "yum install kernel-module-ntfs-$(uname -r)". I have mounted a NTFS drive from a internal hard drive fine.

I use :

mount -t ntfs -r /dev/sda1 /mnt/F

The problem is that it gives me an error that says "mount: special device /dev/sda1 does not exist"

how can it not exist when i obviously see it in the hardware browser and it labels it /dev/sda1 !?!?!

ARGHH little frustrating..

TIA!!!

Taken from /etc/var messages....

Feb 12 03:29:19 trl3808rnt kernel: usb 2-2: new high speed USB device using ehci_hcd and address 2
Feb 12 03:29:20 trl3808rnt kernel: SCSI subsystem initialized
Feb 12 03:29:20 trl3808rnt kernel: Initializing USB Mass Storage driver...
Feb 12 03:29:20 trl3808rnt kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Feb 12 03:29:20 trl3808rnt kernel: usbcore: registered new driver usb-storage
Feb 12 03:29:20 trl3808rnt kernel: USB Mass Storage support registered.
Feb 12 03:29:25 trl3808rnt kernel: Vendor: IC35L120 Model: AVV207-1 Rev: 0000
Feb 12 03:29:25 trl3808rnt kernel: Type: Direct-Access ANSI SCSI revision: 00
Feb 12 03:29:25 trl3808rnt scsi.agent[3039]: disk at /devices/pci0000:00/0000:00:09.2/usb2/2-2/2-2:1.0/host0/target0:0:0/0:0:0:0
Feb 12 03:29:25 trl3808rnt kernel: SCSI device sda: 241254720 512-byte hdwr sectors (123522 MB)
Feb 12 03:29:25 trl3808rnt kernel: sda: assuming drive cache: write through
Feb 12 03:29:25 trl3808rnt kernel: SCSI device sda: 241254720 512-byte hdwr sectors (123522 MB)
Feb 12 03:29:25 trl3808rnt kernel: sda: assuming drive cache: write through
Feb 12 03:29:25 trl3808rnt kernel: sda: unknown partition table
Feb 12 03:29:25 trl3808rnt kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0




fdisk -l outputs:

[root@trl3808rnt /]# /sbin/fdisk -l

Disk /dev/hda: 60.0 GB, 60000000000 bytes
255 heads, 63 sectors/track, 7294 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 4 32098+ de Dell Utility
/dev/hda2 * 5 1024 8193150 7 HPFS/NTFS
/dev/hda3 1025 7294 50363775 f W95 Ext'd (LBA)
/dev/hda5 1917 6198 34395133+ 7 HPFS/NTFS
/dev/hda6 1025 1916 7164927 83 Linux
/dev/hda7 6199 7294 8803588+ 7 HPFS/NTFS

Partition table entries are not in disk order

Disk /dev/hdb: 18.0 GB, 18042716160 bytes
255 heads, 63 sectors/track, 2193 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 255 2048256 83 Linux
/dev/hdb2 256 357 819315 82 Linux swap / Solaris
/dev/hdb3 358 2193 14747670 83 Linux

Disk /dev/sda: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot Start End Blocks Id System
/dev/sda1 ? 1 15017 120624021 7 HPFS/NTFS



wonder what the "?" means

Last edited by Eggroll822; 02-12-2006 at 03:12 AM.
 
Old 02-12-2006, 12:48 PM   #2
dandolind
LQ Newbie
 
Registered: Feb 2006
Distribution: SuSE 10.0 dual booting XP
Posts: 8

Rep: Reputation: 0
I'm having a somewhat similar issue with usb. I have doen 4 installs of suse 10. 2 of the installs worked fine. I could plug any usb drive in and out and it recognizes every time. However the other 2 installs will only mount a flash drive if it is plugged in at boot up. If I unplug it and plug it back in it recognizes in my computer but it won't mount. If i manually mount it, nothing happens, Does anyone have any ideas??
 
Old 02-12-2006, 01:34 PM   #3
Eggroll822
LQ Newbie
 
Registered: Feb 2006
Posts: 4

Original Poster
Rep: Reputation: 0
yay fixed it! pretty simple solution!

fdisk /dev/sda and then verified the partition table (what gave me an erro in the log)


as for your problem i would go through the /etc/fstab file and see if you have the pamconsole (automount), on and see if there are any other options you can change
 
Old 02-12-2006, 02:04 PM   #4
dandolind
LQ Newbie
 
Registered: Feb 2006
Distribution: SuSE 10.0 dual booting XP
Posts: 8

Rep: Reputation: 0
so if do a mount it identifies the drive with the label for windows and everything. It says unknown file system. If i manually mount it says it can't find device. yet I can see that it is there.
 
Old 02-13-2006, 12:12 AM   #5
Eggroll822
LQ Newbie
 
Registered: Feb 2006
Posts: 4

Original Poster
Rep: Reputation: 0
sounds like you had a similar problem before mounting it, in the terminal window become root
then do fdisk /dev/sda (the main device not the partitions)

it'll ask you for a command...you can press m to see them available command but you want to verify the partition table. When i did this as soon as i verified it the thing auto mounted into my media folder and popped up on my desktop.

hope this helps
 
Old 02-13-2006, 01:13 AM   #6
dandolind
LQ Newbie
 
Registered: Feb 2006
Distribution: SuSE 10.0 dual booting XP
Posts: 8

Rep: Reputation: 0
So my cd rom and usb would not mount unless i booted with it. It took me 2 days and 4 installs to figure out it was because I was logigng in to the root account becasue i'm lazy and don't like to put my password in every time i want ot change anything. Operating in a normal user account everything works great.
 
  


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
Second firewire external hdd enclosure fails to appear as a scsi device; iota Linux - Newbie 4 04-05-2007 09:07 PM
New HDD, mounting trouble Jukas Linux - General 5 01-17-2006 09:57 PM
HDD Enclosure drivers needed TotalLinuxNoob Linux - Hardware 0 07-20-2005 07:46 AM
external enclosure for hdd jcwalnut Linux - Hardware 2 09-22-2004 02:58 PM
HFS HDD+USB drive enclosure JoeyJoeJo Linux - Hardware 8 08-19-2003 11:27 AM

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

All times are GMT -5. The time now is 09:35 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