安裝grub的時候,亂搞一通,結果把ntfs的分割區搞壞了,在xp下 看到的是為格式化的錯誤訊息
到linux下mount發生錯誤訊息
ntfs-fs warning (device hda1): is_boot_sector_ntfs(): invalid boot sector checksum.
ntfs-fs error (device hda1): read_ntfs_boot_sector(): primary boot sector is invalid.
ntfs-fs error (device hda1): read_ntfs_boot_sector(): mount option errors=recover not used. aborting without trying to recover.
ntfs-fs error (device hda1): ntfs_fill_super(): not an ntfs volume.
無意間看到這一行mount option errors=recover not used. aborting without trying to recover.,趕緊把引數加上,沒想到就可以mount了
ntfs-fs warning (device hda1): is_boot_sector_ntfs(): invalid boot sector checksum.
ntfs-fs error (device hda1): read_ntfs_boot_sector(): primary boot sector is invalid.
ntfs-fs warning (device hda1): read_ntfs_boot_sector(): hot-fix: recovering invalid primary boot sector from backup copy.
然後,再次mount,不加修復引數也行
mount -t ntfs /dev/hda1 /mnt
再回到xp下,也可以看到檔案了,linux果然強
Linux下NTFS分割槽的修復和恢復
我們時不時需要幫助我們的朋友 家人 熟人 商業夥伴或者其他雜七雜八的人擺脫使用windows的時候遇到的困境。儘管我們不像他們一樣日常遇到各種問題,卻經常是在他們有難的時候會求助的人。此外,甚至我們自己的windows分割槽 驅動器也會出現問題 畢竟,有時候我們還是需要玩兒會兒遊戲,而且,儘管ste...
用Linux安裝光碟修復GRUB
首先找乙個grub4dos 把grubfordos解壓縮到c盤根目錄下,取名grub 用引導盤引導進入dos,到c grub目錄下執行grub.exe 可以看到乙個grub啟動選單,選擇其中的 ruby find and boot linux with menu.lst already instal...
mac不能掛在ntfs硬碟的問題修復
windows 下 不要用磁碟修復,會提示必須先格式化。管理員身份開啟命令列 cmd 輸入以下 chkdsk f 例如 chkdsk e f表示修復e 把硬碟插入到mac上,如果正常可以使用,說明沒有問題。可以傳輸資料.如果不能使用,則在mac上進行如 下操作 過程略複雜,首先嘗試用自帶的磁碟工具 ...