mount FAT32 怎麼對檔案目錄設定權限? - BBS

Ina avatar
By Ina
at 2007-04-20T03:24

Table of Contents


我將第二顆硬碟(Fat32)mount上去,希望是用fstab自動mount

目前是這樣
/device /mountpoint msdosfs rw,-L=zh_TW.Big5 0 0

但是這樣沒辦法對其中的檔案目錄做權限設定

於是我改成這樣

/device /mountpoint msdosfs rw,umask=022,-L=zh_TW.Big5 0 0

mount -a
但還是無法做權限設定?


到底該怎麼做呢?

--

非部落格

http://tfanalysis.zooserver.net/index.php

--
Tags: BBS

All Comments

搬移

Agnes avatar
By Agnes
at 2007-04-19T18:24
如何從主機的資料夾整個搬移過去主機B scp 可以做到抓單一檔案 除了拔硬碟或是tar整個資料夾在傳過去B主機還有其他方法嗎? 請各位前輩指導。 - ...

Web-based change unix password

Wallis avatar
By Wallis
at 2007-04-19T15:58
※ 引述《ckt2000 (ckt2000)》之銘言: : 大家好! : 請問在freebsd上, : 想提供以Web based的方式讓user更改自己的freebad unix密碼! : 不知是否有想關範例可以下載使用! : 謝謝大家! : ckt2000 如果是問FreeBSD的話 我有使用一套叫做 ...

Web-based change unix password

Audriana avatar
By Audriana
at 2007-04-19T15:13
大家好! 請問在freebsd上, 想提供以Web based的方式讓user更改自己的freebad unix密碼! 不知是否有想關範例可以下載使用! 謝謝大家! ckt2000 - ...

Re: 更新要做make installworld,是否要進入安全模 …

Charlie avatar
By Charlie
at 2007-04-19T09:53
※ 引述《cyilungatkkcity.com.tw ( )》之銘言: : 感謝大大的經驗。 : 小弟在要做make installworld時, : 發生 : ERROR: Required audit group is missing, see /usr/ ...

Re: 更新要做make installworld,是否要進入安全模式呢?

Gary avatar
By Gary
at 2007-04-18T20:04
※ 引述《cyilungatkkcity.com.tw ( )》之銘言: : 小弟按照下列順序來完成更新 : # cd /usr/src : # make update : # make buildworld : #make buildkernel KERNCONF=MYBSD : #make ins ...