View previous topic :: View next topic |
Author |
Message |
-Ben- n00b
Joined: 23 Jan 2004 Posts: 73 Location: Worms
|
Posted: Sat Feb 14, 2004 9:29 am Post subject: Images von CD's DVD's mounten |
|
|
Tag,
ich habe nun endlich auch zu Gentoo Linux gefunden und bin begeistert, was alles auf Linux möglich ist.
Als ich noch ein windows User war, habe ich das Programm "Daemon Tools" sehr gerne verwendet, weil es cd und dvd images mounten konnte.
Wie kann ich unter Linux Images mounten?
Vielen Dank für eure Hilfe!!! |
|
Back to top |
|
|
Mr.Big Guru
Joined: 10 Apr 2002 Posts: 424 Location: Königswartha / Germany
|
Posted: Sat Feb 14, 2004 9:34 am Post subject: |
|
|
Code: |
mount -t iso9660 -o loop cddvd.iso <mountdir>
|
So und nun noch der Standartspruch:
Das hättest Du unter Google schneller gefunden als Du hier die Frage gestellt hast ! |
|
Back to top |
|
|
piquadrat Guru
Joined: 18 Feb 2003 Posts: 301 Location: Switzerland
|
Posted: Sat Feb 14, 2004 10:02 am Post subject: |
|
|
in "man mount" häts auch gestanden, wenn auch ziemlich weit unten |
|
Back to top |
|
|
ruth Retired Dev
Joined: 07 Sep 2003 Posts: 640 Location: M / AN / BY / GER
|
Posted: Sat Feb 14, 2004 10:07 am Post subject: |
|
|
seit ein paar tagen stehen die antworten auf _viele_ fragen in der doku...
gruss
rootshell _________________ "The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual |
|
Back to top |
|
|
-Ben- n00b
Joined: 23 Jan 2004 Posts: 73 Location: Worms
|
Posted: Sat Feb 14, 2004 10:10 am Post subject: |
|
|
da krieg ich jetzt folgende Fehlermeldung wenn ich es mit -o loop probieren möchte:
ount: could not find any device /dev/loop#
Was muss ich da genau installieren, damit das funktioniert? Oder reicht es einfach en verzeichnis /dev/loop0 anzulegen? |
|
Back to top |
|
|
ruth Retired Dev
Joined: 07 Sep 2003 Posts: 640 Location: M / AN / BY / GER
|
Posted: Sat Feb 14, 2004 10:13 am Post subject: |
|
|
hi,
tja, ein klarere fall für RTFM eigentlich...
Code: |
void std_disclaimer() {
printf("erst suchen, dann posten!!\n");
}
|
du brauchst das loop device natürlich... SUCH MIT GOOGLE !!!
u.u. einfach
gruss
rootshell _________________ "The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Sat Feb 14, 2004 10:15 am Post subject: |
|
|
Code: | CONFIG_BLK_DEV_LOOP=y |
|
|
Back to top |
|
|
Lenz Veteran
Joined: 17 Jul 2003 Posts: 1439 Location: Marburg [HE, D, EU]
|
Posted: Sat Feb 14, 2004 10:38 am Post subject: |
|
|
-Ben-: Du musst den Loop-Device Support im Kernel aktivieren und dann den Kernel neu installieren. Du findest das ganze unter Device Drivers/Blockdevices/.
Gruß, Lenz. |
|
Back to top |
|
|
-Ben- n00b
Joined: 23 Jan 2004 Posts: 73 Location: Worms
|
Posted: Sat Feb 14, 2004 12:17 pm Post subject: |
|
|
ja danke, ich habs jetzt gepackt.... |
|
Back to top |
|
|
|