Displaying 4 results from an estimated 4 matches for "somefilesystem".
2016 Jan 06
3
wide links and privileges
Hai,
I use the following on one of my member servers.
Put set these three in your global smb.conf.
enable privileges = Yes
unix extensions = No
allow insecure wide links = Yes
And on the share i have set.
wide links = yes
follow symlinks = yes
and this is working for years for me.
Try these and report back.
If its not working tell us you OS and samba version
Greetz,
Louis
2016 Jan 07
0
wide links and privileges
...ba.org
Onderwerp: Re: [Samba] wide links and privileges
I was just going through this and thought the security issues made for too many unknowns for directory traversal outside of what I want samba sharing.
So have you consider a bind mount ? if you have some file system mounted at
/mnt/somefilesystem
and in somfilesystem you have /somefolder/subfolder
you can do a mount --bind /mnt/somefilesystem/somefolder/subfolder /home/magicbind
and get all the benefits of having magicbind point to some other subfolder like a symlink but without security issues of a wide link traversal. ...
2010 Jul 02
4
zfs - filesystem versus directory
Folks,
While going through a quick tutorial on zfs, I came across a way to create zfs filesystem within a filesystem. For example:
# zfs create mytest/peter
where mytest is a zpool filesystem.
When does this way, the new filesystem has the mount point as /mytest/peter.
When does it make sense to create such a filesystem versus just creating a directory?
# mkdir mytest/peter
Thank you in
2010 Jun 25
11
Maximum zfs send/receive throughput
It seems we are hitting a boundary with zfs send/receive over a network
link (10Gb/s). We can see peak values of up to 150MB/s, but on average
about 40-50MB/s are replicated. This is far away from the bandwidth that
a 10Gb link can offer.
Is it possible, that ZFS is giving replication a too low
priority/throttling it too much?