
Ubuntu日本語フォーラム

ログインしていません。
Ubutu12.04を使用していますが、起動時に以下のエラーが表示されました。
[The disk drive for /tmp is not ready yet or not present.]
[Coutinue to wait ,or press S to skip mounting or M for manual recovery.]
manual recoveryの方法をご存知の方是非やりかたを教えてください。
オフライン
/tmp って / とは別のパーティションに割り当てているのですか?
もしそうなら
sudo blkid
の実行結果と /etc/fstab の記述(UUID)を確認してみてください。
オフライン
アドバイス有難う御座います。
/temはシステムルートに存在します。[sudo blkid]と[/etc/fstab]間の相違は下記のように有りません。
**@T5500-32:~$ sudo blkid
[sudo] password for uotora:
/dev/sda3: UUID="1887777d-42ed-460d-b828-42b9bd54747e" TYPE="ext4"
/dev/sda4: UUID="3f145a6e-3712-41c0-b950-42c7674229cb" TYPE="swap"
/dev/sda5: UUID="3841e143-ddf3-45de-8b2c-a7156b36dcf4" TYPE="ext4"
/dev/sdc1: UUID="3FBEBA740CE33441" TYPE="ntfs"
/dev/sdb1: UUID="34D4B857599189FB" TYPE="ntfs"
/dev/sdb2: UUID="01A8E83D514D7D00" TYPE="ntfs"
**@T5500-32:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=1887777d-42ed-460d-b828-42b9bd54747e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda4 during installation
UUID=3f145a6e-3712-41c0-b950-42c7674229cb none swap sw 0 0
UUID=34D4B857599189FB /home/1204/sdb1 ntfs defaults 0 0
UUID=01A8E83D514D7D00 /home/1204/sdb2 ntfs defaults 0 0
UUID=3FBEBA740CE33441 /home/1204/sdc1 ntfs defaults 0 0
オフライン
結果をみて思ったのですが、Ubuntu は「問題の表示以外」正常に GUI で起動するのでしょうか?
正常に起動するのなら私ではわからないです。
というのは、仮想PCで /tmp を削除したりパーミッションを変えたら GUI でログイン出来ずに、またログイン画面に戻されるのです。
CLI (というのでしょうか?) ではログインできたのですが。
オフライン