LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-21-2005, 12:47 PM   #1
edobrzel
LQ Newbie
 
Registered: Jan 2005
Location: Michigan
Posts: 4

Rep: Reputation: 0
trouble mounting USB drive


Yes, another "mounting USB drive" question. I've poked around the forums, spent time on Google, etc.

I'm running Slackware 10.0.0. (Wan't my choice.) I have a Western Digital 160GB external USB 2.0 drive. The drive has worked on this machine before, but the person who made that happen is gone. It was formatted ext3, but is now formatted ntfs, formatted on a WinXP box. I know the drive is fine.

When I plug in the drive, /var/log/messages says it can find it. "new USB device 00:1d.7-6, assigned to address 19" (or whatever address it uses that time). "lsusb" sees it, "Bus 001 Device 019: ID 0402:5621 ALi Corp." I can see it found something by the fact that /proc/bus/sub/001/019 was created. "ntfs" is listed in my /proc/filesystems. /etc/fstab shows an entry: "/dev/sda1 /mnt/usb auto noauto,user,rw 0 0". I'm guessing that was left over from the last guy.

"mount -t ntfs /dev/sda1 /mnt/usb" gives me "wrong fs type, bad option, bad superblock on /dev/sda1, or too many mounted file systems

/var/log/messages tells me Device 08:01 not ready.

I've checked the hotplug settings, but not too familiar with those and the log does detect the device. I've tried a bunch of different devices (sda, sdaX, etc.) to no avail. Most posts I've seen on this topic show the log indicating which device (sda1, scsiX, etc.) it attaches to. My logs do not. I've poked and prodded all over and can't figure it out. Plus, as I said, this drive did work on this box before. I'm at a loss.
 
Old 01-21-2005, 01:07 PM   #2
bunyan
Member
 
Registered: Oct 2004
Posts: 45

Rep: Reputation: 15
My USB drive works fine...as ROOT lol...

Hi,
Try this
mount /dev/sda1 /mnt/usb

Also, have you successfully mounted ANY NTFS volumes before? On my box Im running RH9 and I had to install an RPM to get NTFS support. My USB drive works fine, but it only works when im root


bunyan
 
Old 01-21-2005, 02:02 PM   #3
edobrzel
LQ Newbie
 
Registered: Jan 2005
Location: Michigan
Posts: 4

Original Poster
Rep: Reputation: 0
Re: My USB drive works fine...as ROOT lol...

Quote:
Originally posted by bunyan
Hi,
Try this
mount /dev/sda1 /mnt/usb

Also, have you successfully mounted ANY NTFS volumes before? On my box Im running RH9 and I had to install an RPM to get NTFS support. My USB drive works fine, but it only works when im root


bunyan
Yeah, I just tried that, but thanks. I tried "-s" (sloppy), "-v" (verbose), and several fstypes. No luck. And I am logged in as root, just in case. Once I get it working, then I'll worry about permissions and whatnot.

I haven't personally mounted anything ntfs on that machine, but it behaves the same with etx3 filesystem. I have another external drive that I have not (yet) reformatted ntfs.
 
Old 01-21-2005, 09:24 PM   #4
ValidiusMaximus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge
Posts: 169

Rep: Reputation: 30
do you get any messages about SCSI emulation? If you dont then either your HD isnt supported (not likely) or you dont have your kernel compiled with support/the module loaded.

post your /proc/config.gz (if you have one)
 
Old 01-24-2005, 07:44 AM   #5
edobrzel
LQ Newbie
 
Registered: Jan 2005
Location: Michigan
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by ValidiusMaximus
do you get any messages about SCSI emulation? If you dont then either your HD isnt supported (not likely) or you dont have your kernel compiled with support/the module loaded.

post your /proc/config.gz (if you have one)
I don't have a /proc/config.gz, sorry.

No, I didn't see anything about SCSI emulation. I was somewhat surprised. Most posts I've seen mention something in the log about SCSI devices when the drive is connected, but not my log. If I am missing a module, I'm not sure which one I need. "lsmod" does show a few things, including "usb-storage", "usbcore", and "ide-scsi".
 
Old 06-03-2008, 11:10 AM   #6
bunyan
Member
 
Registered: Oct 2004
Posts: 45

Rep: Reputation: 15
Quote:
Originally Posted by edobrzel View Post
I don't have a /proc/config.gz, sorry.

No, I didn't see anything about SCSI emulation. I was somewhat surprised. Most posts I've seen mention something in the log about SCSI devices when the drive is connected, but not my log. If I am missing a module, I'm not sure which one I need. "lsmod" does show a few things, including "usb-storage", "usbcore", and "ide-scsi".
Just wondering...did you ever get this resolved?
 
Old 06-03-2008, 11:21 AM   #7
edobrzel
LQ Newbie
 
Registered: Jan 2005
Location: Michigan
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by bunyan View Post
Just wondering...did you ever get this resolved?
Sadly, no. For a while I just copied the files to another machine running a different flavor of linux and used the drive there. I don't work at the same place anymore, so I can't say beyond that.
 
Old 06-03-2008, 01:40 PM   #8
bunyan
Member
 
Registered: Oct 2004
Posts: 45

Rep: Reputation: 15
Quote:
Originally Posted by edobrzel View Post
Sadly, no. For a while I just copied the files to another machine running a different flavor of linux and used the drive there. I don't work at the same place anymore, so I can't say beyond that.

Oh ok thats cool. Just wondering. I remembered I had some issues with this back then but I cant recall exactly how I corrected mines. All my Linux boxes are running as VMs on Winsows XP machines currently (LOL yes I know I know) and I dont have any USB devices plugged into any of them
 
  


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
trouble mounting usb drive adssse Linux - Newbie 5 05-13-2005 02:33 PM
Trouble mounting drive rw paradoxdruid Linux - Hardware 3 09-21-2004 02:07 AM
Trouble mounting usb flash drive alpha1906 Slackware 6 08-20-2004 02:59 PM
Trouble mounting cd drive Mahony Linux - General 2 04-14-2004 06:16 PM
Trouble mounting a CD+RW drive Tiot Linux - Newbie 19 10-25-2003 10:47 AM

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

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