Automount klappt nur halb

jonah

jonah

Benutzter Registrierer
Moin zusammen!

Ich habe hier eine externe 750GB Platte am Rechner. Diese habe ich in zwei Partitionen unterteilt, eine NTFS, die andere ext3.

Wenn ich die Platte nun anstöpsel mountet Ubuntu wunderbar die NTFS-Partition, lässt aber die ext3 aussen vor.

Warum mountet er die ext3 nicht automatisch und weiss vielleicht einer, wie ich das erreichen kann?

Grüsse!

Das sagt fdisk -l:

Platte /dev/sdf: 750.1 GByte, 750156374016 Byte
255 Köpfe, 63 Sektoren/Spuren, 91201 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x465232c5

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdf1 1 44618 358394053+ 7 HPFS/NTFS
/dev/sdf2 44619 91201 374177947+ 83 Linux
michi@havarien:~$
 
Zuletzt bearbeitet:
Öhm, was sagt /etc/fstab?

Wahrscheinlich nix, weil wir hier von einem Wechselmedium + Automount reden.

@jonah:

Was ist denn die Ausgabe von

Code:
dmesg | tail -f

wenn du die Platte ab- und wieder ansteckst?
 
Ola!

Ausgabe ohne Platte:

Code:
michi@havarien:~$ dmesg | tail -f
[ 8372.232569] sd 8:0:0:0: [sdf] Assuming drive cache: write through
[ 8372.232578]  sdf: sdf1 sdf2
[ 8372.248401] sd 8:0:0:0: [sdf] Attached SCSI disk
[ 8372.248643] sd 8:0:0:0: Attached scsi generic sg6 type 0
[ 8739.030147] usb 3-6: reset high speed USB device using ehci_hcd and address 2
[ 9521.028543] usb 3-6: reset high speed USB device using ehci_hcd and address 2
[10243.032548] usb 3-6: reset high speed USB device using ehci_hcd and address 2
[10907.024580] usb 3-6: reset high speed USB device using ehci_hcd and address 2
[12267.024550] usb 3-6: reset high speed USB device using ehci_hcd and address 2
[14797.787704] usb 3-5: USB disconnect, address 4


Ausgabe mit angesteckter Platte:

Code:
michi@havarien:~$ dmesg | tail -f
[14923.109688] sd 9:0:0:0: [sdf] Write Protect is off
[14923.109707] sd 9:0:0:0: [sdf] Mode Sense: 21 00 00 00
[14923.109713] sd 9:0:0:0: [sdf] Assuming drive cache: write through
[14923.111422] sd 9:0:0:0: [sdf] 1465149168 512-byte hardware sectors (750156 MB)
[14923.113546] sd 9:0:0:0: [sdf] Write Protect is off
[14923.113558] sd 9:0:0:0: [sdf] Mode Sense: 21 00 00 00
[14923.113564] sd 9:0:0:0: [sdf] Assuming drive cache: write through
[14923.113577]  sdf: sdf1 sdf2
[14923.228986] sd 9:0:0:0: [sdf] Attached SCSI disk
[14923.229246] sd 9:0:0:0: Attached scsi generic sg6 type 0
 

Ähnliche Themen

SSD auf einen (geringfügig) kleineren USB-Stick wiederherstellen

FUSE -> Dateisystem Typ ermitteln

Software RAID 1 verkleinern

Bootloader nach update weg

/dev/sdb1 has been mounted 22 times without being checked

Zurück
Oben