home.social

#fdisk — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fdisk, aggregated by home.social.

  1. Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk

    askubuntu.com/q/1566717/612

  2. Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk

    askubuntu.com/q/1566717/612

  3. Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk

    askubuntu.com/q/1566717/612

  4. Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk

    askubuntu.com/q/1566717/612

  5. Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk

    askubuntu.com/q/1566717/612

  6. Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted

    askubuntu.com/q/1566673/612

  7. Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted

    askubuntu.com/q/1566673/612

  8. Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted

    askubuntu.com/q/1566673/612

  9. Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted

    askubuntu.com/q/1566673/612

  10. Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted

    askubuntu.com/q/1566673/612

  11. Как удалось сделать флешку в Linux-е с UEFI и UniversalAMDFormBrowser

    Наверняка Вы знакомы с загрузочными флэшками usb. Тех самых, с которых устанавливали Windows, или же запускали UniversalAMDFormBrowser. Речь пойдет как раз о usb с типом EFI. Эти флэшки вставляются в выключенный компьютер. При включении, они загружаются через Boot Menu. На ноутбуках это меню может быть доступно по кнопкам "F12" ИЛИ "F10". В Windows же есть программа Rufus для форматирования таких флэшек, а что насчёт Linux-а? Для Linux-а же, как всегда, придётся читать дольше, чтобы найти что-то стоящее. Хотите узнать, что же это? Вам сюда. Мануал

    habr.com/ru/articles/890632/

    #linux #fdisk #efiboot #uefi #rufus #usb #amd_ryzen #amd #insyde #bootable

  12. #Zusätzlich(es) #Laufwerk / #Festplatte #einhängen als #systemeigen(er) #Speicherort

    #fstab
    #Gesucht: #UUID (#einzigartig(er) #Code für #spezifisch(e) #Partition)

    #Shell: sudo fdisk -l
    #UUID: sudo blkid

    $sudo mkdir /home/user/neuerordner
    $sudo vim /etc/fstab
    Neue Zeile:
    UUID="IID" /home/user/neuerordner ext4 defaults,x-gvfs-show 0 0
    -> speichern
    $restart

    youtu.be/xwZfFfMTW9A

    #Sudo #Fstab #blkid #fdisk #vim