LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-12-2020, 06:13 AM   #1
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Blog Entries: 6

Rep: Reputation: Disabled
partprobe reading on GPT weirdly reporting NOT even existing partitions


Since this issue, GPartEd is no longer being functioned at all
Code:
hd-scania:[hd_scania]:~$ sudo partprobe
Error: パーティション 46, 47, 48 (/dev/sda 上) に書きこまれましたが、カーネルに変更を伝えることができませんでした。おそらく、使用中だったのが原因だと思われます。そのため、古いパーティション情報がそのまま使われます。さらなる変更をする前に再起動してください。
hd-scania:[hd_scania]:~$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 1.0.5
Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 2000409264 sectors, 953.9 GiB
Model: SATA SSD        
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): EDA97E32-B73A-4803-99AA-7514619D12E3
Partition table holds up to 48 entries
Main partition table begins at sector 2 and ends at sector 13
First usable sector is 14, last usable sector is 2000409250
Partitions will be aligned on 8-sector boundaries
Total free space is 46 sectors (23.0 KiB)
Number  Start (sector)    End (sector)  Size       Code  Name
   1              40         2097191   1024.0 MiB  EF00  rEFInd
   2         2097192         2113575   8.0 MiB     EF02  
   3         2113576        65028135   30.0 GiB    A503  GhostBSD
   4        65028136       106971175   20.0 GiB    A502  
   5       106971176       912277543   384.0 GiB   8300  
   6       912277544       962609191   24.0 GiB    8300  artix
   7       962609192      1012940839   24.0 GiB    8300  antergos
   8      1012940840      1063272487   24.0 GiB    8300  PC
   9      1063272488      1105215527   20.0 GiB    8300  devuan
  10      1105215528      1130381351   12.0 GiB    8300  /usr/ports
  11      1130381352      1155547175   12.0 GiB    8300  /var/cache
  12      1155547176      1163935783   4.0 GiB     8300  
  13      1163935784      1172324391   4.0 GiB     8300  
  14      1172324392      1197490215   12.0 GiB    8300  
  15      1197490216      1201684519   2.0 GiB     8300  
  16      1201684520      1205878823   2.0 GiB     8300  
  17      1205878824      1210073127   2.0 GiB     8300  
  18      1210073128      1214267431   2.0 GiB     8300  
  19      1214267432      1218461735   2.0 GiB     8300  
  20      1218461736      1222656039   2.0 GiB     8300  
  21      1222656040      1226850343   2.0 GiB     8300  
  22      1226850344      1231044647   2.0 GiB     8300  
  23      1231044648      1235238951   2.0 GiB     8300  
  24      1235238952      1239433255   2.0 GiB     8300  
  25      1239433256      1243627559   2.0 GiB     8300  
  26      1243627560      1247821863   2.0 GiB     8300  
  27      1247821864      1252016167   2.0 GiB     8300  
  28      1252016168      1256210471   2.0 GiB     8300  
  29      1256210472      1260404775   2.0 GiB     8300  
  30      1260404776      1264599079   2.0 GiB     8300  
  31      1264599080      1268793383   2.0 GiB     8300  
  32      1268793384      1272987687   2.0 GiB     8300  
  33      1272987688      1277181991   2.0 GiB     8300  
  34      1277181992      1281376295   2.0 GiB     8300  
  35      1281376296      1285570599   2.0 GiB     8300  
  36      1285570600      1289764903   2.0 GiB     8300  
  37      1289764904      1323319335   16.0 GiB    8300  void
  38      1323319336      1356873767   16.0 GiB    8300  NuTyX
  39      1356873768      1390428199   16.0 GiB    8300  
  40      1390428200      1423982631   16.0 GiB    8300  KaOSx
  41      1423982632      1457537063   16.0 GiB    8300  frugalware
  42      1457537064      1491091495   16.0 GiB    8300  
  43      1491091496      1524645927   16.0 GiB    8300  
  44      1524645928      1579171879   26.0 GiB    8300  
  45      1579171880      2000409230   200.9 GiB   8300  fu1i200
hd-scania:[hd_scania]:~$ sudo parted -l /dev/sda
モデル: ATA SATA SSD (scsi)
ディスク /dev/sda: 1024GB
セクタサイズ (論理/物理): 512B/512B
パーティションテーブル: gpt
ディスクフラグ: 
番号  開始    終了    サイズ  ファイルシステム  名前        フラグ
 1    20.5kB  1074MB  1074MB  fat32             rEFInd      boot, esp
 2    1074MB  1082MB  8389kB                                bios_grub
 3    1082MB  33.3GB  32.2GB                    GhostBSD
 4    33.3GB  54.8GB  21.5GB  linux-swap(v1)
 5    54.8GB  467GB   412GB   ext4
 6    467GB   493GB   25.8GB  ext4              artix
 7    493GB   519GB   25.8GB  ext4              antergos
 8    519GB   544GB   25.8GB  ext4              PC
 9    544GB   566GB   21.5GB  ext4              devuan
