![SSD は 4 つありますが、df には 1 つしかリストされていません。なぜでしょうか?](https://rvso.com/image/50594/SSD%20%E3%81%AF%204%20%E3%81%A4%E3%81%82%E3%82%8A%E3%81%BE%E3%81%99%E3%81%8C%E3%80%81df%20%E3%81%AB%E3%81%AF%201%20%E3%81%A4%E3%81%97%E3%81%8B%E3%83%AA%E3%82%B9%E3%83%88%E3%81%95%E3%82%8C%E3%81%A6%E3%81%84%E3%81%BE%E3%81%9B%E3%82%93%E3%80%82%E3%81%AA%E3%81%9C%E3%81%A7%E3%81%97%E3%82%87%E3%81%86%E3%81%8B%3F.png)
SSDを交換しました
ハードディスクは4台あります
Disk /dev/sda: 240.1 GB, 240057409536 bytes
255 heads, 63 sectors/track, 29185 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc4521435
Device Boot Start End Blocks Id System
/dev/sda1 1 29185 234428481 83 Linux
Disk /dev/sdb: 240.1 GB, 240057409536 bytes
255 heads, 63 sectors/track, 29185 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc8c906e0
Device Boot Start End Blocks Id System
/dev/sdb1 1 29185 234428481 83 Linux
Disk /dev/sdd: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00061c96
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 14 103424 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sdd2 14 536 4194304 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sdd3 536 14594 112921600 83 Linux
Disk /dev/sdc: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4fa82c2a
Device Boot Start End Blocks Id System
/dev/sdc1 1 30401 244196001 83 Linux
root@host [/home]#
しかし、df と入力すると、1 つしか表示されません。これは問題になる可能性があります。この件について新しいチケットを開くべきでしょうか?
root@host [/home]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdd3 111148848 28170020 77332748 27% /
/usr/tmpDSK 1006872 18208 937516 2% /tmp
tmpfs 7990772 0 7990772 0% /dev/shm
答え1
マウントされているのはこれだけです (?) 質問からは、なぜ複数あると予想されるのかは明らかではありません。ディスクは自動的にマウントされず、SDD (/boot サイズのパーティションとスワップを含むメイン FS が含まれているようです) にインストールしたようです。
mkdir /mnt/temp
その後、コマンドmount /dev/sdc1 /mnt/temp
を再試行してdf
、さらに喜びを得られるかどうかを確認してください。
/etc/fstab
システムが何をどこにマウントする予定なのかを知るには、これが「頼りになる」情報です。