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.
|
 |
10-09-2003, 08:33 PM
|
#1
|
LQ Newbie
Registered: Oct 2003
Location: McKinney, Texas
Distribution: MDK 10 Community
Posts: 27
Rep:
|
External HDD USB
Can an external usb hard drive work under MDK 9.1?
|
|
|
10-09-2003, 08:37 PM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700
Rep:
|
Yep, most likely it should anyway... it should register as a usb mass storage device and be emulated to scsi, meaning that it will get assigned a device name along the lines of: /dev/sda, with the first partition being: /dev/sda1 and so on. To mount it:
mount /dev/sda1 /mnt/somewhere
That is, after you create a directory called somewhere.
Cheers,
Finegan
|
|
|
10-09-2003, 08:42 PM
|
#3
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
yes. I have one working right now and playing music from it. :-)
|
|
|
10-09-2003, 09:07 PM
|
#4
|
LQ Newbie
Registered: Oct 2003
Location: McKinney, Texas
Distribution: MDK 10 Community
Posts: 27
Original Poster
Rep:
|
usb hdd
OK how about some perticulars on the subject or piont me in the right direction. I had it on a win box but I thought how about Linux.
Thank you.
|
|
|
10-09-2003, 09:10 PM
|
#5
|
LQ Newbie
Registered: Oct 2003
Location: McKinney, Texas
Distribution: MDK 10 Community
Posts: 27
Original Poster
Rep:
|
My mistake
I'll try that, didn't see the other post. 
|
|
|
10-10-2003, 02:13 PM
|
#6
|
LQ Newbie
Registered: Oct 2003
Location: McKinney, Texas
Distribution: MDK 10 Community
Posts: 27
Original Poster
Rep:
|
Stalls boot
I tried to let the OS find the drive and went as far as rebooting, that stalled the boot process at finding new hardware. Obviously I'm missing something.
|
|
|
10-10-2003, 02:50 PM
|
#7
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
don't boot it with the device plugged in. Boot normally, then plug it in. The device should show up when you do
fdisk -l
in a terminal as root. This gives the listing of all available drives and partitions. The USB drive will appear as something starting with /dev/scsi
It should also appear in diskdrake - the mandrake partitioning tool in the mandrake control center. If you need to format it, do it from diskdrake. There should be a tab for the usb device.
|
|
|
10-10-2003, 02:51 PM
|
#8
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
btw, I think you'll be happier with the hardware detection at boot time turned off. It makes booting faster. Go to mcc->system -> drakxservices and disable harddrake.
|
|
|
10-10-2003, 03:47 PM
|
#9
|
LQ Newbie
Registered: Oct 2003
Location: McKinney, Texas
Distribution: MDK 10 Community
Posts: 27
Original Poster
Rep:
|
I did all the above, hard drake will not load, it trys, but no go. The activity light on the EXT drive is constantly lit, I'm sure that is incorrect. Now what and Thank you for your support.
[samuel@localhost samuel]$ su
Password:
[root@localhost samuel]# fdisk -l
Disk /dev/ide/host0/bus0/target0/lun0/disc: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 * 1 764 6136798+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part2 765 4998 34009605 5 Extended
/dev/ide/host0/bus0/target0/lun0/part5 765 827 506016 82 Linux swap
/dev/ide/host0/bus0/target0/lun0/part6 828 4998 33503526 83 Linux
[root@localhost samuel]#
|
|
|
10-10-2003, 04:00 PM
|
#10
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
ummm. On the desktop I have I get similar symptoms and what I do is unplug it and plug it in again, if necessary do it several times. Maybe it does it for you too.
If this doesn't work, what is the output of
cat /proc/bus/usb/devices
and
lsmod
It might be that the right modules are not loaded.
|
|
|
10-10-2003, 04:08 PM
|
#11
|
Member
Registered: Aug 2003
Location: Antwerp, Belgium
Distribution: Slackware 10.0, Mandrake 10.1
Posts: 174
Rep:
|
fdisk -l /dev/sda
maybe you find it like this?
otherwise indeed try modprobing the usb modules first...
Last edited by ceedeedoos; 10-10-2003 at 04:09 PM.
|
|
|
10-10-2003, 04:26 PM
|
#12
|
LQ Newbie
Registered: Oct 2003
Location: McKinney, Texas
Distribution: MDK 10 Community
Posts: 27
Original Poster
Rep:
|
lsmod
[samuel@localhost samuel]$ su
Password:
[root@localhost samuel]# lsmod
Module Size Used by Not tainted
usb-storage 72952 1 (initializing)
ide-floppy 15580 0 (autoclean)
sd_mod 13100 0 (autoclean) (unused)
udf 90464 0 (autoclean)
sg 34636 0 (autoclean)
lp 8096 0
parport_pc 25096 1
parport 34176 1 [lp parport_pc]
mod_quickcam 41392 0
videodev 7872 1 [mod_quickcam]
nls_cp437 5148 3 (autoclean)
nls_iso8859-1 3516 3 (autoclean)
smbfs 40144 3 (autoclean)
radeon 107428 17
agpgart 40896 3 (autoclean)
snd-seq-midi 5024 0 (autoclean) (unused)
snd-emu10k1-synth 5276 0 (autoclean) (unused)
snd-emux-synth 31644 0 (autoclean) [snd-emu10k1-synth]
snd-seq-midi-emul 6780 0 (autoclean) [snd-emux-synth]
snd-seq-virmidi 4572 0 (autoclean) [snd-emux-synth]
snd-seq-oss 31104 0 (unused)
snd-seq-midi-event 5640 0 [snd-seq-midi snd-seq-virmidi snd-seq-oss]
snd-seq 42608 2 [snd-seq-midi snd-emux-synth snd-seq-midi-emul snd-seq-virmidi snd-seq-oss snd-seq-midi-event]
snd-pcm-oss 43556 0
snd-mixer-oss 14488 0 [snd-pcm-oss]
snd-emu10k1 69268 0 [snd-emu10k1-synth]
snd-rawmidi 17600 0 [snd-seq-midi snd-seq-virmidi snd-emu10k1]
snd-pcm 77536 0 [snd-pcm-oss snd-emu10k1]
snd-timer 18376 0 [snd-seq snd-pcm]
snd-page-alloc 7732 0 [snd-emu10k1 snd-pcm]
snd-util-mem 3008 0 [snd-emux-synth snd-emu10k1]
snd-ac97-codec 40160 0 [snd-emu10k1]
snd-seq-device 5832 0 [snd-seq-midi snd-emu10k1-synth snd-emux-synth snd-seq-oss snd-seq snd-emu10k1 snd-rawmidi]
snd-hwdep 6368 0 [snd-emu10k1]
snd 40868 1 [snd-seq-midi snd-emux-synth snd-seq-virmidi snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-rawmidi snd-pcm snd-timer snd-util-mem snd-ac97-codec snd-seq-device snd-hwdep]
soundcore 6276 0 [snd]
nfsd 74256 0 (autoclean)
af_packet 14952 1 (autoclean)
sr_mod 16920 0 (autoclean)
floppy 55132 0
sis900 15564 1 (autoclean)
supermount 15296 3 (autoclean)
ide-cd 33856 0
cdrom 31648 0 [sr_mod ide-cd]
ide-scsi 11280 0
scsi_mod 103284 5 [usb-storage sd_mod sg sr_mod ide-scsi]
usb-ohci 20584 0 (unused)
usbcore 72992 1 [usb-storage mod_quickcam usb-ohci]
rtc 8060 0 (autoclean)
ext3 59916 2
jbd 38972 2 [ext3]
[root@localhost samuel]#
|
|
|
10-10-2003, 04:30 PM
|
#13
|
Member
Registered: Aug 2003
Location: Antwerp, Belgium
Distribution: Slackware 10.0, Mandrake 10.1
Posts: 174
Rep:
|
Quote:
Originally posted by SamothB
usb-storage 72952 1 (initializing)
usb-ohci 20584 0 (unused)
usbcore 72992 1 [usb-storage mod_quickcam usb-ohci]
|
you have the usb modules alright ...
unless your set wouldn't work with ohci but those chances are small given the fact that they are loaded ...
fdisk -l /dev/sd*
if it's not on any of those, I don't know
or try fdisk -l /dev/sdb
for example 
|
|
|
10-10-2003, 04:59 PM
|
#14
|
LQ Newbie
Registered: Oct 2003
Location: McKinney, Texas
Distribution: MDK 10 Community
Posts: 27
Original Poster
Rep:
|
Thanks to all, currently it is not worth any more resources to persue this endevor. I can access the device vai my network through a win box. I will try this at a later time when I resolve some other small issues with this system. Although nothing is critical striving for perfection is entertaining.
|
|
|
All times are GMT -5. The time now is 07:01 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
|
|