同志们,我想我犯了一个可怕的错误。
我有一个很好的桌面,我决定从Windows 8切换到Ubuntu,我创建了一个备份文件夹,我所有的数字贵重物品。因为我的桌面有两个驱动器(一个用于操作系统的ssd和一个two的驱动器,谁知道.)我认为将备份文件夹保存到to驱动器,在ssd上安装Ubuntu,在进程中擦除窗口,然后最终复制Ubuntu中的文件(或至少在Ubuntu中挂载dang分区)是很顺利的。
我打赌你觉得我遇到了麻烦..。(你说得对) 错误信息!
每当我看到‘非零退出值’,这通常是我永远也搞不懂的。我如何能够安装我的驱动器或以其他方式收回我的数据?
提前感谢您的帮助
更新:我可以进入终端内部的分区,但是当我试图移动某个东西时,终端就会消失,直到I ^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.问题是,它以前是技术上是的,对吧?,当我转到附加分区选项->编辑FileSystem,然后重命名分区时,我在上面的原始帖子中得到了错误消息。
我想我有一个引导磁盘,我可以使用,如果我需要,我也在调查。
任何帮助都是非常感谢的。
发布于 2018-04-05 10:54:00
最好的方法是在Windows中关闭休眠或快速引导。因为您没有安装Windows,所以唯一的其他选项是ntfsfix:
要总结本文,请使用以下命令:
sudo ntfsfix /dev/sdXY其中sdXY是Windows锁定分区。
https://askubuntu.com/questions/1022112
复制相似问题