LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Thumb Drives and External HDDs (https://www.linuxquestions.org/questions/linux-newbie-8/thumb-drives-and-external-hdds-254327/)

e11 11-13-2004 09:04 AM

Thumb Drives and External HDDs
 
I suppose USB-based thumb drives and external HDDs shouldn't pose much problems for Linux? (Just checking to be sure...)


Thanks and Regards,

Edwin

david_ross 11-13-2004 09:11 AM

They work fine. Just make sure you have scsi generic support and usb mass storage support in your kernel. If you are using a stock distro kernel then this is most likely the case.

e11 11-13-2004 09:28 AM

Quote:

Originally posted by david_ross
Just make sure you have scsi generic support and usb mass storage support in your kernel. If you are using a stock distro kernel then this is most likely the case.
Its just about installing the appropriate packages right?


Thanks and Regards,

Edwin

david_ross 11-13-2004 09:39 AM

No, it is a kernel function. At most you should just need to load the modules.

e11 11-13-2004 09:41 AM

Roger that, thanks!


Regards,

Edwin

amfoster 11-13-2004 02:41 PM

btw, those usb drives are usually recognized as /dev/sda1 or /dev/sdb1

mount /dev/sda1 /my_made_up_mount_point

e11 11-13-2004 08:31 PM

What does sda and sdb stand for? *juz curious*


Regards,

Edwin

amfoster 11-14-2004 06:04 AM

scsi device a
scsi device b

much like hd (hard drive a)

david_ross 11-14-2004 10:47 AM

The other thing you may want to run is dmesg, this should show you the device name of a connected device.

e11 11-14-2004 10:58 AM

icic thanks! didnt know that an external harddisk or thumbdrive is a scsi device. :)


Regards,

Edwin

imranamdam 11-18-2004 10:35 AM

How to install in external thumdrive
 
i had 1Gb thum drive, i had install a slackware in it. but during booting process kernel panic appear. it cannot rean my usb thumb drive.

amfoster 11-18-2004 08:43 PM

may deal with the initial ramdisk

you have an initrd with scsi module in it?


All times are GMT -5. The time now is 12:31 AM.