挂载 Windows 最后访问的驱动器分区

挂载 Windows 最后访问的驱动器分区

同志们,我认为我犯了一个可怕的错误。

我有一台不错的台式机,我决定将其从 Windows 8 切换到 Ubuntu,并创建了一个备份文件夹,用于备份我所有的数字贵重物品。因为我的台式机有两个驱动器(一个用于操作系统的 ssd,另一个用于不知道是什么的 terabyte 驱动器……)我认为将备份文件夹保存到 terabyte 驱动器、在 ssd 上安装 Ubuntu(在此过程中擦除 Windows)然后最终在 Ubuntu 中复制文件(或至少安装该死的分区)会很顺利。

我敢打赌你认为我遇到了问题......(你是对的) 错误信息!

每当我看到“非零退出值”时,通常都是我永远无法弄清楚的事情。我如何才能安装我的驱动器或以其他方式检索我的数据?

提前感谢你的帮助

更新:我可以进入终端内的分区,但是当我尝试移动某些东西时,终端就会变黑,直到我^C。

更新:第一个建议之后 - 发布 lsblk

驱动器处的 lsblk 输出:

the1jonbrown@jon-desktop:/media/the1jonbrown/202A29DD2A29B128$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 223.6G  0 disk 
└─sda1   8:1    0 223.6G  0 part /
sdb      8:16   0 931.5G  0 disk 
└─sdb1   8:17   0 931.2G  0 part /media/the1jonbrown/202A29DD2A29B128
sdg      8:96   0 465.8G  0 disk 
└─sdg1   8:97   0 465.8G  0 part 
sdh      8:112  1  14.9G  0 disk 
└─sdh1   8:113  1  14.9G  0 part /media/the1jonbrown/76EA6AB3EA6A6F75
sdi      8:128  1  29.1G  0 disk 
└─sdi1   8:129  1  29.1G  0 part /media/the1jonbrown/JONBROWN
sr0     11:0    1  1024M  0 rom  

更新:第二次建议后 - sudo ntfsfix stb1

感谢大家的帮助!我尝试了 ntfsfix,但它说没有这样的文件或目录,下面是 ls 和我的尝试:

    the1jonbrown@jon-desktop:/dev$ ls
    autofs           i2c-5               rtc0      tty2   tty55      ttyS31
    block            i2c-6               sda       tty20  tty56      ttyS4
    bsg              i2c-7               sda1      tty21  tty57      ttyS5
    btrfs-control    i2c-8               sdb       tty22  tty58      ttyS6
    bus              i2c-9               sdb1      tty23  tty59      ttyS7
    cdrom            initctl             sdc       tty24  tty6       ttyS8
    cdrw             input               sdd       tty25  tty60      ttyS9
    char             kfd                 sde       tty26  tty61      uhid
    console          kmsg                sdf       tty27  tty62      uinput
    core             kvm                 sdg       tty28  tty63      urandom
    cpu              lightnvm            sdg1      tty29  tty7       usb
    cpu_dma_latency  log                 sg0       tty3   tty8       userio
    cuse             loop0               sg1       tty30  tty9       v4l
    disk             loop1               sg2       tty31  ttyprintk  vcs
    dri              loop2               sg3       tty32  ttyS0      vcs1
    drm_dp_aux0      loop3               sg4       tty33  ttyS1      vcs2
    dvd              loop4               sg5       tty34  ttyS10     vcs3
    dvdrw            loop5               sg6       tty35  ttyS11     vcs4
    ecryptfs         loop6               sg7       tty36  ttyS12     vcs5
    fb0              loop7               shm       tty37  ttyS13     vcs6
    fd               loop-control        snapshot  tty38  ttyS14     vcsa
    full             mapper              snd       tty39  ttyS15     vcsa1
    fuse             mcelog              sr0       tty4   ttyS16     vcsa2
    hidraw0          media0              stderr    tty40  ttyS17     vcsa3
    hidraw1          mem                 stdin     tty41  ttyS18     vcsa4
    hidraw2          memory_bandwidth    stdout    tty42  ttyS19     vcsa5
    hidraw3          mqueue              tty       tty43  ttyS2      vcsa6
    hpet             net                 tty0      tty44  ttyS20     vfio
    hugepages        network_latency     tty1      tty45  ttyS21     vga_arbiter
    hwrng            network_throughput  tty10     tty46  ttyS22     vhci
    i2c-0            null                tty11     tty47  ttyS23     vhost-net
    i2c-1            port                tty12     tty48  ttyS24     vhost-    vsock
    i2c-10           ppp                 tty13     tty49  ttyS25     video0
    i2c-11           psaux               tty14     tty5   ttyS26     zero
    i2c-12           ptmx                tty15     tty50  ttyS27
    i2c-13           pts                 tty16     tty51  ttyS28
    i2c-2            random              tty17     tty52  ttyS29
    i2c-3            rfkill              tty18     tty53  ttyS3
    i2c-4            rtc                 tty19     tty54  ttyS30
    the1jonbrown@jon-desktop:/dev$ sudo ntfsfix stb1
    Failed to determine whether stb1 is mounted: No such file or directory
    Mounting volume... Failed to access 'stb1': No such file or directory
    Error opening 'stb1': No such file or directory
    FAILED
    Attempting to correct errors... Failed to access 'stb1': No such file or directory
    Error opening 'stb1': No such file or directory
    FAILED
    Failed to startup volume: No such file or directory
    Failed to access 'stb1': No such file or directory
    Error opening 'stb1': No such file or directory
    Volume is corrupt. You should run chkdsk.

问题是,从技术上来说已经安装好了,对吗?以前,当我进入“附加分区选项”->“编辑文件系统”,然后重命名该分区时,我就收到了上面原始帖子中的错误消息。

我想我有一个可以在需要时使用的启动盘,我也在研究它。

任何帮助是极大的赞赏。

答案1

最好的方法是关闭 Windows 中的休眠或快速启动。由于您没有安装 Windows,唯一的其他选择是ntfsfix

总结一下这篇文章,使用以下命令:

sudo ntfsfix /dev/sdXY

sdXYWindows 锁定分区在哪里。

相关内容