Mount a partition filesystem when running on live MX linux usb failed
by BudiKusasi from LinuxQuestions.org on (#56ZX9)
How do we mount a partition filesystem when running on live MX linux usb as it's being tried onto a HDD Linux Home partition, it'd stumble in:
mount: /home/demo/hm: can't read superblock on /dev/sda9.
Code:root@mx1:/home/demo# fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: TOSHIBA MQ01ABD1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 25C80B90-7985-4FBD-A165-6978F5C06A97
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 51568639 50407424 24G Microsoft basic data
/dev/sda5 51568656 1441976319 1390407664 663G Microsoft basic data
/dev/sda6 1441976320 1442897919 921600 450M Linux root (x86)
/dev/sda7 1803663360 1860290559 56627200 27G Linux root (x86)
/dev/sda8 1442897920 1510082559 67184640 32G Linux filesystem
/dev/sda9 1510082560 1803663359 293580800 140G Linux filesystem
/dev/sda10 1860290560 1870741503 10450944 5G Linux swap
/dev/sda12 1870741504 1953525134 82783631 39.5G Microsoft basic data
Partition table entries are not in disk order.
Disk /dev/sdb: 7.3 GiB, 7784628224 bytes, 15204352 sectors
Disk model:
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: D4B30736-C0B5-46EC-BC10-AB62582CF47C
Device Start End Sectors Size Type
/dev/sdb1 2048 15138782 15136735 7.2G Microsoft basic data
/dev/sdb2 15138783 15204318 65536 32M Microsoft basic data
Disk /dev/mapper/ventoy: 1.6 GiB, 1738539008 bytes, 3395584 sectors
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: dos
Disk identifier: 0x485ac727
Device Boot Start End Sectors Size Id Type
/dev/mapper/ventoy-part1 * 0 3395583 3395584 1.6G 0 Empty
/dev/mapper/ventoy-part2 1164 7579 6416 3.1M ef EFI (FAT-12/16/32)
Disk /dev/loop0: 1.6 GiB, 1701212160 bytes, 3322680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
root@mx1:/home/demo# mkdir hm
root@mx1:/home/demo# mount /dev/sda9 hm
mount: /home/demo/hm: can't read superblock on /dev/sda9
root@mx1:/home/demo#It'll be used to contain a needed Linux ISO installer being downloaded live right off.. any correct guide is appreciated


mount: /home/demo/hm: can't read superblock on /dev/sda9.
Code:root@mx1:/home/demo# fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: TOSHIBA MQ01ABD1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 25C80B90-7985-4FBD-A165-6978F5C06A97
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 51568639 50407424 24G Microsoft basic data
/dev/sda5 51568656 1441976319 1390407664 663G Microsoft basic data
/dev/sda6 1441976320 1442897919 921600 450M Linux root (x86)
/dev/sda7 1803663360 1860290559 56627200 27G Linux root (x86)
/dev/sda8 1442897920 1510082559 67184640 32G Linux filesystem
/dev/sda9 1510082560 1803663359 293580800 140G Linux filesystem
/dev/sda10 1860290560 1870741503 10450944 5G Linux swap
/dev/sda12 1870741504 1953525134 82783631 39.5G Microsoft basic data
Partition table entries are not in disk order.
Disk /dev/sdb: 7.3 GiB, 7784628224 bytes, 15204352 sectors
Disk model:
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: D4B30736-C0B5-46EC-BC10-AB62582CF47C
Device Start End Sectors Size Type
/dev/sdb1 2048 15138782 15136735 7.2G Microsoft basic data
/dev/sdb2 15138783 15204318 65536 32M Microsoft basic data
Disk /dev/mapper/ventoy: 1.6 GiB, 1738539008 bytes, 3395584 sectors
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: dos
Disk identifier: 0x485ac727
Device Boot Start End Sectors Size Id Type
/dev/mapper/ventoy-part1 * 0 3395583 3395584 1.6G 0 Empty
/dev/mapper/ventoy-part2 1164 7579 6416 3.1M ef EFI (FAT-12/16/32)
Disk /dev/loop0: 1.6 GiB, 1701212160 bytes, 3322680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
root@mx1:/home/demo# mkdir hm
root@mx1:/home/demo# mount /dev/sda9 hm
mount: /home/demo/hm: can't read superblock on /dev/sda9
root@mx1:/home/demo#It'll be used to contain a needed Linux ISO installer being downloaded live right off.. any correct guide is appreciated