Hallo,

ich wollte meine bestehende Installation bei manchen Rechnern um eine
Datenpartition erweitern. Dazu habe ich zunächst mal eine neue Gruppe
angelegt und die start.conf-Datei um die Datenpartition ergänzt. Nun kommt
folgende Meldung auf den Clients: "Kann /dev/sda5 nich als cache anlegen"
(oder so ähnlich). Kann jemand einen Blick drüber werfen, wo der Fehler
liegt, ich sehe es einfach nicht ...

Viele Grüße und herzlichen Dank
Jürgen

# LINBO start.conf, Beispiel fuer Ubuntu
# Ubuntu auf Partition 1
# Swap auf Partition 2
# Virtualbox auf Partition 3
# Daten auf Partition 4
# Cache auf Partition 5
# Festplatte 160G

[LINBO]                             # Start der globalen Konfiguration
Cache = /dev/sda5                   # lokale Cache Partition
Server = 10.16.1.1                  # IP des TFTP-Servers, der Images
vorhaelt
Group = trusty714data
RootTimeout = 600                   # automatischer Rootlogout nach 600 Sek.
Autopartition = no                  # keine automatische
Partitionsreparatur beim LINBO-Start
AutoFormat = no                     # kein automatisches Formatieren aller
Partitionen beim LINBO-Start
AutoInitCache = no                  # kein automatisches Befüllen des
Caches beim LINBO-Start
DownloadType = rsync              # Image-Download per
torrent|multicast|rsync, default ist rsync
BackgroundFontColor = white         # Bildschirmschriftfarbe (default:
white)
ConsoleFontColorStdout = white      # Konsolenschriftfarbe (default: white)
ConsoleFontColorStderr = orange     # Konsolenschriftfarbe für
Fehler-/Warnmeldungen (default: red)
KernelOptions = splash autostart=0

[Partition]              # Betriebssystem (Ubuntu)
Dev = /dev/sda1          # Device-Name der Partition (sda1 = erste
Partition auf erster Platte)
Size = 19998720          # Partitionsgroesse in kB (Bsp.: ca. 10G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32,
7 = NTFS, ...)
FSType = ext4            # Dateisystem ext4
Bootable = no            # Bootable-Flag

[Partition]              # Swap
Dev = /dev/sda2          # Device-Name der Partition (sda2 = zweite
Partition auf erster Platte)
Size = 2529280           # Partitionsgroesse 8388608 kB (Bsp.: ca. 10G)
Id = 82                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32,
7 = NTFS, ...)
FSType = swap            # Dateisystem ext4
Bootable = no            # Bootable-Flag

[Partition]              # Virtualbox
Dev = /dev/sda3          # Device-Name der Partition (sda3 = dritte
Partition auf erster Platte)
Size = 12083200          # Partitionsgroesse in kB (Bsp.: ca. 2G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32,
...)
FSType = ext4            # Dateisystem swap
Bootable = no            # Bootable-Flag

[Partition]              # Daten
Dev = /dev/sda4          # Device-Name der Partition (sda4 = dritte
Partition auf erster Platte)
Size = 22083200          # Partitionsgroesse in kB (Bsp.: ca. 2G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32,
...)
FSType = ext4            # Dateisystem swap
Bootable = no            # Bootable-Flag


[Partition]              # Cachepartition
Dev = /dev/sda5          # Device-Name der Partition (sda5 = vierte
Partition auf erster Platte)
Size =                   # Partitionsgroesse in kB (Bsp.: keine Angabe =
Rest der Platte, ca. 138G)
Id = 83                  # Partitionstyp (83 = Linux, 82 = swap, c = FAT32,
7 = NTFS, ...)
FSType = ext4            # Dateisystem ext4
Bootable = no            # Bootable-Flag


[OS]
Name = Ubuntu 14.04 Linuxmuster LTS             # Name des Betriebssystems
Version =                           # Version (optional)
Description = Ubuntu 14.04 Trusty    # Beschreibung
IconName = ubuntu.png               # Icon für die Startseite, muss unter
/var/linbo/icons abgelegt sein
#Image =  ubuntu.rsync              # Dateiname des differentiellen Images
(Erweiterung .rsync)
Image =                             # erst eintragen, wenn es erzeugt
werden soll
BaseImage = trusty714.cloop         # Dateiname des Basisimages
(Erweiterung .cloop)
Boot = /dev/sda1                    # Partition, die Kernel & Initrd
enthaelt
Root = /dev/sda1                    # Rootpartition, in die das BS
installiert ist
Kernel = vmlinuz                    # Relativer Pfad zum Kernel
Initrd = initrd.img                 # Relativer Pfad zur Initrd
Append = ro splash                  # Kernel-Append-Parameter, ggf. anpassen
StartEnabled = yes                  # "Start"-Button anzeigen
SyncEnabled = yes                   # "Sync+Start"-Button anzeigen
NewEnabled = yes                    # "Neu+Start"-Button anzeigen
Hidden = yes                        # verstecke OS-Reiter
Autostart = no                      # automatischer synchronisierter Start
dieses Betriebssystems: yes|no
AutostartTimeout = 5                # Timeout in Sekunden für
Benutzerabbruch bei Autostart
DefaultAction = start                # DefaultAction bei Autostart:
start|sync|new

[OS]
Name = Virtualbox                   # Name des Betriebssystems
Version =                           # Version (optional)
Description = Virtualbox            # Beschreibung
IconName = ubuntu.png               # Icon für die Startseite, muss unter
/var/linbo/icons abgelegt sein
#Image =  ubuntu.rsync              # Dateiname des differentiellen Images
(Erweiterung .rsync)
Image =                             # erst eintragen, wenn es erzeugt
werden soll
BaseImage = vbox.cloop         # Dateiname des Basisimages (Erweiterung
.cloop)
Boot = /dev/sda3                    # Partition, die Kernel & Initrd
enthaelt
Root = /dev/sda3                    # Rootpartition, in die das BS
installiert ist
Kernel = vmlinuz                    # Relativer Pfad zum Kernel
Initrd = initrd.img                 # Relativer Pfad zur Initrd
Append = ro splash                  # Kernel-Append-Parameter, ggf. anpassen
StartEnabled = no                  # "Start"-Button anzeigen
SyncEnabled = no                   # "Sync+Start"-Button anzeigen
NewEnabled = yes                    # "Neu+Start"-Button anzeigen
Hidden = yes                        # verstecke OS-Reiter
Autostart = no                      # automatischer synchronisierter Start
dieses Betriebssystems: yes|no
AutostartTimeout = 5                # Timeout in Sekunden für
Benutzerabbruch bei Autostart
DefaultAction = sync                # DefaultAction bei Autostart:
start|sync|new
_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an