Koozali.org: home of the SME Server
Obsolete Releases => SME Server 8.x => Topic started by: del on December 06, 2011, 09:03:34 PM
-
Hi Everyone,
I have suceesfully added and mounted a NTFS disk drive, I can see the files in Winscp, what I would like to do now is point an I-bay to this drive, can anyone point me in the right direction? If it is not possible to use an I-bay is there another way to share drives in SME? I am running SME8 Beta6 with SARK PBX, no other contribs are installed. Thanks in advance.
Regards,
Del
-
You could create a new ibay, remove the ibay's files directory and link the ntfs- drive there:
ln -s /mnt/ntfs /home/e-smith/files/ibays/newone/files
or directly mount the ntfs- drive there.
Don't know what happens if you touch the ibay in server-manager afterwards..
-
I've tested this with USB disks, while writing up these instructions: http://wiki.contribs.org/USBDisks#The_Solution
I've also tested 'symlinking' from an i-bay over to a disk system mounted elsewhere, pretty much as described here:
http://wiki.contribs.org/AddExtraHardDisk#Alternative_3:_Mounting_and_Symlinking
I seem to remember that I could not 'symlink' the ibay 'html' folder, but I had no problem symlinking sub-folders.
Of course, if you decide to symlink you'll need to enable 'followsymlinks':
http://wiki.contribs.org/DB_Variables_Configuration#Apache_server_ibay_specific_.28httpd-e-smith.29
-
I followed the instructions in webshare to symlink my disc for data and also use it as a music store for jinzora. It's kind of strange but works pretty cool from samba etal
-
I've tested this with USB disks, while writing up these instructions: http://wiki.contribs.org/USBDisks#The_Solution
I've also tested 'symlinking' from an i-bay over to a disk system mounted elsewhere, pretty much as described here:
http://wiki.contribs.org/AddExtraHardDisk#Alternative_3:_Mounting_and_Symlinking
I seem to remember that I could not 'symlink' the ibay 'html' folder, but I had no problem symlinking sub-folders.
Of course, if you decide to symlink you'll need to enable 'followsymlinks':
http://wiki.contribs.org/DB_Variables_Configuration#Apache_server_ibay_specific_.28httpd-e-smith.29
Followed these instructions and everything works as expected, thank you.
Del