ssfs view data/ssfs-server.conf @ rev 15

ssf-server: Add check-vdisk to check vdisk filesystem
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 11 23:11:23 2011 +0200 (2011-06-11)
parents 751ef97a4ffa
children 95b88686a283
line source
1 # Ssfs server side tool configuration file.
2 #
4 # Path to Ssfs storage root to mount the vdisk.
5 SSFS_CHROOT="/ssfs"
7 # Path to Ssfs virtual disk.
8 SSFS_VDISK="/home/ssfs.disk"
10 # Virtual disk size in Gb.
11 SSFS_SIZE="4"
13 # User configuration file path.
14 SSFS_USERS="/etc/ssfs/users"
16 # Default quota peer user in Mb.
17 DEFAULT_QUOTA="250"