在我的旧计算机上安装 Ubuntu 之前,我使用 dd 备份了两个分区。长话短说:我现在想将这两个文件恢复XP.dd
到Storage.dd
计算机上。我该怎么做呢?
谢谢!
这个问题是相关的:NTFS backup image wont mount
在我的旧计算机上安装 Ubuntu 之前,我使用 dd 备份了两个分区。长话短说:我现在想将这两个文件恢复XP.dd
到Storage.dd
计算机上。我该怎么做呢?
谢谢!
这个问题是相关的:NTFS backup image wont mount
我在格式化之前制作了我的 NTFS 分区的映像,但现在它不会挂载。我很确定我以前安装过这个图像。
root@z:/var/backup# mkdir Storage-disk
root@z:/var/backup# mount Storage-disk.img Storage-disk
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read vcn 0x2: Input/output error
Failed to mount '/var/backup/Storage-disk.img': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
我试过在图像上运行 ntfsfix,但没有骰子。
root@z:/var/backup# ntfsfix Storage-disk.img
Mounting volume... pread: Input/output error
Failed to calculate number of free MFTs: Input/output error.
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
pread: Input/output error
Failed to calculate number of free MFTs: Input/output error.
Remount failed: Input/output error.
不用说,我真的希望这个备份能够工作:-(请帮忙!
更新: ntfsmount
这样说:
root@z:/var/backup# ntfsmount Storage-disk.img Storage-disk
pread: Input/output error
Failed to calculate number of free MFTs: Input/output error.
Failed to mount '/var/backup/Storage-disk.img': Input/output error.
NTFS is inconsistent. Run chkdsk /f on Windows then reboot it TWICE!
The usage of the /f parameter is very IMPORTANT! No modification was
made to NTFS by this software.
Mount failed.
如何chkdsk /f
在图像上运行?我必须创建一个分区并在其上写入图像吗?我怎么做?
我正在尝试gnome-mplayer
在第二个屏幕上全屏播放视频。我正在使用带有 xineramascreen 的 Nvidia 卡。下面是我的 ~/.mplayer/config 文件。
[default]
xineramascreen=1
[gnome-mplayer]
ao=alsa:device=hw=1.0
msglevel=all=5
alang=English,eng,en
slang=English,eng,en
xineramascreen=1
这些选项没有影响,它像往常一样在我的主屏幕上播放。
运行mplayer -xineramascreen 1
完美,我只想gnome-mplayer
工作,因为它更好地与 GUI 和 Nautilus 集成等一起使用。