unable to create a share folder

  • I'm creating a shared folder in under samba. I did this few times but this time when I add a new destination:


    Samba/Shares/Add/Shared folder +/volume


    I click the scroll down list under volume and it gives me nothing.

  • I solved this checking the uuid of the fstab and adding the following to the config.xml (within fstab):


    Code
    <mntent>
            <uuid>07afb6d4-8cfe-4f4d-aefb-6d3f6c6cf692</uuid>
            <fsname>0b118749-9f38-4a9b-b8e3-84febde9db88</fsname>
            <dir>/media/0b118749-9f38-4a9b-b8e3-84febde9db88</dir>
            <type>ext4</type>
            <opts>defaults,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0</opts>
            <freq>0</freq>
            <passno>2</passno>
          </mntent>


    Not very intuitive but it works.


    Thanks any ways

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!