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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-22-2003, 07:30 PM
|
#1
|
Member
Registered: Apr 2003
Location: Colorado, USA
Distribution: Raspberry Pi OS, Ubuntu, Debian, WSL
Posts: 51
Rep:
|
Mounting Non-IDE Devices
Hi. I'm a little used to Debian, but I'm currently experimenting with Red Hat 7.3 (will upgrade to RH9 soon), so bear with me.
The first thing I noticed, is that, debian has a very populated /mnt/ folder. Red Hat does not.
Basically, my question is:
I have a 128MB Lexar USB Key Drive, and a Tape drive.
On start-up, the console says that it finds the drives, but when I browse for them, they don't exist.
Anything I should know/do?
(Yes, I am still a Linux  )
|
|
|
07-22-2003, 08:00 PM
|
#2
|
Senior Member
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368
Rep:
|
You should try cdrecord -scanbus - if it finds your USB key, then you should make a mountpoint for it /mnt/key would be good. Then, as root, you can mount it with mount -t vfat /dev/sda1 /mnt/key (this is presuming you have no other SCSI disks, such as atapi ZIP drives, etc).
As far as the tape is concerned, it may come up as /dev/st0
|
|
|
07-22-2003, 08:32 PM
|
#3
|
Member
Registered: Apr 2003
Location: Colorado, USA
Distribution: Raspberry Pi OS, Ubuntu, Debian, WSL
Posts: 51
Original Poster
Rep:
|
/dev/sda1? I could swear the boot text said it found it at /dev/hdd1 or /dev/hdc1...I don't remember which though.
If the tape is at /dev/st0, do I still have to mount it somwhere? (/mnt/tape ?)
I tried using Kdat, and tried everything it had /dev/tape, /dev/st0, and one other one...and none of them responded.
|
|
|
07-22-2003, 10:50 PM
|
#4
|
Moderator
Registered: Aug 2002
Posts: 26,898
|
Nope USB mass storage devices use SCSI emulation. So your drive will be /dev/sda1. /dev/hdx are IDE drives.
Check lsmod command to see if all the USB modules are being loaded. There are previous posts on the subject that list specifics.
Tape drives don't get mounted but I am not familar with kdat. What kind of tape drive is it? IDE? If so you will need to add append hdx=ide-scsi to your boot loader smiler to CD writers.
|
|
|
07-22-2003, 11:04 PM
|
#5
|
Member
Registered: Apr 2003
Location: Colorado, USA
Distribution: Raspberry Pi OS, Ubuntu, Debian, WSL
Posts: 51
Original Poster
Rep:
|
well, that worked...except. It said:
"mount point: /mnt/key does not exist"
So it found the device...but can't mount it :-\.
Last edited by VxJasonxV; 07-22-2003 at 11:05 PM.
|
|
|
07-22-2003, 11:42 PM
|
#6
|
Member
Registered: Jun 2003
Distribution: RedHat 9
Posts: 45
Rep:
|
first login as root and type 'mkdir /mnt/key' without the 's, then try to mount it again
|
|
|
07-22-2003, 11:57 PM
|
#7
|
Member
Registered: Apr 2003
Location: Colorado, USA
Distribution: Raspberry Pi OS, Ubuntu, Debian, WSL
Posts: 51
Original Poster
Rep:
|
I didn't know you'd have to make the directory first  , oops.
Oh well, IT WORKS!!!!
THANK YOU!!!!
|
|
|
All times are GMT -5. The time now is 01:45 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|