Partition info is confusing for me

From using some cmds to get partition information: $ sudo fdisk -l Disk /dev/sda: 360 GiB, 386547056640 bytes, 754974720 sectors Disk model: Virtual Disk Units: sectors of 1 * 512 = 512 bytes Secto...

Ask Ubuntu
Fun stuff: During operation, one HDD in a 4-disk #btrfs raid1 setup completely lost its gpt partition info. After unmounting, I tried to fix it with #testdisk but it found several unknown partitions and the whole disk seemed unfixable. But then I recreated the partition with #fdisk and ... could luksOpen the partition and mounted the btrfs raid1 without problems :)

Работа с внешними устройствами в Linux

Всегда ли вы понимали как работать с устройствами в Linux? Задавали себе вопрос "А что в пути забыли ссылки?" Или хотели знать, как в Linux представлены USB-устроства на уровне системы? В этой статье я разбиаю как работать с внешними устройствами, для чего нужна директории /sys и /dev , как представлены в системе USB-устройства и cd-диски.

https://habr.com/ru/articles/992444/

#linux #dev #usb #как_работать_с_usb #fdisk #блочные_устройства #принтеры_на_linux #линукс #линукс_в_массы #линукс_для_каждого

Работа с внешними устройствами в Linux

В данной статье я хотел бы показать, как работать с внешними устройствами в Linux. Это важная часть любой ОС, и в каждой это реализовано довольно по-разному. Особенно если сравнивать это с Windows....

Хабр
And oh boy all terms seem so foreign to me as a long time #Linux user. The same disk is called ada0 with a partition like ada0p2 in #FreeBSD, will be called something like sd0 with sd0h in #OpenBSD, ld0 and dk2 in #NetBSD . Then to experiment, all the #dkctl, #disklabel and #fdisk commands are like blue and red wires on a dynamite you have to get rid of 😱. Linux distros nowadays seem to be going to the #gdisk way which feels very much like #gpart in FreeBSD.
#UseBSD #RUNBSD #BSD #FOSS #UNIX #Linux
I am getting too old: Migrated 3 #x64 #kvm guests from legacy #bios to #uefi without reinstallation - using the magic of #fdisk #lvm and #resize2fs ... but yet: I made 3 different mistakes on those 3 identical servers.
Managed to resolve all but 2 out of 3 were not needed.

Let's Learn Linux: Create partitions and filesystems (Part 1)

https://video.fosshq.org/w/kM6GpRS6Y9pycQeaTyNXpJ

Let's Learn Linux: Create partitions and filesystems (Part 1)

PeerTube
Resize ext4 root filesystem on the fly

Currently installing a new *Grafana* system, which runs on a Proxmox. For now the disk for the virtual machine and the ext4 filesystem are large enough, but maybe I need to expand it in the future. Therefore I intentionally created a smaller disk and tried expanding it on the fly. This blog posting documents the necessary steps for the disk and ext4 filesystem expansion.

ads' corner

Let's Learn Linux: Create partitions and filesystems (Part 2)

https://video.fosshq.org/w/kqfZ6xdzUuZiS5N77zyb78

Let's Learn Linux: Create partitions and filesystems (Part 2)

PeerTube

Как удалось сделать флешку в 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

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

Наверняка Вы знакомы с загрузочными флэшками usb. Тех самых, с которых устанавливали Windows, или же запускали UniversalAMDFormBrowser. Речь пойдет как раз о usb с типом EFI. Эти флэшки вставляются в...

Хабр

How I used fdisk in a script to partition a drive #linux #fedora #fdisk #technology #Fedora41

https://www.both.org/?p=8410

How I used fdisk in a script to partition a drive - Both.org

Image by Gerd Altmann on Pixabay. As you probably know by now, I believe in automating everything. So when one of my scripts failed to properly partition and create an EXT4 filesystem on a new 4GB external USB hard drive, I was surprised -- but I shouldn't have been. The problem As usual, this problem was one of my own…

Both.org