SSD はパーティション中にマウントポイントを変更します。

SSD はパーティション中にマウントポイントを変更します。

1週間後にコンピュータを使用せずに起動し、Windowsを起動するのではなく、ディスク読み取りエラーが発生したというMS-DOSプロンプトが表示されました。後者のOSが疲れて、SSDをフォーマットしてPop!_OSをインストールすることにしました。ただし、ドライブをパーティション化すると、次のログがあります。

GParted 1.2.0

configuration --enable-libparted-dmraid --enable-online-resize

libparted 3.4

========================================
...
elapsed by me : description of my other drives
mounted on /dev/sda and /dev/sdb
...
========================================
Device: /dev/sdc
Model:  ATA KINGSTON SA400S3
Serial: 50026B73811B943A
Sector size:    512
Total sectors:  937703088
 
Heads:  255
Sectors/track:  2
Cylinders:  1838633
 
Partition table:    msdos
 
Partition   Type    Start   End Flags   Partition Name  File System Label   Mount Point

========================================
Device: /dev/sdd
Model:  Generic Flash Disk
Serial: 
Sector size:    512
Total sectors:  15728640
 
Heads:  255
Sectors/track:  2
Cylinders:  30840
 
Partition table:    none
 
Partition   Type    Start   End Flags   Partition Name  File System Label   Mount Point
/dev/sdd    Unpartitioned   0   15728639            iso9660 Pop_OS 21.10 amd64 Nvidia   

========================================
Create Primary Partition #1 (ext4, 447.13 GiB) on /dev/sdc  00:00:19    ( ERROR )
        
create empty partition  00:00:00    ( SUCCESS )
        
path: /dev/sdc1 (partition)
start: 2048
end: 937701375
size: 937699328 (447.13 GiB)
clear old file system signatures in /dev/sdc1  00:00:19    ( ERROR )
        
write 512.00 KiB of zeros at byte offset 0  00:00:00    ( SUCCESS )
write 4.00 KiB of zeros at byte offset 67108864  00:00:00    ( SUCCESS )
write 4.00 KiB of zeros at byte offset 274877906944  00:00:00    ( SUCCESS )
write 512.00 KiB of zeros at byte offset 480101531648  00:00:00    ( SUCCESS )
write 4.00 KiB of zeros at byte offset 480101990400  00:00:00    ( SUCCESS )
write 8.00 KiB of zeros at byte offset 480102047744  00:00:00    ( SUCCESS )
flush operating system cache of /dev/sdc  00:00:18    ( ERROR )
        
libparted messages    ( ERROR )
        
Input/output error during write on /dev/sdc
Error fsyncing/closing /dev/sdc: Input/output error

Disksメニューを確認した後、KINGSTON SA400S3ドライブが/ dev / sdeにマウントされていることがわかります。この問題をどのように解決できますか?

ベストアンサー1

悪いニュース:ディスクが破損している可能性があります。ログ(journalctl -r)を確認すると、そこにもいくつかのI / Oエラーが表示されることがあります。また、実行を試すことができます賢いディスクの状態を確認するためのテストです(GNOMEディスクもこれを行うことができます)。

ケーブル/接続だけが問題であり、ディスク自体に問題がない可能性があります。接続が切断され、再接続後に消えて再表示されるディスクは、からの/dev/sdc変更を説明できます/dev/sde(これは、マウントポイントではなくブロックデバイス(ディスク)が表示されたときにカーネルによって割り当てられた元のブロックデバイスを表すデバイスファイルです。です)。

おすすめ記事