2014年5月10日土曜日

Ubuntu で Windows 8.1 の NTFS パーティションをマウント

Ubuntu と Windows をデュアルブートにしてまして、Windows はたまにしか使わないので、バックアップは Ubuntu で Windows のパーティションをマウントして rsync で実施しています。

しかし、Windows 8.1 の高速スタートアップが有効になてっていると Ubuntu で Windows の NTFS パーティションをうまくマウントできなかったので調べてみました。

環境

以下のデュアルブートです。

  • Ubuntu Ja 14.04 Desktop Amd64
  • Windows 8.1

マウントできない事象

まず、Unity のデスクトップで Windows 8.1 の NTFS パーティションのアイコンが表示されてます。

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNxkHcdofTccyCQeiV_jOSVdMZnOCLr1oq3gHVAn9A6DPOqPRPMnGYOZ3OxsJVAaFhMGON00ebkZ0XJW1kJmD3gXoi7elXuao5U8KAl1p-SG0IYgonwXi8k71YDBe6ZDkUFbAb4xj7/s320/VolumeIcon.png

通常であれば、このアイコンをクリックするとパーティションがマウントされフォルダとして開かれるはずですが、なにも起こらずうまくいきません。

手動でマウントしてみると以下のようなエラーメッセージが出ました。
$ sudo mount /dev/sda5 /some/where/mount/point
Windows is hibernated, refused to mount.
Failed to mount '/dev/sda5': 許可されていない操作です
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 がハイバネートされ、スリープ状態になっているために Ubuntu ではうまくマウントできないようです。

エラーメッセージのとおり、解決策としては以下の2つがあるようです。

  • Windows を (ハイバネートや高速スタートアップをしないで) 完全にシャットダウンする
  • または、リードオンリーでマウント

今回は rsync でバックアップするだけなので、リードオンリーでマウントします。

fstab を編集

リードオンリーでマウントするために fstab にレコードを追加します。

まず、今回の NTFS パーティションは /dev/sda5 です。このパーティションの UUID を確認します。

$ sudo blkid | grep sda5
/dev/sda5: UUID="0123456789ABCDEF" TYPE="ntfs"

マウントポイント作成

$ sudo mkdir -p /some/where/mount/point

確認した UUID で /etc/fstab に以下の一行を追加

UUID=0123456789ABCDEF    /some/where/mount/point    ntfs    ro    0    0

OS を再起動すると /some/where/mount/point に NTFS パーティーションがリードオンリーでマウントされてます。

おまけ

今回はリードオンリーでマウントしましたが、別の解決策の「Windows を (ハイバネートや高速スタートアップをしないで) 完全にシャットダウンする」であれば NTFS パーティションで読み書きできるようになるようです。

試していませんが、以下の URL が参考になりそうです。
http://itsfoss.com/solve-ntfs-mount-problem-ubuntu-windows-8-dual-boot/

14 件のコメント:

  1. I prefer to study this kind of material. Nicely written information in this post, the quality of content is fine and the conclusion is lovely. Things are very open and intensely clear explanation of issues
    Best software Training institute in Bangalore
    Best Linux Training institute in Bangalore
    Best Data science Training institute in Bangalore

    返信削除
  2. Pleasant data, important and incredible structure, as offer great stuff with smart thoughts and ideas, loads of extraordinary data and motivation, the two of which I need, because of offer such an accommodating data here.
    business analytics course in hyderabad

    返信削除
  3. Informative blog and knowledgeable content. Useful to many people. Keep sharing more blogs with us.
    Data Science Training and Placements in Hyderabad

    返信削除
  4. I would like to say thank you for this special website.. I am looking forward to reading more articles of yours in the future. The visa for Turkey is completely open now and you can take advantage of the Turkish visa facility and Explore the world like a local .

    返信削除
  5. Your blog's commitment to ethical practices is commendable. It's reassuring to know that the content I consume is created with integrity. Your transparency about your process is appreciated. Explore Brazil with the new Brazil eVisa for US Travelers.

    返信削除
  6. Your blog post is genuinely captivating! It's clear that you dedicate substantial effort to offer valuable information. Your engaging writing style is deeply valued. Keep up the outstanding work! Do you Know about Tourism in Northern Turkey and its Features like Valla Canyon, Horma Canyon travelers with its diverse allure this region captivates history enthusiasts, nature lovers, and gastronomes alike.

    返信削除
  7. This blog post is a treasure trove of actionable insights! It guides readers through the topic seamlessly with practical advice suitable even for beginners. The author's ability to simplify complex ideas is impressive, making it easy to understand and implement. It's clear they've put a great deal of effort into crafting this piece, and it shows. How long does it take to get a visa for India from UK? Our detailed guide provides all the insights you need. From application submission to approval, we break down the process step by step, giving you a clear idea of what to expect. Say goodbye to uncertainty and hello to a smooth visa application journey. Get ready to embark on your Indian adventure with confidence!

    返信削除