Einzelnen Beitrag anzeigen
Ungelesen 17.05.20, 18:27   #6
Wornat1959
Profi
 
Registriert seit: Aug 2016
Beiträge: 1.859
Bedankt: 6.235
Wornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt PunkteWornat1959 leckt gerne myGully Deckel in der Kanalisation! | 2119272 Respekt Punkte
Standard

Also die Linux-Partition kann ruhig dahinter liegen. Normalerweise macht aber auch eine Swap-Partition Sinn. Damit kommste schon auf 3 Partitionen.

Interessant wäre mal die Ausgabe von
Code:
parted -a optimal /dev/sda print
bei dir.

Das kannste mit dem Live-Abbild machen ...

Bei mir siehte es so aus:
Code:
luthien ~ # parted -a optimal /dev/sda print
Modell: ATA Crucial_CT275MX3 (scsi)
Festplatte  /dev/sda:  275GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags: 

Nummer  Anfang  Ende    Größe   Dateisystem  Name              Flags
 1      1049kB  3146kB  2097kB               grub              bios_grub
 2      3146kB  2003MB  2000MB  fat32        efi-boot          boot, esp
 3      2003MB  275GB   273GB                Crypted Gentoo /  msftdata
Falls du auch als Partitionstabelle gpt hast wird UEFI genutzt. Also Windows 10 erwartet das dann. Mit dem Setup kannste nicht viel falsch machen selbst wenn es nicht zwingend erforderlich ist die Grub-Partition zu haben. Partition 1 und 2 sind sehr klein.

Danach würde ich erst die Windows-NTFS Partition legen, und danach dann 2 Linux-Partitionen. Eine als Swap-Partition.

Bei mir liegen die Linuxpartitionen in der verschlüsselten Partition (mit cryptsetup), hinter der sich erst ein LVM (Logical Volume Management) partition versteckt das dann folgendes beinhaltet:

Code:
--- Logical volume ---
  LV Path                /dev/GENTOO/SWAP
  LV Name                SWAP
  VG Name                GENTOO
  LV UUID                63GcY2-q3xU-2Ol8-0tfV-PV0X-xsDi-FC8W81
  LV Write Access        read/write
  LV Creation host, time linux-0wpy, 2017-06-16 18:23:35 +0200
  LV Status              available
  # open                 2
  LV Size                16,00 GiB
  Current LE             4096
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1
   
  --- Logical volume ---
  LV Path                /dev/GENTOO/ROOT
  LV Name                ROOT
  VG Name                GENTOO
  LV UUID                4vuM10-k7Ji-6Q8T-95mA-MHaF-v5VU-ROy9JL
  LV Write Access        read/write
  LV Creation host, time linux-0wpy, 2017-06-16 18:24:45 +0200
  LV Status              available
  # open                 1
  LV Size                238,30 GiB
  Current LE             61005
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2
Die Verschlüsselung und LVM brauchst du nicht. Kannst also die Linuxpartitionen auch direkt anlegen.
__________________
"Mitleid und Erbarmen hielten Bilbos Hand zurück. Viele, die leben, verdienen den Tod und manche, die sterben, verdienen das Leben. Kannst du es ihnen geben, Frodo? Dann sei nicht so rasch mit einem Todesurteil bei der Hand. Selbst die ganz Weisen erkennen nicht alle Absichten. Mein Herz sagt mir, dass Gollum noch eine Rolle zu spielen hat, zum Guten oder zum Bösen, ehe das Ende kommt." (Gandalf zu Frodo)
Wornat1959 ist offline   Mit Zitat antworten
Folgendes Mitglied bedankte sich bei Wornat1959:
DreamerOrb (18.05.20)