
Ubuntu日本語フォーラム

ログインしていません。
jauntyを使っております。フリーズしたので、電源を落として、再度電源を入れたら立ち上がらなくなりました。助けてください。画面には以下の警告が出ています。
ALERT! /home/mint/disks/foot.disk does not exist. Dropping to a shell!
BusyBox v1.10.2 (Ubuntu 1:1.10.2-2ubuntu7) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) [ 9.244495] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 9.248241] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 9.255894] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[ 9.259504] sd 3:0:0:0: [sdc] Assuming drive cache: write through
以上です。ヘルプを見てみましたがよく分かりませんでした。
また、他の救済方法でも結構ですので分かる方がいらしたら、教えてください。
よろしくお願いいたします。
オフライン
インストールはHDDに普通に?wubi?
前者でWindowsとデュアルブートでUbuntuが/deb/sda2にインストールされていると仮定して、ライブCDから
$ sudo fsck -y /dev/sda2
これで起動できた場合、データや設定、導入済みのパッケージのリスト等をバックアップして再インストールをお勧めします。
もし分からなければインストールの方法とライブCDの端末から
$ sudo fdisk -l
の結果を。
オフライン
付け足しです。ちなみにLinux Mint 7で、 wubiでインストールしています。
おそらく、 /host/mint/とはWindowsにあるmintフォルダを指しているようです。
host=Windowsということで。。
オフライン
ではチェックディスクコマンドを実行するのに必要な情報はroot.diskの正確なパスです。
/home/mint/disks/foot.disk があっているのなら <--- foot.disk ? root.disk?
$ cd
$ mkdir winFo
$ mkdir mint7linux
$ sudo mount -t ntfs /dev/sda1 winFo
$ sudo mount -o loop winFo/home/mint/disks/foot.disk mint7linux #<-- home~foot.diskまでを、、、
$ sudo fsck -y ./mint7linux
オフライン
補足です。
ブラウザの環境によって改行されている場合がありますが$で一行です。
4行目の$ sudo mount -t ntfs /dev/sda1 winFo
を実行したあとホームフォルダにあるwinFoを展開して行けば
5行目のパスがさがせます。
メーカー製のPCでは稀に/dev/sda1では無い場合があります、確認は
$ sudo fdisk -l
オフライン
とりあえずsudo fdisk -lの結果です。
Disk /dev/sda: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xaaa46ad9
Device Boot Start End Blocks Id System
/dev/sda1 * 1 32505 261096381 7 HPFS/NTFS
/dev/sda2 32506 36481 31937220 7 HPFS/NTFS
Disk /dev/sdb: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00096bf8
Device Boot Start End Blocks Id System
/dev/sdb1 1 36481 293033601 7 HPFS/NTFS
Disk /dev/sdc: 2021 MB, 2021654016 bytes
255 heads, 63 sectors/track, 245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x91f72d24
Device Boot Start End Blocks Id System
/dev/sdc1 1 246 1974240 6 FAT16
Partition 1 has different physical/logical endings:
phys=(244, 254, 63) logical=(245, 200, 18)
Disk /dev/mmcblk0: 255 MB, 255852544 bytes
16 heads, 32 sectors/track, 976 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 1 976 249805+ 6 FAT16
よろしくお願いいたします。
オフライン
何だか凄いですね。
メーカー製の謎な領域は無いみたいなのでntfsでブートフラグがたっているのでプライマリ、1番目のHDDの先頭バーティション /dev/sda1 でまちがいなさそうです。
そこに目的のCドライブ(windows)があるなら#4を試して見て下さい。
(携帯からだとすこしツライ。。。)
オフライン
追伸
ライブCDで最後の$ sudo fsck -y ./mint7linuxは
$ sudo fsck -y /home/ubuntu/mint7linux
かも。
オフライン
残念な結果です。
私が指示したマウントしてから修復コマンドは弾かれてしまうのですが、別の操作をしたか修復不可能な状態だったのでしょうね。
#2で書いたように起動できればデータを退避させて再インストールと思ったのですが、、、
もし再インストールがまだでしたらroot.diskをフォルダにマウントしてダブルクリックしてみてください。
正常なら中身が覗けます、わずかな望みですが。
オフライン