ubuntu8.04很人性化,會自動幫你找到電腦中ntfs格式的硬碟
可是每次都需要去點兩下開啟時才會自動掛載進來。
那如果有一開始開機就需要用到其他硬碟中的資料該怎麼辦呢~
這樣就需要在開機的時候讓ubuntu自動把他掛載起來了...
Step1.
先找到硬碟在ubuntu的位置
System-Administrator-System Monitor
File System頁面
Step2.
1. 在終端機底下輸入「sudo gedit /etc/fstab」開啟 fstab
2. 在最後加入以下文字即可。(以我的為例 ntfs格式硬碟*2)
/dev/sda3 /media/Area1 ntfs-3g silent,umask=0,locale=zh_TW.utf8
/dev/sda4 /media/Area2 ntfs-3g silent,umask=0,locale=zh_TW.utf8
3. 若為FAT32格式硬碟則加入如下
/dev/sda3 /media/Area1 vfat iocharset=utf8,umask=000 0 0
4. 存檔之後重開即可~
完工!
參考資料
http://nelson.pixnet.net/blog/post/17511830
Life is too short to following the rules
About Me

- Lentice
- HsinChu, Taiwan
- The thing is, Life is too short to following the rules.
Monday, September 22, 2008
Ubuntu-開機自動掛載硬碟
Subscribe to:
Post Comments (Atom)
0 意見:
Post a Comment