先日、【windows10にアップ後、PWが不明と気付いた】と質問した者です。
http://okwave.jp/qa/q9203116.html
《パスワードをリセットすればいい》とのご回答を頂き、参考となるサイトも教えて頂いたのですが、うまくいかずにおります。
(一つ補足を投稿した後に、追加で補足を投稿することができないようですので、質問し直させて頂いております。)
*********
以下が、前回の質問・補足投稿の後でやったことです。
(1)ファイル systemrescuecd-x86-4.8.0.isoをCDに書込む。TOSHIBA Disc Creatorを使いました。
(2)CDをPCにセットして起動。今度は、CDドライブがちゃんと駆動しました!
(3)教えて頂いたサイト
http://hrn25.sakura.ne.jp/win/chntpw/chntpw.html
を見つつ、作業を進める。グラフィカルモードを選択、キーボード選択。
(4)画面(Terminal)が開いたので、マウントさせるべく入力。
さて。
ここで、躓きました。
サイトでは、以下となっています。
******
ntfs-3g /dev/sda2 /mnt/windows と入力する。
※ /dev/sdax の x 部分は、Windowsをインストールした領域を数字で指定する。
※今回は2番目のpartition(/dev/sda2)にWindowsをインストールした環境であるものとする。
1番目のpartition(/dev/sda1)にWindowsをインストールした環境の場合は、
ntfs-3g /dev/sda1 /mnt/windows と入力すればいい。
※要するに Windows\System32\config フォルダのある領域を指定すればいい。
※UEFIディスクに普通にインストールした場合のWindows\System32\config フォルダは /dev/sda4 にある。
※Windowsをインストールした領域がわからない場合は、1、2、3、4 ・・・の数字を順番に試してみればいい。
*******
で。
《/dev/sdax の x 部分》を、1、2、3…と置き換えて試してみたのですが、うまくいきませんでした。
1では、
The disk contains an unclean file system (0,0).
Metadata kept in Windows cache, refused to mount.
Failed to mount ‘/dev/sda1’:Opretion not permitted
The NTFS partition is in an unsafe state.
Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the ‘ro’mount option.
2では、
Windows is hibernated, refused to mount.
Failed to mount ‘/dev/sda2’:Opretion not permitted
The NTFS partition is in an unsafe state.
Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the ‘ro’mount option.
3では、
NTFS signature is missing.
Failed to mount ‘/dev/sda3’:Invalid argument
The device ‘/dev/sda3’ dosen’t seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
となってしまいました。
全て「Failed to mount」です。
3で「dosen’t seem」となる、ということは、1と2しかない、ということですよね。
しかし、そのどちらでもマウント出来なかったのです。
…何か、やり方が違っているのでしょうか?
それとも、このソフトでは対応不可な機種、とかでしょうか。
どうか、打開策を。
どなたか、ご教授願います。
貴殿が今一番「分からん」部分は、該当パーティションのようです。
そこを中心に少しだけ説明させてください。
Q管理者を誤って削除してしまいました
http://okwave.jp/qa/q8480339.html
の回答No.9の当方の回答を参考にしてみてください。
ここの、
> 3.Windows8の入ったパーティションは
のところが役に立つと思います。
そこで、多分、当方の勝手な想像ですが、2だと思われます。
貴殿が質問に記載してくれた、
> 2では、
> Windows is hibernated, refused to mount.
> Failed to mount ‘/dev/sda2’:Opretion not permitted
> The NTFS partition is in an unsafe state.
> Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the ‘ro’mount option.
は、Windows 10を休止状態で終了したままのため、特殊なことをしないと「ダメよ、ダメ、ダメ」と言っているのです。
そこでこれから下記のコマンドが効くかどうかを試してください。
> ntfs-3g /dev/sda2 /mnt/windows
の代わりに、
ntfs-3g /dev/sda2 /mnt/Windows -o remove_hiberfile
を入れてみてください。
ただし、Windows10が入っているCパーティションをsda2とする。
もし異なる場合は、読み替えること。
また、「-o」は、ハイフォン英小文字のオーです。
後は、そのまま記載内容に従ってください。
何か不明点等あれば、補足されたし。
質問者
補足
アドバイスに感謝致します。
さて。
chntpw(パスワードリセット)で、
「ntfs-3g /dev/sda2 /mnt/Windows -o remove_hiberfile」を入れてみる。
やってみました。 が、やはり解決せずにおります・・・
上記を入力したところ、以下の文字列?が出ました。
The disk contains an unclean file system (0,0).
Metadata kept in Windows cache, refused to mount.
Failed to mount ‘/dev/sda2’:Opretion not permitted
The NTFS partition is in an unsafe state.
Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the ‘ro’mount option.
で。素人ながら当方、これは。
「fast restarting」なのがいけないのでは?と思い。
貴方が回答5&6でアドバイスして下さったのを、試みました。
(以降は、回答5の補足にて)
お礼
お礼が大変遅くなってしまいました。ごめんなさい。 質問し、教えを乞うておきながら 対応がノロマで、本当に申し訳ありませんでした。 今後とも、よき回答者であらせますよう。では。