Не могу смонтировать диск

Во-первых, я новичок в Linux, так что извините, если я упустил что-то очевидное.

Сегодня я полностью переустановил свой компьютер с W11, после чего установил Ubuntu в режиме двойной загрузки. Пока все хорошо, обе ОС установлены на моем основном SSD и обе работают.

Тем не менее, у меня есть второй SSD для данных, который отлично работал в Windows 10 и до сих пор отлично работает в Windows 11, но почему-то в Ubuntu я не могу получить к нему доступ.

Я попытался смонтировать диск, но безуспешно, поэтому решил сделать полное форматирование диска в Windows. Не помогло.

Речь идет о твердотельном накопителе Kingstone емкостью 480 ГБ в каталоге /dev/sda2. К основному SSD можно получить доступ из Ubuntu просто отлично. Вот некоторые журналы, которые я собрал:

ntfsfix предложил запустить chkdsk, chkdsk в Windows сообщил об отсутствии проблем с диском.

Testdisk (я не очень хорошо разбираюсь в том, как им пользоваться) говорит что-то о «количестве байтов в секторе не соответствует 4096 (NTFS) != 512 (HD)» и «Жесткий диск (480 ГБ / 447 ГБ) кажется слишком мал! (< 480 ГБ / 447 ГБ) Проверьте размер жесткого диска: настройки перемычки HD, обнаружение BIOS..."

sudo mount -t ntfs /dev/sda2 /mnt
NTFS signature is missing.
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
sudo ntfsfix /dev/sda2
Mounting volume... NTFS signature is missing.
FAILED
Attempting to correct errors... NTFS signature is missing.
FAILED
Failed to startup volume: Invalid argument
NTFS signature is missing.
Trying the alternate boot sector
Unrecoverable error
Volume is corrupt. You should run chkdsk.
C:\Windows\system32>chkdsk d: /r
The type of the file system is NTFS.
Volume label is Data.

Stage 1: Examining basic file system structure ...
  256 file records processed.
File verification completed.
 Phase duration (File record verification): 2.14 milliseconds.
  0 large file records processed.
 Phase duration (Orphan file record recovery): 0.25 milliseconds.
  0 bad file records processed.
 Phase duration (Bad file record checking): 0.47 milliseconds.

Stage 2: Examining file name linkage ...
  1 reparse records processed.
  278 index entries processed.
Index verification completed.
 Phase duration (Index verification): 3.82 milliseconds.
  0 unindexed files scanned.
 Phase duration (Orphan reconnection): 0.46 milliseconds.
  0 unindexed files recovered to lost and found.
 Phase duration (Orphan recovery to lost and found): 0.86 milliseconds.
  1 reparse records processed.
 Phase duration (Reparse point and Object ID verification): 0.74 milliseconds.

Stage 3: Examining security descriptors ...
Security descriptor verification completed.
 Phase duration (Security descriptor verification): 2.05 milliseconds.
  11 data files processed.
 Phase duration (Data attribute verification): 1.40 milliseconds.

Stage 4: Looking for bad clusters in user file data ...
  240 files processed.
File data verification completed.
 Phase duration (User file recovery): 84.03 milliseconds.

Stage 5: Looking for bad, free clusters ...
  116593900 free clusters processed.
Free space verification is complete.
 Phase duration (Free space recovery): 37.50 minutes.

Windows has scanned the file system and found no problems.
No further action is required.

 466484200 KB total disk space.
     28088 KB in 8 files.
        72 KB in 13 indexes.
         0 KB in bad sectors.
     80436 KB in use by the system.
     65536 KB occupied by the log file.
 466375604 KB available on disk.

      4096 bytes in each allocation unit.
 116621050 total allocation units on disk.
 116593901 allocation units available on disk.
Total duration: 37.50 minutes (2250576 ms).

C:\Windows\system32>
lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0         7:0    0  55,4M  1 loop /snap/core18/2128
loop1         7:1    0   219M  1 loop /snap/gnome-3-34-1804/72
loop2         7:2    0  65,1M  1 loop /snap/gtk-common-themes/1515
loop3         7:3    0    51M  1 loop /snap/snap-store/547
loop4         7:4    0  32,3M  1 loop /snap/snapd/12704
loop5         7:5    0  55,5M  1 loop /snap/core18/2246
loop6         7:6    0  32,5M  1 loop /snap/snapd/13640
loop7         7:7    0     4K  1 loop /snap/bare/5
loop8         7:8    0  65,2M  1 loop /snap/gtk-common-themes/1519
sda           8:0    0 447,1G  0 disk 
├─sda1        8:1    0    16M  0 part 
└─sda2        8:2    0 447,1G  0 part 
nvme0n1     259:0    0 232,9G  0 disk 
├─nvme0n1p1 259:1    0   100M  0 part /boot/efi
├─nvme0n1p2 259:2    0    16M  0 part 
├─nvme0n1p3 259:3    0 204,1G  0 part 
├─nvme0n1p4 259:4    0    28G  0 part /
└─nvme0n1p5 259:5    0   594M  0 part
sudo fdisk -l
.
.
.
Disk /dev/sda: 447,13 GiB, 480103981056 bytes, 937703088 sectors
Disk model: KINGSTON SA400S3
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: 2EE9A682-DFB4-11E9-9792-309C23618171

Device     Start       End   Sectors   Size Type
/dev/sda1     34     32767     32734    16M Microsoft reserved
/dev/sda2  32768 937701375 937668608 447,1G Microsoft Storage Spaces
.
.
.

fdisk -l после запуска mkfs.ntfs на диске:

Disk /dev/sda: 447,13 GiB, 480103981056 bytes, 937703088 sectors
Disk model: KINGSTON SA400S3
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: 2EE9A682-DFB4-11E9-9792-309C23618171

Device     Start       End   Sectors   Size Type
/dev/sda1     34     32767     32734    16M Microsoft reserved
/dev/sda2  32768 937701375 937668608 447,1G Microsoft Storage Spaces

Кто-нибудь знает, что может быть не так? Спасибо за помощь.

2
задан 30 October 2021 в 22:57

0 ответов

Другие вопросы по тегам:

Похожие вопросы: