Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mounten von Wechseldatenträger
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
McEnroe
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jul 2006
Posts: 130
Location: 255.255.255.255

PostPosted: Sun Jul 16, 2006 2:29 pm    Post subject: Mounten von Wechseldatenträger Reply with quote

Wollte gerade eine USB-Festplatte einbinden, folgende Fehlermeldung:

mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab
Bitte vergewissern Sie sich, dass das Gerät korrekt angeschlossen ist.

das dürfte eigentlich nicht sein, da man keine wechseldatenträger in die fstab reinschreibt...
allgemein wäre es besser sie automatisch in /mnt/sdaN einzubinden.

Wie mache ich das?
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Sun Jul 16, 2006 3:07 pm    Post subject: Reply with quote

Bei mir werden alle als /dev/sda1,2,3 angelegt.

Für diese habe ich dann auch nen fstab Eintrag.

Alternativ per Hand: mount /dev/sda1 /mnt/usb-platte

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
l3u
Advocate
Advocate


Joined: 26 Jan 2005
Posts: 2616
Location: Konradsreuth (Germany)

PostPosted: Sun Jul 16, 2006 4:47 pm    Post subject: Reply with quote

Quote:
das dürfte eigentlich nicht sein, da man keine wechseldatenträger in die fstab reinschreibt...

Und woher soll dann dein System wissen, wohin der Datenträger gemountet erden soll?
Code:
mount /dev/sda1 /mnt/usb-platte

Geht aber nur als root und nervt deswegen.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Sun Jul 16, 2006 5:09 pm    Post subject: Reply with quote

Also gnome 2.14 mountet bei mir alles von alleine. Da muß ich nichts in die fstab eintragen. Muß nur beim Systemstart hal starten und ferig. Wird dann unter /media/"Datenträgerbezeichnung" gemountet und es geht auf dem Desktop ein Fenster auf.

Bei KDE sollte ivman so was ähnliches machen, funktioniert aber sehr hakelig.
Back to top
View user's profile Send private message
Fugee47
Apprentice
Apprentice


Joined: 25 Nov 2004
Posts: 196
Location: Germany

PostPosted: Sun Jul 16, 2006 5:20 pm    Post subject: Reply with quote

ich hab mit ivman keine Probleme. Wird alles automatisch gemountet ...........
hal und dbus starte ich beim bootvorgang und für ivman habe ich einen link nach ~/.kde/Autostart angelegt. Dann klappts auch mit dem unmounten als normaler user mitm rechtsklick aufs icon.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Sun Jul 16, 2006 5:34 pm    Post subject: Reply with quote

Ich hatte meinen Desktop unter KDE so eingestellt, daß er eingebundene Fetplattenpartitionen und CDs anzeigen sollte. Medien, die schon beim Start drin waren, werden aber erst angezeigt, wenn ich z.B. eine neue CD einlege. gnome-mount funktioniert einfach super.
Back to top
View user's profile Send private message
pawlak
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2005
Posts: 139

PostPosted: Sun Jul 16, 2006 5:35 pm    Post subject: Reply with quote

Wenn du die Festplatte öfters einbinden möchtest, dann mach dir eine udev-Regel.
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Mon Jul 17, 2006 6:08 am    Post subject: Reply with quote

ivman benötigt man bei KDE aber eigentlich auch nicht. KDE mountet auch alles automatisch, wie bspw. Gnome auch, bzw. es wird automatisch gemountet, sobald man auf das Device zugreifen möchte. Ivman ist da also nicht unbedingt notwendig.

Für meinen USB Stick und meine USB Platte habe ich mir auch udev-Regeln gemacht. Sie werden immer an den gleichen Einhängepunkt gemountet, egal ob das Device nun /dev/sda1 ist oder beim nächsten mal /dev/sda2 ;)

Gruß
deejay
_________________
Back to top
View user's profile Send private message
McEnroe
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jul 2006
Posts: 130
Location: 255.255.255.255

PostPosted: Mon Jul 17, 2006 10:27 am    Post subject: Reply with quote

Klappt nicht...
Selbst bei ivman nicht. Es kommt dieselbe Fehlermeldung wie vorher...
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Mon Jul 17, 2006 11:22 am    Post subject: Reply with quote

Steck doch mal die USB Platte ein und ruf danach mal gleich dmesg auf.
Schau dort dann mal nach, welches Device er überhaupt dafür anlegt.
_________________
Back to top
View user's profile Send private message
McEnroe
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jul 2006
Posts: 130
Location: 255.255.255.255

PostPosted: Mon Jul 17, 2006 11:48 am    Post subject: Reply with quote

sry für die verwirrung,..
es lag anscheinend daran, das ich nicht mitglied der plugdev gruppe war...
(hab ich grad in der kde doku gelesen)
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Mon Jul 17, 2006 11:51 am    Post subject: Reply with quote

Ging es denn schon mal oder noch nie? Vielleicht ein Kernelproblem? Bei mir wollten mal USB-Cardreader nicht, weil ich ich im Kernel unter SCSI Probe all LUNs nicht gesetzt hatte.
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