Thank you. This, I believe, is the relevant part of the response to the fdisk request:
Code:
Disk /dev/sda: 111.8 GiB, 120040980480 bytes, 234455040 sectors
Disk model: WDC WDS120G2G0B-
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: BA5E4D98-D80E-415E-A1C7-9ADE1CE33BBB
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 226064383 225013760 107.3G Linux filesystem
/dev/sda3 226064384 234452991 8388608 4G Linux swap
There were 38 loops reported, all nearly identical except for some numbers in the first lines. The above code between loops 7 and 8.
I can copy the whole thing if you wish.
and here is the swapon:
Code:
oe@Bucky:~$ swapon --summary
Filename Type Size Used Priority
/dev/sda3 partition 4194300 0 -2
Hope this is useful