Quantcast
Viewing all articles
Browse latest Browse all 3387

General Questions • [Software] unable to resize microsd partition

I need to resize the primary partition and root filesystem on an unmounted 16GB microSD card containing a newly-installed Debian 12 OS. So far, I have:

Code:

$ mount | grep /dev/sda$

Code:

$ fdisk -l /dev/sdaDisk /dev/sda: 14.84 GiB, 15931539456 bytes, 31116288 sectorsDisk model: 1081CS0         Units: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: dosDisk identifier: 0xef4093cdDevice     Boot  Start     End Sectors  Size Id Type/dev/sda1         2048  206847  204800  100M  c W95 FAT32 (LBA)/dev/sda2       206848 7984304 7777457  3.7G 83 Linux

Code:

# parted /dev/sda printModel: NORELSYS 1081CS0 (scsi)Disk /dev/sda: 15.9GBSector size (logical/physical): 512B/512BPartition Table: msdosDisk Flags: Number  Start   End     Size    Type     File system  Flags 1      1049kB  106MB   105MB   primary  fat16        lba 2      106MB   4088MB  3982MB  primary  ext4
"GParted 1.3.1" gparted /dev/sda contains an orange triangle that I don't understand. If that's what preventing the partition/filesystem resizing, then how to remove it please, or otherwise solve the problem?

Statistics: Posted by techsavvy — 2024-01-20 21:18 — Replies 1 — Views 32



Viewing all articles
Browse latest Browse all 3387

Trending Articles