在 gnome 下自動 mount

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

在 gnome 下自動 mount

文章michelin » 週五 8月 12, 2005 12:18 am

已經安裝 gnome-volume-manager

可以用 root 下 mount /dev/hdd /cdrom 指令
或是用一般使用者下 mount /cdrom 指令
而且手動成功掛載後 gnome 桌面都會出現光碟機的圖案
應該代表 gnome-volume-manager 安裝成功吧

但是一般使用者無法下 mount /dev/hdd /cdrom 指令
會出現 mount: only root can do that 的訊息
但是我已經在 /etc/fstab 中加入 users 的選項了
而且我的帳號也有加入 users 群組了

請問要怎麼樣才能放入光碟、拇指碟時就自動掛載呢?
michelin
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週二 11月 25, 2003 9:32 pm

Re: 在 gnome 下自動 mount

文章洪瑞興 » 週五 8月 12, 2005 11:57 am

michelin 寫:而且我的帳號也有加入 users 群組了

請問要怎麼樣才能放入光碟、拇指碟時就自動掛載呢?

加錯GROUP了

我的桌面是GNOME
掛載CD-ROM檢查
/media下是否有cdrom0
我是將/media/cdrom0 link /dev/hdc
/media/cdrom1 link /dev/hdd
我的/dev/hdc是DVD-ROM
/dev/hdd是CD-ROM
洪瑞興
懵懂的國中生
懵懂的國中生
 
文章: 180
註冊時間: 週四 5月 27, 2004 7:09 pm

文章lueo » 週二 8月 16, 2005 2:22 am

為什麼是users群組?
應該是plugdev 或是cdrom吧?
我的帳號裡有的group 列一下:
disk dialout cdrom floppy audio video plugdev lpadmin
lueo
懵懂的國中生
懵懂的國中生
 
文章: 121
註冊時間: 週六 1月 31, 2004 11:52 pm

文章訪客 » 週六 11月 05, 2005 5:01 pm

怎麼設定自動掛載成中文呢?
訪客
 

文章molopoly » 週六 11月 05, 2005 8:50 pm

I do "man mount" minutes ago.
And according to mount manpage,
the file "/etc/fstab" only will be used in three way.
(1)mount -a [-t type] [-O optlist]
(2)When mounting a file system mentioned in /etc/fstab,
it suffices to only give the device name,or only the mount point.
(3)Normally,only root can use "mount" command.
But if "user","users","owner",or"group" options are used in
/etc/fstab,ordinary users can use "mount" command.
And ordinary users can use "mount" command in two way:
if the list in /etc/fstab is
/dev/hdd /media/cdrom iso9660 ro,users,noauto 0 0
(i)mount /dev/hdd
(ii)mount /media/cdrom

And when I use " mount /dev/hdd /media/cdrom" in my computer,
the error message printed just like yours.
And when I use "mount /dev/hdd" or "mount /media/cdrom",it is OK.
So I think that if only device name or mount point is specified,the
computer will look up the /etc/fstab to identify what you really mean.
And if you write down both device name and mount point,the computer
will not look up /etc/fstab.

"user" option:
Everyone can mount the device,but only the user who mounted the
device can umount it.
"users" option:
Everyone can mount and umount the device.
"owner" option:
Only the owner of device can mount and umount the device.
"group" option:
Only the user who is member of device file(ex:/dev/fd) group can
mount and umount the device.

If you want show chinese,you can try "iocharset=cp950" or "utf8" in
mount options.
molopoly
可愛的小學生
可愛的小學生
 
文章: 43
註冊時間: 週二 10月 18, 2005 1:29 am
來自: 台灣共和國

文章wsun013 » 週六 11月 05, 2005 9:29 pm

可以請問那smbfs 要怎麼使用非root mount 呢
在google 上說把 smbmnt 改成 u+s 可是還是一樣說..
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GE d->++ s: a-- C+++>++++ UL>++++ P>++++ L++>++++ E---- W+ N@ o K- w++(+)
O- M- V? PS+++(+) PE++(+) Y-- PGP- t>--- 5? X+++ R- tv-(--) b+ DI? D+ G e++>++++
h+(!) r++(%) y*>++++
-------END GEEK CODE BLOCK-------
頭像
wsun013
快樂的大學生
快樂的大學生
 
文章: 784
註冊時間: 週二 9月 14, 2004 12:12 pm
來自: 紐西蘭

文章capitalm » 週六 11月 05, 2005 10:10 pm

u+s 是 set uid root
用的時候要很小心,有機會造成系統漏洞喔

我建議你 man pmount
man page 上面有寫可以用 pmount 的條件
capitalm
懵懂的國中生
懵懂的國中生
 
文章: 121
註冊時間: 週四 10月 07, 2004 1:14 pm

文章Tetralet » 週六 11月 05, 2005 10:39 pm

wsun013 寫:可以請問那smbfs 要怎麼使用非root mount 呢
在google 上說把 smbmnt 改成 u+s 可是還是一樣說..

請替而使用 smbmount 指令。
時間並不能治療我心中的疼痛
南方的春天說什麼也溫暖不了我冰冷的血

誦唱大復活咒文,今天的 Tetralet 又在唧唧喳喳了 重生!
Tetralet
俺是博士
俺是博士
 
文章: 3078
註冊時間: 週四 11月 28, 2002 3:02 pm


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客