#fdisk — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fdisk, aggregated by home.social.
-
Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk
-
Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk
-
Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk
-
Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk
-
Dual boot: can I increase my Linux file system even though Windows partitions are in the way? #dualboot #partitioning #fdisk
-
Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted
-
Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted
-
Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted
-
Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted
-
Unable to fully restore Toshiba TransMemory USB after Ventoy usage — partitioning and formatting inconsistencies #partitioning #usb #fdisk #exfat #parted
-
Как удалось сделать флешку в Linux-е с UEFI и UniversalAMDFormBrowser
Наверняка Вы знакомы с загрузочными флэшками usb. Тех самых, с которых устанавливали Windows, или же запускали UniversalAMDFormBrowser. Речь пойдет как раз о usb с типом EFI. Эти флэшки вставляются в выключенный компьютер. При включении, они загружаются через Boot Menu. На ноутбуках это меню может быть доступно по кнопкам "F12" ИЛИ "F10". В Windows же есть программа Rufus для форматирования таких флэшек, а что насчёт Linux-а? Для Linux-а же, как всегда, придётся читать дольше, чтобы найти что-то стоящее. Хотите узнать, что же это? Вам сюда. Мануал
https://habr.com/ru/articles/890632/
#linux #fdisk #efiboot #uefi #rufus #usb #amd_ryzen #amd #insyde #bootable
-
@mfjurbala for user-friendly partitioning, I always use the port of GPT fdisk:
<https://www.freshports.org/sysutils/gdisk/>
then maybe newfs_msdos(8) or whatever to create the file system:
<https://man.freebsd.org/cgi/man.cgi?query=newfs_msdos&sektion=8&manpath=freebsd-release>
-
W kolejnym wpisie z cyklu Porady Admina zajmiemy się programem fdisk https://linuxiarze.pl/porady-admina-fdisk/ #linux #admin #fdisk #dysk
-
#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