无法安装外部 Windows 硬盘分区

无法安装外部 Windows 硬盘分区

我正在尝试在 Ubuntu 下安装 Windows 硬盘。我的问题是,如果我尝试使用不同的命令安装它,我总是会收到未找到分区的消息。

sudo mount -t vfat -o ro /dev/sdb1 /media/WIN

mount: /media/ric/WIN_PART: Spezialgerät /dev/sdb1 not found.

其他尝试

sudo mount -t ntfs-3g /dev/sdb1 /media/WIN

ntfs-3g: Failed to access volume '/dev/sdb1': File or directory not found

ntfs-3g 2017.3.23AR.3 integrated FUSE 28 - Third Generation NTFS Driver
        Configuration type 7, XATTRS are on, POSIX ACLS are on

Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2017 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson

Usage:    ntfs-3g [-o option[,...]] <device|image_file> <mount_point>

Options:  ro (read-only mount), windows_names, uid=, gid=,
          umask=, fmask=, dmask=, streams_interface=.
          Please see the details in the manual (type: man ntfs-3g).

Example: ntfs-3g /dev/sda1 /mnt/windows

我只找到带有sudo fdisk -l

Festplatte /dev/sdb: 1,82 TiB, 2000398934016 Bytes, 3907029168 Sektoren
Festplattenmodell: 001-1CM164      
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: dos
Festplattenbezeichner: 0xe6ba03e5

Gerät      Boot Anfang       Ende   Sektoren Größe Kn Typ
/dev/sdb1            1 4294967295 4294967295    2T ee GPT

lsblk我只找到磁盘

sdb           8:16   0   1,8T  0 disk

其他信息可能很有趣。需要注意的是,硬盘来自 RAID 系统。我正在使用可以找到分区的硬盘(在另一个硬盘上,我只能找到磁盘)。还要注意的是,如果我尝试从硬盘启动,我会遇到问题“您的 PC 遇到问题并需要重新启动”循环,所以我试图在重置 PC 之前保存我的数据。

1)Ubuntu 21.10

2)Lenovo_Raid,RAID0(条带),3.6TB

3)我都有

sudo fsck /dev/sdb1

fsck von util-linux 2.36.1
e2fsck 1.46.3 (27-Jul-2021)
File or directory not found when trying to open /dev/sdb1
Could the device not be there? 

相关内容