PDA

View Full Version : Hiding a DIR " System Volume Information"


generalnewbie
09-26-2003, 04:31 PM
For some reason its showing my System Volume information
and i dont want it to.. i tried to hide it with the
+h "System Volume Information"
but it didnt do anything.. any ideas

ADDiCT
09-26-2003, 04:34 PM
why mount your drive root in vfs file ?
just put all subdirs in it, like :

"c:\ioFTPD\site" /
"D:\mp3" /mp3/
"D:\games" /games/
"E:\apps" /apps/
"F:\dvdr" /dvdr/


edit:
alternative : http://www.ioftpd.com/documentation/03-vfs.php#private

Zer0Racer
09-26-2003, 04:44 PM
Why doesn't hiding System Volume Information work you ask? You have no access to that dir. The file holding the permissions/settings (.ioFTPD) that needs to be inside that dir can't be created. That's why you have to use the solution provided above by ADDiCT.