10    566GB   579GB   12.9GB                    /usr/ports
11    579GB   592GB   12.9GB  ext4              /var/cache
12    592GB   596GB   4295MB  ext3
13    596GB   600GB   4295MB  ext3
14    600GB   613GB   12.9GB  ext3
15    613GB   615GB   2147MB  ext3
16    615GB   617GB   2147MB  ext3
17    617GB   620GB   2147MB  ext3
18    620GB   622GB   2147MB  ext3
19    622GB   624GB   2147MB  ext3
20    624GB   626GB   2147MB  ext3
21    626GB   628GB   2147MB  ext3
22    628GB   630GB   2147MB  ext3
23    630GB   632GB   2147MB  ext3
24    632GB   635GB   2147MB  ext3
25    635GB   637GB   2147MB  ext3
26    637GB   639GB   2147MB  ext3
27    639GB   641GB   2147MB  ext3
28    641GB   643GB   2147MB  ext3
29    643GB   645GB   2147MB  ext3
30    645GB   647GB   2147MB  ext3
31    647GB   650GB   2147MB  ext3
32    650GB   652GB   2147MB  ext3
33    652GB   654GB   2147MB  ext3
34    654GB   656GB   2147MB  ext3
35    656GB   658GB   2147MB  ext3
36    658GB   660GB   2147MB  ext3
37    660GB   678GB   17.2GB  ext4              void
38    678GB   695GB   17.2GB  ext4              NuTyX
39    695GB   712GB   17.2GB
40    712GB   729GB   17.2GB  ext4              KaOSx
41    729GB   746GB   17.2GB  ext4              frugalware
42    746GB   763GB   17.2GB
43    763GB   781GB   17.2GB
44    781GB   809GB   27.9GB
45    809GB   1024GB  216GB   fat32             fu1i200
hd-scania:[hd_scania]:~$ sudo blkid
/dev/sda1: UUID="07F1-D969" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="rEFInd" PARTUUID=
/dev/sda3: UUID="5f4e1135ddd712bf" BLOCK_SIZE="4096" TYPE="ufs" PARTLABEL="GhostBSD" PARTUUID=
/dev/sda4: UUID= TYPE="swap" PARTUUID=
/dev/sda5: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTUUID=
/dev/sda6: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="artix" PARTUUID=
/dev/sda7: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="antergos" PARTUUID=
/dev/sda8: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="PC" PARTUUID=
/dev/sda9: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="devuan" PARTUUID=
/dev/sda11: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="/var/cache" PARTUUID=
/dev/sda12: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda13: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda14: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda15: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda16: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda17: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda18: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda19: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda20: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda21: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda22: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda23: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda24: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda25: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda26: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda27: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda28: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda29: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda30: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda31: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda32: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda33: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda34: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda35: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda36: UUID= BLOCK_SIZE="4096" TYPE="ext3" PARTUUID=
/dev/sda37: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="void" PARTUUID=
/dev/sda38: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="NuTyX" PARTUUID=
/dev/sda40: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="KaOSx" PARTUUID=
/dev/sda41: UUID= BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="frugalware" PARTUUID=
/dev/sda45: LABEL_FATBOOT="FU1I200" LABEL="FU1I200" UUID="71E4-F325" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="fu1i200" PARTUUID=
/dev/sda2: PARTUUID=
/dev/sda10: PARTLABEL="/usr/ports"
/dev/sda39: PARTUUID=
/dev/sda42: PARTUUID=
/dev/sda43: PARTUUID=
/dev/sda44: PARTUUID=
hd-scania:[hd_scania]:~$

Last edited by hd_scania; 09-12-2020 at 07:05 AM.
 
Old 09-12-2020, 08:51 AM   #2
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,345

Rep: Reputation: Disabled
So... the reports from gdisk and parted are identical, and they match the output from blkid. I'm not seeing an issue there.

partprobe complains about three partitions that are not present in the table. Have you deleted them recently? Might they still be in use?

What's the output from mount and cat /proc/partitions?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] GPT table corrupted (again @%36372 GPT) BW-userx Linux - Hardware 5 08-29-2018 04:14 PM
[SOLVED] Slackware 13.37 - gdisk choices, MBR, GPT or Blank GPT CFet Slackware - Installation 3 04-01-2011 04:46 PM
Avant Windows Navigator acting weirdly - graphical glitches... Adamantus Linux - Desktop 0 02-19-2009 01:49 AM
Firefox behaving weirdly on KDE exit3219 Linux - Software 4 03-11-2006 02:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration