俺想一开机就自动挂载磁盘
俺按这里http://www.5dlinux.com/article/1/2007/linux_2768.html
以及http://linux.chinaunix.net/techdoc/begi ... 0578.shtml
都试过了,开机挂不了。求教。
[问题]开机挂磁盘的问题
-
- 帖子: 26
- 注册时间: 2008-05-01 7:19
- Feeriswheel
- 帖子: 38
- 注册时间: 2008-06-21 18:30
- 来自: Beijing
mkdir /media/windows
vim /etc/fstab
==========================
In the last line add word:
===========================
/dev/(insert sda number) /media/windows ntfs 0 0
==================================================
Then you can restart your commputer. After restart you computer you can see a volume icon in the desktop! Good luck to you !
vim /etc/fstab
==========================
In the last line add word:
===========================
/dev/(insert sda number) /media/windows ntfs 0 0
==================================================
Then you can restart your commputer. After restart you computer you can see a volume icon in the desktop! Good luck to you !
