Hallo,
heute wollte ich mal wieder schauen was es neues gibt zum Updaten.
Also gab ich wie immer folgendes ein:
[egle@NUC8i7HVK ~]$ sudo pacman -Syyu
:: Synchronisiere Paketdatenbanken...
core 171,4 KiB 4,19 MiB/s 00:00 [#############################################################################################] 100%
extra 2012,2 KiB 21,8 MiB/s 00:00 [#############################################################################################] 100%
community 6,1 MiB 22,7 MiB/s 00:00 [#############################################################################################] 100%
multilib 195,2 KiB 6,35 MiB/s 00:00 [#############################################################################################] 100%
:: Starte vollständige Systemaktualisierung...
Löse Abhängigkeiten auf...
Suche nach in Konflikt stehenden Paketen...
Pakete (9) firefox-79.0-0.1 firefox-i18n-de-79.0-0.1 firefox-i18n-en-us-79.0-0.1 grub-2.04-11.1 thunderbird-68.11.0-0.1 thunderbird-i18n-de-68.11.0-0.1 thunderbird-i18n-en-us-68.11.0-0.1 xorg-server-1.20.8-4 xorg-server-common-1.20.8-4
Gesamtgröße der installierten Pakete: 414,77 MiB
Größendifferenz der Aktualisierung: 7,82 MiB
:: Installation fortsetzen? [J/n] j
(9/9) Prüfe Schlüssel im Schlüsselring [#############################################################################################] 100%
(9/9) Überprüfe Paket-Integrität [#############################################################################################] 100%
(9/9) Lade Paket-Dateien [#############################################################################################] 100%
(9/9) Prüfe auf Dateikonflikte [#############################################################################################] 100%
Fehler: Konnte den Vorgang nicht durchführen (In Konflikt stehende Dateien)
grub: /etc/grub.d/30_uefi-firmware existiert im Dateisystem
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
[egle@NUC8i7HVK ~]$
Auf meinem System (SSD) befindest sich Windows 10, Manjaro-Linux und eine Debian-Linux mittels grub.
Foldendes kann ich ich mal posten, in der Hoffnung das Ihr was erkennt?:
[NUC8i7HVK egle]# cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="${saved_entry}"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
set menu_color_normal=light-gray/black
set menu_color_highlight=green/black
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
else
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=de_DE
insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
else
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
fi
insmod gfxmenu
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_24.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_48.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_bold_16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_mono_12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-18.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b18.pf2
insmod png
set theme=($root)/usr/share/grub/themes/manjaro/theme.txt
export theme
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-5ce698d4-371f-4934-84b7-0dd3305e1bc4' {
savedefault
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
else
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
fi
linux /boot/vmlinuz-5.4-x86_64 root=UUID=5ce698d4-371f-4934-84b7-0dd3305e1bc4 rw quiet loglevel=3 vga=current rd.systemd.show_status=auto rd.udev.log-priority=3 vt.global_cursor_default=0 resume=UUID=fd8349fe-7477-4aae-bc5b-8fe0cf46f5fa
initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-5.4-x86_64.img
}
submenu 'Advanced options for Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-5ce698d4-371f-4934-84b7-0dd3305e1bc4' {
menuentry 'Manjaro Linux (Kernel: 5.4.52-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.52-1-MANJARO x64-advanced-5ce698d4-371f-4934-84b7-0dd3305e1bc4' {
savedefault
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
else
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
fi
linux /boot/vmlinuz-5.4-x86_64 root=UUID=5ce698d4-371f-4934-84b7-0dd3305e1bc4 rw quiet loglevel=3 vga=current rd.systemd.show_status=auto rd.udev.log-priority=3 vt.global_cursor_default=0 resume=UUID=fd8349fe-7477-4aae-bc5b-8fe0cf46f5fa
initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-5.4-x86_64.img
}
menuentry 'Manjaro Linux (Kernel: 5.4.52-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.52-1-MANJARO x64-fallback-5ce698d4-371f-4934-84b7-0dd3305e1bc4' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
else
search --no-floppy --fs-uuid --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
fi
linux /boot/vmlinuz-5.4-x86_64 root=UUID=5ce698d4-371f-4934-84b7-0dd3305e1bc4 rw quiet loglevel=3 vga=current rd.systemd.show_status=auto rd.udev.log-priority=3 vt.global_cursor_default=0 resume=UUID=fd8349fe-7477-4aae-bc5b-8fe0cf46f5fa
initrd /boot/initramfs-5.4-x86_64-fallback.img
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-6C96-FB1D' {
savedefault
insmod part_gpt
insmod fat
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 6C96-FB1D
else
search --no-floppy --fs-uuid --set=root 6C96-FB1D
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Debian GNU/Linux 10 (buster) (on /dev/nvme0n1p6)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-9-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro quiet
initrd /boot/initrd.img-4.19.0-9-amd64
}
submenu 'Advanced options for Debian GNU/Linux 10 (buster) (on /dev/nvme0n1p6)' $menuentry_id_option 'osprober-gnulinux-advanced-8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
menuentry 'Debian GNU/Linux (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-9-amd64--8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-9-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro quiet
initrd /boot/initrd.img-4.19.0-9-amd64
}
menuentry 'Debian GNU/Linux, mit Linux 4.19.0-9-amd64 (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-9-amd64--8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-9-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro quiet
initrd /boot/initrd.img-4.19.0-9-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.19.0-9-amd64 (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-9-amd64-root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single-8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-9-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single
initrd /boot/initrd.img-4.19.0-9-amd64
}
menuentry 'Debian GNU/Linux, mit Linux 4.19.0-5-amd64 (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-5-amd64--8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-5-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro quiet
initrd /boot/initrd.img-4.19.0-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.19.0-5-amd64 (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-5-amd64-root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single-8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-5-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single
initrd /boot/initrd.img-4.19.0-5-amd64
}
menuentry 'Debian GNU/Linux, mit Linux 4.19.0-4-amd64 (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-4-amd64--8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-4-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro quiet
initrd /boot/initrd.img-4.19.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.19.0-4-amd64 (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-4-amd64-root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single-8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-4-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single
initrd /boot/initrd.img-4.19.0-4-amd64
}
menuentry 'Debian GNU/Linux, mit Linux 4.19.0-2-amd64 (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-2-amd64--8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-2-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro quiet
initrd /boot/initrd.img-4.19.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.19.0-2-amd64 (recovery mode) (on /dev/nvme0n1p6)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-2-amd64-root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single-8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb' {
savedefault
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
else
search --no-floppy --fs-uuid --set=root 8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb
fi
linux /boot/vmlinuz-4.19.0-2-amd64 root=UUID=8cd0dd25-1536-440a-b3c0-8a39c2bc6cbb ro single
initrd /boot/initrd.img-4.19.0-2-amd64
}
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
### BEGIN /etc/grub.d/60_memtest86+ ###
if [ "${grub_platform}" == "pc" ]; then
menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
search --fs-uuid --no-floppy --set=root 5ce698d4-371f-4934-84b7-0dd3305e1bc4
linux16 /boot/memtest86+/memtest.bin
}
fi
### END /etc/grub.d/60_memtest86+ ###
[NUC8i7HVK egle]# sudo parted -l
Modell: asmedia ASM1153E (scsi)
Festplatte /dev/sda: 4001GB
Sektorgröße (logisch/physisch): 512B/4096B
Partitionstabelle: gpt
Disk-Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 1049kB 4001GB 4001GB ext4
Modell: Samsung SSD 970 EVO 500GB (nvme)
Festplatte /dev/nvme0n1: 500GB
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: gpt
Disk-Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 1049kB 263MB 262MB fat32 boot, esp
2 263MB 17,4GB 17,2GB linux-swap(v1) swap
3 17,4GB 18,1GB 682MB ntfs diag
4 18,1GB 152GB 134GB ntfs msftdata
5 152GB 421GB 268GB ext4
6 421GB 500GB 79,3GB ext4 Debian
[NUC8i7HVK egle]#
NUC8i7HVK egle]# sudo fdisk -lu
Festplatte /dev/nvme0n1: 465,78 GiB, 500107862016 Bytes, 976773168 Sektoren
Festplattenmodell: Samsung SSD 970 EVO 500GB
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: F835931E-3363-4208-B46F-F2409FFDB484
Gerät Anfang Ende Sektoren Größe Typ
/dev/nvme0n1p1 2048 514047 512000 250M EFI-System
/dev/nvme0n1p2 514048 34068479 33554432 16G Linux Swap
/dev/nvme0n1p3 34068480 35399679 1331200 650M Windows-Wiederherstellungsumgebung
/dev/nvme0n1p4 35399680 297543679 262144000 125G Microsoft Basisdaten
/dev/nvme0n1p5 297543680 821831679 524288000 250G Linux-Dateisystem
/dev/nvme0n1p6 821831680 976773134 154941455 73,9G Linux-Dateisystem
Festplatte /dev/loop0: 182,36 MiB, 191205376 Bytes, 373448 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/loop1: 54,98 MiB, 57626624 Bytes, 112552 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/loop2: 183,92 MiB, 192827392 Bytes, 376616 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/loop3: 62,9 MiB, 65105920 Bytes, 127160 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/loop4: 30,29 MiB, 31756288 Bytes, 62024 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/loop5: 54,84 MiB, 57479168 Bytes, 112264 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/loop6: 29,9 MiB, 31334400 Bytes, 61200 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/loop7: 54,97 MiB, 57618432 Bytes, 112536 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplatte /dev/sda: 3,65 TiB, 4000787030016 Bytes, 7814037168 Sektoren
Festplattenmodell: ASM1153E
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 4096 Bytes
E/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: 94FDF34F-DAE8-44E0-A5E4-D5C025414187
Gerät Anfang Ende Sektoren Größe Typ
/dev/sda1 2048 7814035455 7814033408 3,7T Linux-Dateisystem
[NUC8i7HVK egle]#