mikedigitales

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by mikedigitales

  1. No worries :) I haven't installed ntfs-3g, I've formatted the drive outside the array using the reiserfs format (could that be a mistake?)

     

    The array has been no problem to setup and read and write to, it is a disk I have physically added after setting up the array that I wanted to use as an apps/data drive for plugins that is being a pain to setup.

  2. Evening everyone,

     

    I've been searching and studying everyone questions/answer on here to help me add an extra drive to use for apps outside of the array (using basic so no cache drive). I did try SNAP but it seems to be dead/buggy for the latest unRAID.

     

    I've managed to preclear, format, and mount it (by adding a few lines to my /config/go file) and by then adding to the /config/smb-extra.conf. It shows as a shared drive in windows but I cannot write to it (permission fail), I can happily read/write to the array using my other computers (running Windows 7).

     

    added to /config/go

     

    mkdir /mnt/baked

    mount -t reiserfs /dev/hdb1 /mnt/baked

    smbcontrol smbd reload-config

    echo "apps drive mounted and shared" | logger

     

     

     

    added to /config/smb-extra

     

    [baked]

    path = /mnt/baked

    browseable = yes

    public = yes

    writeable = yes

     

    (have also tried read only = no)

     

     

    Any help would be much appreciated :)