varazir / mkesxiaio

Automatically exported from code.google.com/p/mkesxiaio
1 stars 0 forks source link

Problems while running the script #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Chmod from the script-file
2. run script
3. select version
4. select installation-type

What is the expected output? What do you see instead?

 Adding customized files to a VMware ESXi installation  

        Using VMware ESXi install.iso   

    1) ISO installation 
    2) USB installation 
    3) USB boot 
    4) USB installation without custom files    
    5) USB boot without custom files    
    6) Exit!    

   Choose what you like to do: 1
Untar oem-8086-10f0-v1119.tgz to /home/jtiemeyer/files/esx-oem  [Done]
Mounting /home/jtiemeyer/files/VMware ESXi install.iso file to 
/home/jtiemeyer/files/esx-cdAufruf: mount -V                 : Version ausgeben
        mount -h                 : Diese Hilfe ausgeben
        mount                    : eingehängte Dateisysteme auflisten
        mount -l                 : dito, inklusive Volume-Label
So weit mit dem informativen Part. Als nächstes das Einhängen.
Der Befehl lautet „mount [-t fstype] irgendwas irgendwo“.
Details, die in /etc/fstab stehen, können weggelassen werden.
        mount -a [-t|-O] …       : alles aus der /etc/fstab einhängen
        mount gerät              : Gerät an bekanntem Ort einhängen
        mount verzeichnis        : hier bekanntes Gerät einhängen
        mount -t typ ger verz    : normaler Mount-Befehl
Beachten Sie, dass man nicht wirklich ein Gerät einhängt, sondern vielmehr
ein Dateisystem (vom gegebenen Typ), dass sich auf dem Gerät befindet.
Man kann auch einen schon sichtbaren Verzeichnisbaum woanders einhängen:
        mount --bind altesVerz neuesVerz
oder einen Unterbaum verschieben:
        mount --move altesVerz neuesVerz
Die Einhängeart in einem Verzeichnis kann geändert werden:
       mount --make-shared verz
       mount --make-slave verz
       mount --make-private verz
       mount --make-unbindable verz
Und das ganze rekursiv:
       mount --make-rshared verz
       mount --make-rslave verz
       mount --make-rprivate verz
       mount --make-runbindable verz
Ein Gerät kann über seinen Namen, also /dev/hda1 oder /dev/cdrom, gegeben
werden, oder über sein Label, mittels -L Label, oder über die UUID, mit -U 
UUID.
Weitere Optionen: [-nfFrsvw] [-o optionen] [-p passwdfd].
Für viele weitere Details: man 8 mount.
    [Fail]
 There is no files in /home/jtiemeyer/files/esx-cd please check the dir/files

What version of the product are you using? On what operating system?

- Ubuntu 10.10 on a vm
- ESX 4.1

Original issue reported on code.google.com by johannes...@googlemail.com on 24 Mar 2011 at 12:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
You have space in the file name. Linux are bad at handling that. 

Original comment by daniel.s...@gmail.com on 3 Apr 2011 at 9:41