Linux - Newbie This 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.
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-24-2007, 02:49 PM
|
#1
|
Member
Registered: Apr 2007
Posts: 146
Rep:
|
can't mount usb stick
Hi , i'm trying to mv some files from my usb stick to my debian 4.0.1 server
but when i stick it in ,nothing happens , i do a lsmod , one usb module is loaded, but i guess i need the usb_storage module ,i don't know if it's in the kernel , i use the kernel i got with the install, i can't modprobe ,do i ap-get install modprobe ,i'll try it now to start
thnx a not so noob noob
|
|
|
10-24-2007, 03:03 PM
|
#2
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
What did you expect to happen, exactly? Unless you are in X (and even then, a Desktop Environment that automatically mounts/displays devices) nothing is going to happen when you plug in a USB drive.
You need to mount the device to the filesystem before you can get access to it.
Something like:
Code:
mount -t vfat /dev/sda1 /mnt/usb
You will need to create the /mnt/usb directory (or mount it to a directory that does exist) and might need to adjust the device node, depending on your system's configuration.
|
|
|
10-24-2007, 04:20 PM
|
#3
|
Member
Registered: Feb 2007
Location: London
Distribution: debian
Posts: 108
Rep:
|
to what MS3FGX said, i would add that you should first do
as root. This will tell what disks of any kind are attached and recognized by your system. After that you can do the previously mentioned mount command using the /dev location specified by fdisk.
the simple program usbmount can be used to automatically mount usb drives. other more sophisticated auto-mounting programs exist on the feature-full window managers like gnome, but usbmount is simple and minimal (personally, that's the way I think things ought to be).
-mark
|
|
|
10-24-2007, 05:25 PM
|
#4
|
Member
Registered: Apr 2007
Posts: 146
Original Poster
Rep:
|
ok, what i aspected , I wasn't thinking on automatically mounting the usb , i tried using mount , but i'm a semi noob sort of speaking
is that also the case with my floppy drive
I guess also then, i'm getting an "Error data CRC error:track 0,head 1,sector 2, ..you must specify a filesystem
well about nodes ,i started reading ,but am busy learning 10 things at a time ,so i'm trying to "digest" it all
i'll try the suggestions/advice and thnx MS3FGX & andrews-mark
|
|
|
10-24-2007, 06:07 PM
|
#5
|
Member
Registered: Oct 2007
Location: Sydney, Australia
Distribution: Debian
Posts: 63
Rep:
|
try follow this steps: How to mount usb in linux
let me know if it helped..
|
|
|
10-26-2007, 08:24 AM
|
#6
|
Member
Registered: Apr 2007
Posts: 146
Original Poster
Rep:
|
well , i installed usbmount,but nothing, the usb ports are detected, but not the sticks, maybe kernel module issue and, but this is an old box so the usb was added and sometimes fails (with dsl and other os) it's something else , what's the other command to modprobe , I have a Debian Etch netinstall
it doesn't show up in fdisk -l , so no luck there,
i'll just have to upload the files , but that's what i'm busy learning now, and my fast-rookie-noob alternative is boot livecd do what i heve to do (basiccally adding the new website files in /www, hahaha)
and reboot in Debian Etch
I can however use the cdrom too
firedancer
|
|
|
10-26-2007, 10:18 AM
|
#7
|
Senior Member
Registered: Sep 2003
Posts: 3,171
Rep: 
|
|
|
|
All times are GMT -5. The time now is 09: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
|
|