Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2x mount vom USB-Stick [solved]
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
mc-max
Guru
Guru


Joined: 22 Feb 2005
Posts: 305
Location: Frankfurt

PostPosted: Tue Jan 03, 2006 1:31 pm    Post subject: 2x mount vom USB-Stick [solved] Reply with quote

Hallo Leute,

ich habe folgendes Problem: Mein USB-Stick wird immer 2 Mal angehängt!?
Stick drin:
Code:

/media $ ls -l
insgesamt 0
drwxr-xr-x   2 root root  48 23. Sep 14:02 cdrecorder
drwxr-xr-x   2 root root  48  3. Jan 13:40 STICK
drwxr-xr-x   2 root root  48  3. Jan 13:40 usbdisk


Stick raus
Code:

/media $ls -l
insgesamt 0
drwxr-xr-x  2 root root 48 23. Sep 14:02 cdrecorder


Code:

$dmesg
...
hub 1-0:1.0: state 5 ports 2 chg 0000 evt 0004
uhci_hcd 0000:00:1d.0: port 2 portsc 008a,00
hub 1-0:1.0: port 2, status 0100, change 0003, 12 Mb/s
usb 1-2: USB disconnect, address 8
usb 1-2: usb_disable_device nuking all URBs
usb 1-2: unregistering interface 1-2:1.0
usb 1-2:1.0: hotplug
usb 1-2: unregistering device
usb 1-2: hotplug
hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
uhci_hcd 0000:00:1d.0: suspend_hc
uhci_hcd 0000:00:1d.0: wakeup_hc
hub 1-0:1.0: state 5 ports 2 chg 0000 evt 0004
uhci_hcd 0000:00:1d.0: port 2 portsc 0083,00
hub 1-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
usb 1-2: new full speed USB device using uhci_hcd and address 9
usb 1-2: default language 0x0409
usb 1-2: new device strings: Mfr=2, Product=3, SerialNumber=4
usb 1-2: Product: Cruzer Mini
usb 1-2: Manufacturer: SanDisk Corporation
usb 1-2: SerialNumber: 00454169
usb 1-2: hotplug
usb 1-2: adding 1-2:1.0 (config #1, interface 0)
usb 1-2:1.0: hotplug
usb-storage 1-2:1.0: usb_probe_interface
usb-storage 1-2:1.0: usb_probe_interface - got id
scsi7 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 9
usb-storage: waiting for device to settle before scanning
hub 1-0:1.0: state 5 ports 2 chg 0000 evt 0004
  Vendor: Generic   Model: STORAGE DEVICE    Rev: 1.02
  Type:   Direct-Access                      ANSI SCSI revision: 00
SCSI device sda: 512000 512-byte hdwr sectors (262 MB)
sda: Write Protect is off
sda: Mode Sense: 02 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 512000 512-byte hdwr sectors (262 MB)
sda: Write Protect is off
sda: Mode Sense: 02 00 00 00
sda: assuming drive cache: write through
 sda: sda1
Attached scsi removable disk sda at scsi7, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi7, channel 0, id 0, lun 0,  type 0
usb-storage: device scan complete

am anfang dachte ich, es hängt mit gnome-volume-manager zusammen, doch das Problem besteht weiterhin auch nach dem entfernen des managers.
ivman und gnome-volume-manager habe ich nicht (also kein automount, denke ich).

Blickt einer durch, wieso überhaupt und warum 2x gemountet wird?
Danke.
max


Last edited by mc-max on Tue Jan 03, 2006 3:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
Hilefoks
l33t
l33t


Joined: 29 Jan 2003
Posts: 849
Location: Emden / Deutschland

PostPosted: Tue Jan 03, 2006 1:51 pm    Post subject: Reply with quote

Moin,

Der Stick wird nicht 2 Mal gemountet (Ausgabe von mount hilft da weiter) sondern udev wird wohl einfach zwei Verzeichnisse für den Stick anlegt. Schau also mal in den udev-Regeln nach.



Mfg Hilefoks
Back to top
View user's profile Send private message
mc-max
Guru
Guru


Joined: 22 Feb 2005
Posts: 305
Location: Frankfurt

PostPosted: Tue Jan 03, 2006 2:48 pm    Post subject: Reply with quote

ja, das stimmt, mount sagt nicht dass der gemountet ist.
keine Ahnung warum 2 Verzeichnisse angelegt worden sind, denn ich habe für den Stick überhaupt keine regeln angelegt. Die einzige udev-regel die ich habe ist die für das c-Pad meines Laptops.
Ich habe mit fdisk eine neue leere Partitionstabelle und primäre Partition angelegt. Jetzt wird erscheint nur ein Verzeichnis, wie es auch sein sollte.

Nun habe ich aber ein weiteres Problem entdeckt... der Stick wird mit Flag sync gemountet, wenn ich vom Konqueror aus den Stick anklicke. Und der sollte, laut mehreren threads im Forum, nicht benutzt werden. Außerdem ist der sau langsam...
Code:

$dmesg
....
hub 1-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
...

also gehe ich davon aus das der Stick mit 12Mb/s arbeiten sollte, doch:
Code:

# hdparm -t  /dev/sda1

/dev/sda1:
 Timing buffered disk reads:    4 MB in  4.05 seconds = 1012.26 kB/sec

und das ist eindeutig zu wenig, oder?

Gruß.
max

PS: hab nur USB1.0 Anschluss.
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5328

PostPosted: Tue Jan 03, 2006 3:08 pm    Post subject: Reply with quote

is das ein USB-1.1 gerät??

die 12Mb/s sind soweit ich weis Megabits pro sekunde und das sind in megabytes prosekunde umgerechnet etwa 1,2Megabytes/s
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
mc-max
Guru
Guru


Joined: 22 Feb 2005
Posts: 305
Location: Frankfurt

PostPosted: Tue Jan 03, 2006 3:54 pm    Post subject: Reply with quote

@firefly

wo du das sagst merke ich jetzt auch den Groß-B / Klein-b unterschied beim 12Mb/s und 1012.26 kB/sec.
Mist, und ich dachte ich könnte den Stick noch tunen :(

Danke euch beiden.
Ich werd dann den thread als gelöst markieren.

Gruß.
max
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