Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
this would appear to be a totally generic usb memory device, there will be no specific drivers for it. when you plug the device in, run "dmesg" and see what the last few lines are. if the right modules are already loaded. normally the device would be connected to /dev/sda1, so if you've not got that far, try "mount /dev/sda1 /mnt/usb" assuming those details are correct. if there is no /dev/ entry created, run "lsmod" and see what modules are loaded. i'm never quite sure which ones are needed, but i think you want usb-storage and sd to be there.
Originally posted by acid_kewpie this would appear to be a totally generic usb memory device, there will be no specific drivers for it. when you plug the device in, run "dmesg" and see what the last few lines are. if the right modules are already loaded. normally the device would be connected to /dev/sda1, so if you've not got that far, try "mount /dev/sda1 /mnt/usb" assuming those details are correct. if there is no /dev/ entry created, run "lsmod" and see what modules are loaded. i'm never quite sure which ones are needed, but i think you want usb-storage and sd to be there.
i'm not at my own computer right now.. i'm familiar with the mounting commands and i remember the last time i tried it didn't come up. but thanks, i'll try that dmesg and lsmod thing. so if i don't have the right modules, where would i get them?
thinking about it, what if it turned out to be not-totally-generic-usb-memory-device? is there like a site where people put their own implementation of non-generic usb device drivers? or anything close to that?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.