0 Mitglieder und 1 Gast betrachten dieses Thema.
sudo gfdisk -l
chris@chris-ht ~ $ sudo fdisk -l[sudo] password for chris: WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.Disk /dev/sda: 320.1 GB, 320071851520 bytes255 Köpfe, 63 Sektoren/Spur, 38913 Zylinder, zusammen 625140335 SektorenEinheiten = Sektoren von 1 × 512 = 512 BytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x00000000 Gerät boot. Anfang Ende Blöcke Id System/dev/sda1 1 625140334 312570167 ee GPT
chris@chris-ht ~ $ mount -l/dev/sda2 on / type ext4 (rw,errors=remount-ro,commit=0)proc on /proc type proc (rw,noexec,nosuid,nodev)sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)fusectl on /sys/fs/fuse/connections type fusectl (rw)none on /sys/kernel/debug type debugfs (rw)none on /sys/kernel/security type securityfs (rw)udev on /dev type devtmpfs (rw,mode=0755)devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)none on /tmp type tmpfs (rw)tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)none on /run/shm type tmpfs (rw,nosuid,nodev)/dev/sda1 on /boot/efi type vfat (rw)binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)gvfs-fuse-daemon on /home/chris/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=chris)chris@chris-ht ~ $
Wir werden um UEFI nicht drumrumkommen.
@FriederIM Bios war definitv Legacy Rom aktiv.Ich habe nur auf EFI Compatibel umgestellt, um zu sehen ob es eine Änderung in fdisk -l bringt.