Ich check es nicht mehr, ich habe mal meine Terminaleingaben aufgelistet:
|
Quellcode
|
1
2
3
4
5
|
walter@VMProxy:~$ cd /media
walter@VMProxy:/media$ ls
VBOXADDITIONS_3.2.0_61806
walter@VMProxy:/media$ cd /VBOXADDITIONS_3.2.0_61806
bash: cd: /VBOXADDITIONS_3.2.0_61806: No such file or directory
|
Jetzt kommts (ohne Slash):
|
Quellcode
|
1
2
3
4
5
6
7
|
walter@VMProxy:/media$ cd VBOXADDITIONS_3.2.0_61806
walter@VMProxy:/media/VBOXADDITIONS_3.2.0_61806$ ls
32Bit VBoxLinuxAdditions-amd64.run VBoxWindowsAdditions.exe
64Bit VBoxLinuxAdditions-x86.run VBoxWindowsAdditions-x86.exe
AUTORUN.INF VBoxSolarisAdditions.pkg
autorun.sh VBoxWindowsAdditions-amd64.exe
walter@VMProxy:/media/VBOXADDITIONS_3.2.0_61806$
|
Und jetzt der Hammer:
|
Quellcode
|
1
2
3
4
5
6
7
|
walter@VMProxy:~$ cd /media/VBOXADDITIONS_3.2.0_61806
walter@VMProxy:/media/VBOXADDITIONS_3.2.0_61806$ ls
32Bit VBoxLinuxAdditions-amd64.run VBoxWindowsAdditions.exe
64Bit VBoxLinuxAdditions-x86.run VBoxWindowsAdditions-x86.exe
AUTORUN.INF VBoxSolarisAdditions.pkg
autorun.sh VBoxWindowsAdditions-amd64.exe
walter@VMProxy:/media/VBOXADDITIONS_3.2.0_61806$
|
Sorry, aber die Logik verstehe wer will. Abgesehen davon, daß man anstatt "cdrom0" immer ein Ungetüm von Datenträgernamen eintippen muss mit der Problematik des Vertippens, insbesondere noch dazu bei einem Case-Sensitiven Dateisystem.
Vertippen war wahrscheinlich auch zu Beginn der Fehler.
Trotzdem Danke Rodge für Deine Mühen mit mir!
Gruß Walter