LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 12-17-2005, 09:05 AM   #1
kimster
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Rep: Reputation: 0
usb device doesn't work


kim@Kimmie:~$ sudo mount -t vfat /dev/sda /mnt/sdb1
mount: /dev/sda already mounted or /mnt/sdb1 busy
kim@Kimmie:~$

when I put the usbstick in my computer it says:

An error occurred while loading media:/sdb1:
The file or folder media:/sdb1 does not exist.

what am I doing wrong this time??



Kim
 
Old 12-17-2005, 10:37 AM   #2
jameson
Member
 
Registered: Oct 2005
Location: in my room
Distribution: slackware
Posts: 51

Rep: Reputation: 15
Plug in your usb stick with no other usb devices plugged in if possible and list the output from the lsusb command please, it may give a hint as to what is needed to mount your disk.

p.s. what distro are you using?

p.p.s the output of the command df may also be of use

Last edited by jameson; 12-17-2005 at 10:39 AM.
 
Old 12-17-2005, 11:13 AM   #3
kimster
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
lsusb-->
kim@Kimmie:~$ lsusb
Bus 002 Device 007: ID 041e:4106 Creative Technology, Ltd Nomad MuVo MP3 Player
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000


distro--> kubuntu 5.10


df-->
kim@Kimmie:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/Ubuntu-root
16513960 2725656 12949444 18% /
tmpfs 258128 0 258128 0% /dev/shm
tmpfs 258128 12644 245484 5% /lib/modules/2.6.12-9-686/volatile
/dev/sdb1 125888 103328 22560 83% /media/usbdisk
kim@Kimmie:~$

Last edited by kimster; 12-17-2005 at 11:14 AM.
 
Old 12-17-2005, 11:20 AM   #4
jameson
Member
 
Registered: Oct 2005
Location: in my room
Distribution: slackware
Posts: 51

Rep: Reputation: 15
what is the output of:


ls /media/usbdisk

as it looks as though its already mounted
 
Old 12-17-2005, 11:23 AM   #5
kimster
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
kim@Kimmie:~$ ls /media/usbdisk
02-anymi.mp3 41-DireS.mp3 SETTINGS.DAT
03-Eagle.mp3 Audio Bullys - Snake.mp3 Systemof.wav
08-Golde.mp3 britney spears - i love rock n roll.mp3 TheProd1.mp3
(14)Aeri.mp3 FranzFer.mp3 TheProdi.mp3
17-RedHo.mp3 Recycled
kim@Kimmie:~$

very strange I can't reach it, I have read something about turning usb support on but I wouldn't know where I can do that...
 
Old 12-17-2005, 11:27 AM   #6
jameson
Member
 
Registered: Oct 2005
Location: in my room
Distribution: slackware
Posts: 51

Rep: Reputation: 15
What do you mean by you cant reach it? Can you copy files from the disk but not to? or can you only list the contents of the disk? If it is the latter you may have some kind of write protection switch on the disk itself (my usb disk has one)
 
Old 12-17-2005, 11:30 AM   #7
kimster
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
when I go to-->storage media, he isnt there I can't find him anywhere!
 
Old 12-17-2005, 11:34 AM   #8
jameson
Member
 
Registered: Oct 2005
Location: in my room
Distribution: slackware
Posts: 51

Rep: Reputation: 15
I've never used Kubuntu (i think its one of those cd based distros, right?) and so cannot help on its specifics im afraid. What i would do is use the commandline, i.e.

cp /root/pinkfloyd.mp3 (or whatever) /media/usbdisk/pinkfloyd.mp3

or when i have a large number of files i use the command mc to open the midnight commander and copy the files from one window to the other.

Sorry i cant help more. You could look here: http://tuxmobil.org/player_linux_survey_creative.html

regards

jameson
 
Old 12-17-2005, 11:38 AM   #9
kimster
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
that's ok! you have been a great help, thank you!!

Kim
 
Old 12-17-2005, 11:42 AM   #10
jameson
Member
 
Registered: Oct 2005
Location: in my room
Distribution: slackware
Posts: 51

Rep: Reputation: 15
np, does it let you copy files from the commandline? if so then its prolly just something needs reconfigured to make -->storage media, point to /media/usbdisk

hopefully you can find some kubuntu guru to help you out with that.
 
Old 12-17-2005, 11:59 AM   #11
kimster
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
it doesn't let me copy I think
I want to give it up at tis moment...blegh
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB drive not working properly, read only device? (USB key storage device) Arodef Linux - Hardware 14 01-01-2010 07:32 AM
Failed to open device /dev/usb/ttyUSB0: No such device efm Linux - Newbie 2 04-04-2005 08:46 PM
Assign one USB-storage device to one device file Misel Linux - Hardware 1 08-28-2004 03:52 AM
HP Deskjet (USB) & CUPS & Slackware 9.1: Unable to open USB device "usb:/dev/usb/lp0&qu arnostienen Slackware 2 01-29-2004 03:22 PM
how can I mount this device: da0: <USB 2.0 Storage Device alkad_mzu *BSD 2 11-15-2003 06:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration