Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
Distribution: Mandrake 9.2 =<3 and Red Hat 8.0 (server)
Posts: 242
Rep:
USB Smart Drive compatible with lin?
I think i am taking a longshot here, but i want to know how to "mount" my usb smartdrive onto my linux box. I am using RH 8.0 and i am not positive if this can work. Am i supposed to mount it, and if so... how. ALso, how do i mount any other drive while i am on the topic.
Distribution: Mandrake 9.2 =<3 and Red Hat 8.0 (server)
Posts: 242
Original Poster
Rep:
Ok i tried tryping this * as root* ::
mount /dev/usb /mnt/usb and i get::
mount: /dev/usb is not a block device.
Quote:
xxx is the drive's device name(this name should show up when you boot up your computer or type "dmesg")
I typed "dmesg" and i am not sure what the name for the usb device is though. And i just tried to put the dmesg on a floppy disk, but for soem reason i can't get anything on there, "destination is full" something like that. WOuld anyone mind giving me a super easy MOunt tutorial, i am sure that i could figure out this problem if i understood it more. Remember, i have used windows all my life :-(
the device name maybe something like sda1, try..
mount /dev/sda1 /mnt/usb
type "dmesg | less" to go through the messages and look for anything usb related.
this only works if redhat has the driver for your usb drive pre-installed, you really should look up your usb drive and see if it's supported by linux first and which driver you need to get it working.
Distribution: Mandrake 9.2 =<3 and Red Hat 8.0 (server)
Posts: 242
Original Poster
Rep:
Oh ok, well the box said that it didnt need drivers for windows 2000 /xp, so i gues si just asumed, but i am going to look for the drivers now, thanks though.
and also, how do i go about knwong my hard drives and floppies just by hd01 and such, can't you name them differently? ANd what is the difference?
depending on what desktop software you're using you maybe able to create a special drive shortcut on your desktop. right click on the desktop and look around in the menu there.
Distribution: Mandrake 9.2 =<3 and Red Hat 8.0 (server)
Posts: 242
Original Poster
Rep:
im using gnome on Rh 8.0 and i tried a bunch of things. When i drag the /mnt/usb folder to the desktop it turns into /home/.gnome-desktop (?) and that doesn't update when i plug in the drive after taking it out. Any suggestions?
Distribution: Mandrake 9.2 =<3 and Red Hat 8.0 (server)
Posts: 242
Original Poster
Rep:
hmm, i think i installed KDE on the machine as well, is there any way to switch without installing something, or do i just reboot? Can i also change boot loaders as well? heh sorry for the barage of questions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.