請問開機檢查磁碟如何取消? [論壇 - Ubuntu基本設定]
正在瀏覽:
1 名遊客
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
管理員
![]() ![]() 註冊日期:
2010/5/7 5:46 所屬群組:
已註冊使用者 討論區管理群 等級: 31
HP : 0 / 755
![]() |
gedit /boot/grub/grub.cfg
# # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=1366x768 load_video insmod gfxterm insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc set locale_dir=($root)/boot/grub/locale set lang=zh_TW insmod gettext fi terminal_output gfxterm set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc insmod png if background_image /boot/grub/miku.png; then true else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/06_mint_theme ### set menu_color_normal=white/black set menu_color_highlight=white/light-gray ### END /etc/grub.d/06_mint_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'LinuxMint GNU/Linux, with Linux 3.0.0-1-amd64' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 3.0.0-1-amd64 ...' linux /boot/vmlinuz-3.0.0-1-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro elevator=deadline quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.0.0-1-amd64 } menuentry 'LinuxMint GNU/Linux, with Linux 3.0.0-1-amd64 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 3.0.0-1-amd64 ...' linux /boot/vmlinuz-3.0.0-1-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro single elevator=deadline echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.0.0-1-amd64 } menuentry 'LinuxMint GNU/Linux, with Linux 2.6.39-2-amd64' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 2.6.39-2-amd64 ...' linux /boot/vmlinuz-2.6.39-2-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro elevator=deadline quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.39-2-amd64 } menuentry 'LinuxMint GNU/Linux, with Linux 2.6.39-2-amd64 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 2.6.39-2-amd64 ...' linux /boot/vmlinuz-2.6.39-2-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro single elevator=deadline echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.39-2-amd64 } menuentry 'LinuxMint GNU/Linux, with Linux 2.6.38-2-amd64' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 2.6.38-2-amd64 ...' linux /boot/vmlinuz-2.6.38-2-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro elevator=deadline quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-2-amd64 } menuentry 'LinuxMint GNU/Linux, with Linux 2.6.38-2-amd64 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 2.6.38-2-amd64 ...' linux /boot/vmlinuz-2.6.38-2-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro single elevator=deadline echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.38-2-amd64 } menuentry 'LinuxMint GNU/Linux, with Linux 2.6.32-5-amd64' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 2.6.32-5-amd64 ...' linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro elevator=deadline quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-5-amd64 } menuentry 'LinuxMint GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class linuxmint --class gnu-linux --class gnu --class os { insmod gzio insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc echo 'Loading Linux 2.6.32-5-amd64 ...' linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=369b9883-41d5-42de-92d9-d3bff43443dc ro single elevator=deadline echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-5-amd64 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } menuentry "Memory test (memtest86+, experimental multiboot)" { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc multiboot /boot/memtest86+_multiboot.bin } menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" { insmod part_msdos insmod ext2 set root='(/dev/sdb,msdos1)' search --no-floppy --fs-uuid --set=root 369b9883-41d5-42de-92d9-d3bff43443dc multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows Vista (loader) (on /dev/sda1)" --class windows --class os { insmod part_msdos insmod ntfs set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 0036BDC836BDBECA chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### ===================================== sudo blkid /dev/sda1: UUID="0036BDC836BDBECA" TYPE="ntfs" /dev/sda2: LABEL="DATA" UUID="000082EB00007EA4" TYPE="ntfs" /dev/sdb1: UUID="369b9883-41d5-42de-92d9-d3bff43443dc" TYPE="ext4" /dev/sdc1: LABEL="111" UUID="E044-BD34" TYPE="vfat" /dev/sdd1: LABEL="vaapi" UUID="d8d47085-e646-47e1-a939-16cf86914286" TYPE="ext4" /dev/sde1: LABEL="Elements" UUID="3A7476BB74767A09" TYPE="ntfs" 要證明的話,這樣應該已經足夠 請你對照UUID的部分 還有Linux不同版本 3.0.0-1-amd64 2.6.39-2-amd64 2.6.38-2-amd64 2.6.32-5-amd64 這些版本的存在都能夠證明/dev/sdb1: UUID="369b9883-41d5-42de-92d9-d3bff43443dc" TYPE="ext4" 並非是Live USB
2011/9/1 3:00
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() 註冊日期:
2009/12/6 10:32 所屬群組:
已註冊使用者 等級: 71
HP : 1053 / 1756
![]() |
請提供
df /boot 看看 與 df / 有什麼不同 ? 謝謝 #25 以上三個 連結 是否 df / 指令得到的 ? 表示 / 根目錄 下 有三個 軟連結 指向 /dev/sda1 /dev/sda2 /dev/sdb1 ? 表示 / 根目錄 位置在 /dev/sda1 /dev/sda2 /dev/sdb1 以外的地方 ? 我對 linux mint 不熟悉 請指點 目前已更新至Linux內核3.0.0-1版本 linux mint 也是 grub 2 grub 2 每次 更新 linux-kernel 都會重新 執行 sudo update-grub 更新 /etc/default/grub 及 /boot/grub/grub.cfg 更新時會主動去掃描 你的電腦中 的 全部 可開機檔案 重建你的開機選單 所以 你的 /etc/default/grub 及 /boot/grub/grub.cfg 開機選單 是動態更新的 已非第一次安裝的原貌 (假設 你的 /dev/sdb1 是 live USB 而且 設定 persistency 的話 當然 到目前爲止 這點只是 我的假設) 抱歉 問題 太多 我想 花點時間 對 linux mint XFCE 研究一下 再來討論 比較不會浪費你的寶貴時間 從這篇文章 #2 回覆: 是否可新增Linux Mint的討論區? : Mint 就是基於 Ubuntu 的,所以遇到的問題也差不多, 應該沒甚麼特別的必要分出來吧,再說這邊可是 Ubuntu 的討論區。 (不包括 Linux Mint Debian 和 XFCE,這兩款現在已經是 based on Debian) 好像 Linux Mint, Linux Mint Debian 及 Linux Mint XFCE 不大一樣 如何入門 指點一下 如果 有其它 網友 知道如何入門 也請不吝指教
2011/9/1 8:00
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
管理員
![]() ![]() 註冊日期:
2010/5/7 5:46 所屬群組:
已註冊使用者 討論區管理群 等級: 31
HP : 0 / 755
![]() |
第一個問題答案如下
df /boot 檔案系統 1K-區段 已用 可用 已用% 掛載點 rootfs 15397808 9513704 5101924 66% / df / 檔案系統 1K-區段 已用 可用 已用% 掛載點 rootfs 15397808 9513704 5101924 66% / 結果是一模一樣的 ============================ 第二個問題答案如下 ls -l /dev/disk/by-uuid 總計 0 lrwxrwxrwx 1 root root 10 2011-09-01 16:16 000082EB00007EA4 -> ../../sda2 lrwxrwxrwx 1 root root 10 2011-09-01 16:16 0036BDC836BDBECA -> ../../sda1 lrwxrwxrwx 1 root root 10 2011-09-01 16:16 369b9883-41d5-42de-92d9-d3bff43443dc -> ../../sdb1 這個指令是用來查UUID對應sdXn的位置 ============================ 第三個問題我就直接回答 我是把Linux mint xfce 201104先做成Live USB到8GB的隨身碟(E044-BD34 -> ../../sdc1) 然後"安裝進"16GB的 369b9883-41d5-42de-92d9-d3bff43443dc -> ../../sdb1這顆隨身碟裡 ============================ 其實我這些發言應該要歸類到Debian才對 我會發言主要是因為壓力鍋在問開機檢查磁碟 然後又看到你在#10的發言 引用: 「這是奇怪的事 沒在 /etc/fstab 如何掛載 "/" 目錄 ? 根本不能開機 問題應該是 /dev/sda /dev/sdb 並不是固定的 /etc/fstab 要改為 UUID」 ======================== 我認為壓力鍋是Ubuntu的使用者,想說其他版本的/etc/fstab是不是也一樣 所以我就找Linux mint xfce 201104下的/etc/fstab貼上來(而且也是我在使用的系統) 我的推測是這樣的 如果基於Ubuntu和基於Debian的/etc/fstab都不用再寫入/的UUID就能開機 那麼Linux內核的系統是否單純變成grub2來判斷,或者是還有其他因素? 如你所見到的,我的系統碟(/dev/sdb)連bootable都不用設就能開機 至於開機檢查系統磁碟的資訊為何沒有寫在/etc/fstab? 我也不知道。或許Linux內核的發展在這20年來有所改變了吧 P.S:我沒有開機每次都會檢查磁碟的問題 Linux mint xfce 201104是滾動更新的系統 Linux mint xfce 201104 64-bit 你也拿個隨身碟裝一套看看吧
2011/9/1 17:14
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員三級
![]() ![]() 註冊日期:
2011/5/4 7:38 所屬群組:
已註冊使用者 等級: 9
HP : 0 / 201
![]() |
poloshiao 寫到:推測檢查的應該是開機碟dev/sda1,可是這個磁區卻沒有出現在fstab裏面 結果如下,請各位大師診斷 yjs@YJS:~$ sudo fdisk -l [sudo] password for yjs: 磁碟 /dev/sda: 1000.2 GB,1000203804160 位元組 255 磁頭,63 磁區/磁軌,121601 磁柱 單位 = 磁柱 之於 16065 * 512 = 8225280 位元組 磁區大小 (邏輯/實體):512 位元組 / 512 位元組 I/O 大小 (最小/最佳化):512 位元組 / 512 位元組 磁碟識別碼:0x00066b17 所用裝置 開機 開始 結束 區塊 識別號 系統 /dev/sda1 * 1 121080 972566528 83 Linux /dev/sda2 121080 121602 4192257 5 延伸的 /dev/sda5 121080 121602 4192256 82 Linux 交換區/ Solaris 磁碟 /dev/sdb: 1000.2 GB,1000204886016 位元組 255 磁頭,63 磁區/磁軌,121601 磁柱 單位 = 磁柱 之於 16065 * 512 = 8225280 位元組 磁區大小 (邏輯/實體):512 位元組 / 512 位元組 I/O 大小 (最小/最佳化):512 位元組 / 512 位元組 磁碟識別碼:0x000bec98 所用裝置 開機 開始 結束 區塊 識別號 系統 /dev/sdb1 * 1 24315 195310206 7 HPFS/NTFS /dev/sdb2 24316 121601 781449795 83 Linux yjs@YJS:~$ sudo blkid /dev/sda1: LABEL="Ubuntu" UUID="31ae7775-64a9-4b7b-86d0-9bacf1ed609f" TYPE="ext4" /dev/sda5: UUID="a9e7b98c-3a3a-41cd-addf-7d25b4d449c2" TYPE="swap" /dev/sdb1: LABEL="WindowsXP" UUID="361EB1E82498B7F0" TYPE="ntfs" /dev/sdb2: LABEL="DATA" UUID="90abd680-b877-4e92-a08f-acb4b22d8afb" TYPE="ext4"
2011/9/3 7:11
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員三級
![]() ![]() 註冊日期:
2009/11/6 19:32 所屬群組:
已註冊使用者 等級: 9
HP : 0 / 206
![]() |
先確認一下為什麼開機檢查?因為設定強制檢查?因為disk非clean的狀態?因為mount次數超過了?因為固定時間已到了?
2011/9/3 7:46
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() 註冊日期:
2009/12/6 10:32 所屬群組:
已註冊使用者 等級: 71
HP : 1053 / 1756
![]() |
#5 你的 /dev/sdb1 是 NTFS 所以 你的 根目錄 / 是不可能掛載 在 NTFS /dev/sdb1 / ext4 errors=remount-ro 0 1 這一行 根本是無效的 (註:ubuntu 根目錄 / 不能掛載 在 NTFS 與 FAT32 分割區) 如果你能開機進入 ubuntu df / 看看掛載在那個分割區 另外 sudo cat /etc/mtab 或 sudo cat /proc/mounts 也可以顯示出 實際掛載分割區的情形 sudo cat /etc/fstab 是你預訂掛載的設定情形 #5 #這兩行 應該改爲 UUID=31ae7775-64a9-4b7b-86d0-9bacf1ed609f / ext4 errors=remount-ro 0 1 # /dev/sda1 UUID=a9e7b98c-3a3a-41cd-addf-7d25b4d449c2 swap swap sw 0 0 # /dev/sda5 #...掛載./dev/sdb.................................................................................................................................. UUID=361EB1E82498B7F0 /diskc ntfs defaults,nls=utf8,umask=007,gid=46 0 0 # 0 0 不可修改 UUID=90abd680-b877-4e92-a08f-acb4b22d8afb /diskd ext4 defaults 0 2 # /diskc 與 /diskd 你可以自己修改 但是不可以與已存在的第一層目錄名稱重複
2011/9/3 8:00
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員三級
![]() ![]() 註冊日期:
2011/5/4 7:38 所屬群組:
已註冊使用者 等級: 9
HP : 0 / 201
![]() |
poloshiao 寫到: 如我所預料,掛載點就在/dev/sda1,這個當初用磁碟公用程式就有看到。可是sudo cat /etc/fstab顯示出來的就是原來的 /dev/sdb1及/dev/sdb5 那這樣說來,就是fstab並沒有把/dev/sda這顆硬碟上的磁區加進入?
2011/9/3 8:20
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() 註冊日期:
2009/12/6 10:32 所屬群組:
已註冊使用者 等級: 71
HP : 1053 / 1756
![]() |
...<續 #33>...
1. 下載 The Linux Mint User Guide English Version11 Chinese Version11 發現其安裝方法與界面 與 ubuntu 並無 太大不同 2. 同時 我在 linuxmint 論壇 所看到的 /etc/fstab 也都有 把 / 掛載在 分割區 還沒 看到 沒有把 / 掛載在 分割區 的案例 從這篇文章 Re: LMDE 201108 RC (Gnome & Xfce) released! : I am thinking this is a bug in the new LMDE 201108 RC 64bit. # /etc/fstab: static file system information. ... # /dev/sda3 UUID=77f88487-f637-4e04-a4da-e70e5abd2502 / ext4 rw,errors=remount-ro 0 0 ... # /dev/sda2 UUID=dfb6e707-5554-4385-bd08-86b3ce830972 swap swap sw 0 0 可見 他還是 把 / 掛載 在 /dev/sda3 而 77f88487-f637-4e04-a4da-e70e5abd2502 是其 UUID 3.. 從 sudo cat /proc/mounts 可以看出 ubuntu 開機掛載的 整個程序 (你也可以比對一下 linux mint XFCE 下的 /proc/mounts 有何異同): # 第一行 把 記憶體裏產生的 rootfs 掛載到 / 而檔案系統是 rootfs rootfs / rootfs rw 0 0 # 讓其它 開機掛載需要用的目錄檔案 掛載在 上面的 rootfs (即暫時 / 目錄) none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 ... fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 # 從 /etc/fstab 讀到 uuid=3b41dcc9-9055-48ad-98a0-302b2f895a88 把 / 改掛載到 uuid=3b41dcc9-9055-48ad-98a0-302b2f895a88 分割區 /dev/disk/by-uuid/3b41dcc9-9055-48ad-98a0-302b2f895a88 / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0 # 後面的 檔案 改掛載在 新的 / 目錄 none /sys/kernel/debug debugfs rw,relatime 0 0 ... # 卸載 rootfs 並且 釋出 rootfs 佔用的記憶體 (這一段是我猜想的 還要補強證據) 如果 找不到 uuid=3b41dcc9-9055-48ad-98a0-302b2f895a88 的分割區 把 / 改掛載到 uuid=3b41dcc9-9055-48ad-98a0-302b2f895a88 分割區 那 只好繼續 把 目錄 與 檔案 繼續 掛載 在 記憶體的 rootfs 所掛載 的 / 目錄上 (這一段是我猜想的 還要補強證據) /proc/mounts 會 記錄 部分 掛載資訊到 /etc/mtab 4. 所以你在 #25 提出的 /etc/fstab 掛載 / 的 那一行 sdc1是用#號取消掛載的 還是能開機 你在 sdc1 前面加了 # 猜測 造成 找不到 掛載 / 的分割區 所以 繼續 掛載在 rootfs (這一段是我猜想的 還要補強證據) 所以你用 df / 查出 是 掛載在 rootfs 5. 以上如果有誤 歡迎指正 謝謝你提供資訊 讓我參與研讀 linux mint XFCE
2011/9/3 11:48
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
管理員
![]() ![]() 註冊日期:
2010/5/7 5:46 所屬群組:
已註冊使用者 討論區管理群 等級: 31
HP : 0 / 755
![]() |
poloshiao 寫到: 目前PDF只有通用文件檔 有關Linux Mint Xfce (201104) released! 請看http://blog.linuxmint.com/?p=1725 ===================== 別人的我不清楚,不過我的/etc/fstab的確沒有寫入/的UUID 以下為sda還沒掛載時的情形,只有插入主系統的隨身碟 sudo cat /proc/mounts rootfs / rootfs rw 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 udev /dev devtmpfs rw,relatime,size=2023472k,nr_inodes=505868,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=406348k,mode=755 0 0 /dev/disk/by-uuid/369b9883-41d5-42de-92d9-d3bff43443dc / ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered 0 0 tmpfs /lib/init/rw tmpfs rw,nosuid,relatime,size=5120k,mode=755 0 0 tmpfs /run/shm tmpfs rw,nosuid,nodev,relatime,size=812692k 0 0 fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0 cgroup /dev/cgroup/cpu cgroup rw,relatime,cpu,release_agent=/usr/local/sbin/cgroup_clean 0 0 ======================================= 其中這一行/dev/disk/by-uuid/369b9883-41d5-42de-92d9-d3bff43443dc / ext4 是我的隨身碟UUID ======================================= gedit /etc/fstab # /etc/fstab: static file system information. # # Use 'vol_id --uuid' 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 defaults 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 proc /proc proc nodev,noexec,nosuid 0 0 ======================================== 你沒看錯,我把sdc1那行刪掉了 而且本來就不用那行(已正常重開機) 麻煩poloshiao大大研究看看,或是裝一套來研究(這套系統不使用Ubuntu來源) 感恩
2011/9/3 17:13
|
||||||||||
![]() |
回覆: 請問開機檢查磁碟如何取消? |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() 註冊日期:
2009/12/6 10:32 所屬群組:
已註冊使用者 等級: 71
HP : 1053 / 1756
![]() |
linuxmint-xfce-201104 燒錄 live DVD 及 live USB 報告
1. 下載 這個 檔案 linuxmint-xfce-201104-dvd-32bit.iso MD5sum 檢查 OK 用 Brasero 燒錄 DVD (用 DVD+R) OK 檢查 光碟片 燒錄 有無缺損 OK live DVD 開機試用 OK 2. 用 ubuntu 的 開機碟製造 程式 燒錄上面的 ISO 檔 到 USB 不認得 ISO 檔 改用 上面燒錄出來的 live DVD 直接 用 開機碟製造 燒錄到 USB OK 用 燒錄出來的 live USB 開機 失敗 出現 vesamenu.c32 : not a COM32R image boot : 3. 進 XP 用 Universal-USB-Installer-1.8.6.2.exe 燒錄 到 usb OK 從 燒出 的 live USB 開機 失敗 出現 vesamenu.c32 : not a COM32R image boot : 4. 進 ubuntu 用 unetbootin-linux-549 燒錄 到 usb OK 檢查 光碟片 燒錄 有無缺損 OK live DVD 開機試用 OK 結論 5. 只有 用 brasero 燒錄 成 live DVD 與 用 unetbootin-linux-549 燒錄 成 live USB 通過 6. 以上是否爲個案 或 通案 等待網友一起測試 分享 7. 安裝情況 改篇再報告
2011/9/5 8:00
|
||||||||||
![]() |
您可以查看帖子.
您不可發帖.
您不可回覆.
您不可編輯自己的帖子.
您不可刪除自己的帖子.
您不可發起投票調查.
您不可在投票調查中投票.
您不可上傳附件.
您不可不經審核直接發帖.