[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nach APT::Force-LoopBreak=yes werden eth und USB Geräte nicht mehr erkannt



Hi Tobias!

Am Mittwoch, 12. April 2006 20:09 schrieb Tobias Koch:
> > > Das hat im Endeffekt funktioniert. Allerdings hatte ich im Linux System
> > > keinen Zugriff auf die CD-Rom, so dass die .deb Datei von dpkg nicht
> > > erreichbar war!
> >
> > Konntest du das CD-Rom nicht mounten oder wusstest du nur nicht das du
> > das machen musst um darauf zugreifen zu koennen?
>
> Ich konnte es nicht mounten...
>
> root@gepard:/home/tobi # mount cdrom
>
> mount: can't find cdrom in /etc/fstab or /etc/mtab

Du solltest einmal einen Blick in die manual page (man page) zu "mount" 
werfen. :-)

Genau genommen in die "Section: Linux Programmer's Manual (8)". Habe 
festgestellt, dass es zwei man pages zu "mount" gibt. Also gib einmal den 
Befehl "man 8 mount" in einem Terminal ein. Dort kannst Du dann folgendes 
lesen:

The standard form of the mount command, is 

 mount -t type device dir 
 This tells the kernel to attach the file system found on device (which is of 
type type) at the directory dir. The previous contents (if any) and owner and 
mode of dir become invisible, and as long as this file system remains 
mounted, the pathname dir refers to the root of the file system on device.

Deine Fehlermeldung besagt nämlich, dass "mount" nicht wusste was es mit 
"cdrom" machen soll, weil dort wo etwas dazu stehen kann (z.B. /etc/fstab) 
nichts eingetragen ist.

Der Befehl "mount -t DATEISYSTEM QUELLE ZIELVERZEICHNIS" funktioniert aber. 
Die Angabe des Dateisystems kann oftmals unterbleiben. "Mount" versucht dann 
eigenständig festzustellen, welches Dateisystem vorhanden ist.

Versuche doch (zur Übung) "mount /dev/cdrom /mnt". Mit "umount QUELLE" oder 
"umount ZIELVERZEICHNIS" kann man das eingebundene Gerät (z.B. CD-Rom) auch 
wieder entfernen.

LG,
Leonhard.



Reply to: