Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]USB-Stick erkannt - kann aber nicht gemountet werden
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
differential
n00b
n00b


Joined: 04 Jul 2004
Posts: 17
Location: Muenster / (Westf.)

PostPosted: Sun Jul 04, 2004 12:39 am    Post subject: [solved]USB-Stick erkannt - kann aber nicht gemountet werden Reply with quote

Hallo,

ich habe das Problem, das mein USB-Stick zwar erkannt wird aber nicht mountbar ist.

Code:
cat /proc/scsi/usb-storage/1



führt zu folgender Meldung

Quote:
Host scsi1: usb-storage
Vendor: USB
Product: Solid state disk
Serial Number: 115B1DD13DE32485
Protocol: Transparent SCSI
Transport: Bulk
Quirks:


Folgende Kernelmodule sind geladen:

Quote:
Host scsi1: usb-storage
Vendor: USB
Product: Solid state disk
Serial Number: 115B1DD13DE32485
Protocol: Transparent SCSI
Transport: Bulk
Quirks:


Kennt ihr das Prob und wie habt ihr es gelöst?


Last edited by differential on Sun Jul 04, 2004 9:38 am; edited 1 time in total
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Sun Jul 04, 2004 5:39 am    Post subject: Re: USB-Stick erkannt - kann aber nicht gemountet werden Reply with quote

frage,

wie mountest du denn?
mount /dev/sda1 /mnt/usbstick??

irgendwas mit sda* ist eigentlich AFAIK standard...
ciao
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3337
Location: de

PostPosted: Sun Jul 04, 2004 7:38 am    Post subject: Reply with quote

Sind jetzt nur Vermutungen, weil ich mit USB-Sticks nicht wirklich viele Probleme bisher hatte.

1. Du brauchst als Kernelmodule:
SCSI device support -> SCSI generic
SCSI device support -> SCSI disk support
File systems -> DOS/FAT/NT Filesystems -> DOS FAT fs support -> VFAT (Win95 support)
USB support -> USB device filesystem
USB support -> EHCI HCD (für USB 2.0)
USB support -> OHCI (für nvidia-Chipsatz) / UHCI (für Intel und Via)
USB support -> Mass Storage support

2. Wenn du den Stick ansteckst, sollte der erstmal erkannt werden - kannst du per dmesg nachprüfen. Für den Stick sollte dann automatisch ein Device angelegt werden:
/dev/sdxx - also /dev/sda1 oder /dev/sdb1 oder so ähnlich.

3. Das kannst du dann (als root) ganz normal mounten. Evtl. mußt du noch den Dateityp angeben:
mount -t vfat /dev/sda1 /mnt/usbstick

4. Und falls das Filesystem nicht erkannt werden sollte, kann es sein, daß du den Stick erst formatieren mußt. Also legst du mit qtparted / cfdisk / irgendwas auf dem Stick eine FAT-Partition an.
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Sun Jul 04, 2004 8:12 am    Post subject: Reply with quote

Lass dir mal von "fdisk -l /dev/sda" die Partitionstabelle des Sticks ausgeben. Dann weißt du, welche Partition du mounten musst. Ist nämlich nicht immer /dev/sda1.
_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
differential
n00b
n00b


Joined: 04 Jul 2004
Posts: 17
Location: Muenster / (Westf.)

PostPosted: Sun Jul 04, 2004 9:37 am    Post subject: Reply with quote

Das wars. :-) Habe vergessen beim Kernel kompilieren die SCSI Disk Support zu aktivieren. Hab mich ja auch nur einige Stunden damit beschäftigt :-)

Vielen Dank!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum