Koozali.org: home of the SME Server

NTFS I-Bay

Offline del

  • *
  • 765
  • +0/-0
NTFS I-Bay
« 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
« Last Edit: December 06, 2011, 09:05:07 PM by del »
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline kb-ohnemus

  • *****
  • 154
  • +0/-0
    • http://www.kb-ohnemus.de
Re: NTFS I-Bay
« Reply #1 on: December 06, 2011, 11:08:03 PM »
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..

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: NTFS I-Bay
« Reply #2 on: December 07, 2011, 02:59:11 AM »
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

Offline johnp

  • *****
  • 312
  • +0/-0
Re: NTFS I-Bay
« Reply #3 on: December 07, 2011, 04:45:10 AM »
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

Offline del

  • *
  • 765
  • +0/-0
Re: NTFS I-Bay
« Reply #4 on: December 08, 2011, 08:12:02 AM »
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
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown