Windowsで準備されたドライブにアクセスできません。

Windowsで準備されたドライブにアクセスできません。

最近、SSDにLinux Mint CinnamonとWindows 10をインストールしました。ただし、Linux Mintは他の2つのドライブを正しく認識しません。

1つはファイルシステムツリーに表示されますが、アクセスできず、もう1つは表示されません。私が使用しようとするとディスクドライブこれが私が得るものです:

sudo fdisk -l
Disk /dev/sda: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
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: dos
Disk identifier: 0x49649181

Device     Boot Start        End    Sectors   Size Id Type
/dev/sda1          63 1953523119 1953523057 931,5G 42 SFS

Partition 1 does not start on physical sector boundary.


Disk /dev/sdb: 111,8 GiB, 120034123776 bytes, 234441648 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: 0xfaf5a060

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sdb1  *         2048 159942232 159940185 76,3G  7 HPFS/NTFS/exFAT
/dev/sdb2       159942654 233478143  73535490 35,1G  5 Extended
/dev/sdb3       233478144 234436607    958464  468M 27 Hidden NTFS WinRE
/dev/sdb5       159942656 233478143  73535488 35,1G 83 Linux

Partition table entries are not in disk order.




Disk /dev/sdc: 1,8 TiB, 2000398934016 bytes, 3907029168 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: gpt
Disk identifier: 24A51F7E-9C3C-11E1-831D-705681C4DD72

Device      Start        End    Sectors  Size Type
/dev/sdc1      34       2081       2048    1M Microsoft LDM metadata
/dev/sdc2    2082     262177     260096  127M Microsoft reserved
/dev/sdc3  262178 3907029134 3906766957  1,8T Microsoft LDM data

sdaはファイルシステムツリーに表示され、sdcはファイルシステムツリーには表示されません。

fdisk -l /dev/sda を使用すると、次のような結果が得られます。

sudo fdisk -l dev/sda
fdisk: cannot open dev/sda: No such file or directory

私はこれをハードドライブの一つとして取得します。

Windowsの休止状態をオフにしてGPartedを使用してsdaにパーティションを作成してみましたが、ディスクはまだ表示されません。

これはsdcについてGPartedから得られた説明です。

これはsdaから来ました。

しかし、どちらにしても、私はWindowsを使用しながらLinuxを使用してHDDのデータにアクセスしたいと思います。

私はLinuxに初めてアクセスし、助けが必要です。ありがとうございます。

ベストアンサー1

/dev/sdcMicrosoft ダイナミック ディスクは「です。独自フォーマットVeritasと協力してマイクロソフトが開発しました。 Linuxには次のツールがあります。LDMツール宣伝して管理できます。Windowsダイナミックディスク。私はそれを試していませんでした。

/dev/sdafdisk コマンドにエラーがあります。前にスラッシュはありません。

おすすめ記事