"There is not enough space" Error, with 7tb showing

Status
Not open for further replies.

eqartimus

Explorer
Joined
Aug 2, 2014
Messages
66
I have FreeNAS-9.2.1.6-RELEASE-x64 (ddd1e39) running ... mostly pretty well.

I created a ZFS Dataset share called "NAS", with group privileges "usergroup" (Which all my users belong to)

I made a share with this and mounted it on my Windows 7 box. When I look at its properties, it shows 7 terribytes free.

I went to move my D: drive to that and it started scanning to see what all to copy -- I went to bed.

(My D drive is a 1tb drive with 480gb used)

I woke this morning to a message: There is not enough space on NAS (Freenas (Freenas Server)). You need an additional 86.7 GB to copy these files.

What gives?

And, is there a better way to move things from my local filesystem?

Thanks in advance.

David
 

rs225

Guru
Joined
Jun 28, 2014
Messages
878
I have seen Windows report incorrect free space from zetta-sized shares. Just work around the problem: Move it in two steps, instead of one.
 

eqartimus

Explorer
Joined
Aug 2, 2014
Messages
66
Code:
[root@freenas] ~# zpool status
  pool: Deerhaven1
state: ONLINE
  scan: scrub repaired 0 in 0h10m with 0 errors on Thu Aug 14 09:42:55 2014
config:

        NAME                                                STATE     READ WRITE CKSUM
        Deerhaven1                                          ONLINE       0     0     0
          raidz2-0                                          ONLINE       0     0     0
            gptid/38009294-1dcb-11e4-82ae-d05099013a39.eli  ONLINE       0     0     0
            gptid/0e53aaf5-203a-11e4-bde0-d05099013a39.eli  ONLINE       0     0     0
            gptid/3965262b-1dcb-11e4-82ae-d05099013a39.eli  ONLINE       0     0     0
            gptid/3a143aab-1dcb-11e4-82ae-d05099013a39.eli  ONLINE       0     0     0
            gptid/3ac8051b-1dcb-11e4-82ae-d05099013a39.eli  ONLINE       0     0     0
            gptid/3b79f677-1dcb-11e4-82ae-d05099013a39.eli  ONLINE       0     0     0

errors: No known data errors

zfs list:
Code:
CORRECT>zfs list (y|n|e|a)? yes
NAME                                           USED  AVAIL  REFER  MOUNTPOINT
Deerhaven1                                     223G  6.91T   384K  /mnt/Deerhaven1
Deerhaven1/.system                            3.96M  6.91T   384K  /mnt/Deerhaven1/.system
Deerhaven1/.system/cores                       288K  6.91T   288K  /mnt/Deerhaven1/.system/cores
Deerhaven1/.system/rrd                         288K  6.91T   288K  /mnt/Deerhaven1/.system/rrd
Deerhaven1/.system/samba4                     1.97M  6.91T  1.97M  /mnt/Deerhaven1/.system/samba4
Deerhaven1/.system/syslog                     1.05M  6.91T  1.05M  /mnt/Deerhaven1/.system/syslog
Deerhaven1/Media                               183G  6.91T   180G  /mnt/Deerhaven1/Media
Deerhaven1/NAS                                 328K  6.91T   328K  /mnt/Deerhaven1/NAS
Deerhaven1/Users                              32.1G  6.91T   328K  /mnt/Deerhaven1/Users
Deerhaven1/Users/David                        32.1G  6.91T  32.1G  /mnt/Deerhaven1/Users/David
Deerhaven1/Users/Mary                          288K  6.91T   288K  /mnt/Deerhaven1/Users/Mary
Deerhaven1/jails                              3.14G  6.91T   959K  /mnt/Deerhaven1/jails
Deerhaven1/jails/.warden-template-pluginjail   894M  6.91T   894M  /mnt/Deerhaven1/jails/.warden-template-pluginjail
Deerhaven1/jails/download_jail                 629M  6.91T  1.45G  /mnt/Deerhaven1/jails/download_jail
Deerhaven1/jails/firefly_1                     209M  6.91T  1.07G  /mnt/Deerhaven1/jails/firefly_1
Deerhaven1/jails/owncloud_1                    616M  6.91T  1.47G  /mnt/Deerhaven1/jails/owncloud_1
Deerhaven1/jails/plexmediaserver_1             871M  6.91T  1.71G  /mnt/Deerhaven1/jails/plexmediaserver_1
Deerhaven1/media                              4.90G  6.91T  4.90G  /mnt/Deerhaven1/media
[root@freenas] ~#

Code:
[root@freenas] ~# testparm
Load smb config files from /usr/local/etc/smb4.conf
max_open_files: increasing sysctl_max (11095) to minimum Windows limit (16384)
rlimit_max: increasing rlimit_max (11095) to minimum Windows limit (16384)
WARNING: The "null passwords" option is deprecated
Processing section "[homes]"
Processing section "[David]"
Processing section "[Mary]"
Processing section "[Media]"
Processing section "[NAS]"
Processing section "[newsreader]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

/usr/local/etc/samb4.conf
Code:
[global]
    server max protocol = SMB2
    encrypt passwords = yes
    dns proxy = no
    strict locking = no
    oplocks = yes
    deadtime = 15
    max log size = 51200
    max open files = 11070
    load printers = no
    printing = bsd
    printcap name = /dev/null
    disable spoolss = yes
    getwd cache = yes
    guest account = nobody
    map to guest = Bad User
    obey pam restrictions = Yes
    directory name cache size = 0
    kernel change notify = no
    panic action = /usr/local/libexec/samba/samba-backtrace
    server string = FreeNAS Server
    ea support = yes
    store dos attributes = yes
    time server = yes
    null passwords = yes
    acl allow execute always = true
    local master = yes
    idmap config *:backend = tdb
    idmap config *:range = 90000000-100000000
    server role = standalone
    netbios name = FREENAS
    workgroup = WORKGROUP
    security = user
    pid directory = /var/run/samba
    smb passwd file = /var/etc/private/smbpasswd
    private dir = /var/etc/private
    create mask = 0666
    directory mask = 0777
    client ntlmv2 auth = yes
    dos charset = CP437
    unix charset = UTF-8
    log level = 1
  

[homes]
    comment = Home Directories
    valid users = %U
    writable = yes
    browseable = yes
    path = /mnt/Deerhaven1/Users/%U
  

[David]
    path = /mnt/Deerhaven1/Users/David
    printable = no
    veto files = /.snap/.windows/.zfs/
    comment = Davids Share
    writeable = yes
    browseable = yes
    recycle:repository = .recycle/%U
    recycle:keeptree = yes
    recycle:versions = yes
    recycle:touch = yes
    recycle:directory_mode = 0777
    recycle:subdir_mode = 0700
    vfs objects = zfsacl streams_xattr aio_pthread
    hide dot files = no
    guest ok = no
    nfs4:mode = special
    nfs4:acedup = merge
    nfs4:chown = yes
    zfsacl:acesort = dontcare
  

[Mary]
    path = /mnt/Deerhaven1/Users/Mary
    printable = no
    veto files = /.snap/.windows/.zfs/
    comment = Marys Share
    writeable = yes
    browseable = yes
    recycle:repository = .recycle/%U
    recycle:keeptree = yes
    recycle:versions = yes
    recycle:touch = yes
    recycle:directory_mode = 0777
    recycle:subdir_mode = 0700
    vfs objects = zfsacl streams_xattr aio_pthread
    hide dot files = no
    guest ok = no
    nfs4:mode = special
    nfs4:acedup = merge
    nfs4:chown = yes
    zfsacl:acesort = dontcare
  

[Media]
    path = /mnt/Deerhaven1/Media
    printable = no
    veto files = /.snap/.windows/.zfs/
    comment = Media
    writeable = yes
    browseable = yes
    recycle:repository = .recycle/%U
    recycle:keeptree = yes
    recycle:versions = yes
    recycle:touch = yes
    recycle:directory_mode = 0777
    recycle:subdir_mode = 0700
    vfs objects = zfsacl streams_xattr aio_pthread
    hide dot files = yes
    guest ok = yes
    nfs4:mode = special
    nfs4:acedup = merge
    nfs4:chown = yes
    zfsacl:acesort = dontcare
  

[NAS]
    path = /mnt/Deerhaven1/NAS
    printable = no
    veto files = /.snap/.windows/.zfs/
    comment = Online Storage
    writeable = yes
    browseable = yes
    recycle:repository = .recycle/%U
    recycle:keeptree = yes
    recycle:versions = yes
    recycle:touch = yes
    recycle:directory_mode = 0777
    recycle:subdir_mode = 0700
    vfs objects = zfsacl streams_xattr aio_pthread
    hide dot files = no
    guest ok = yes
    nfs4:mode = special
    nfs4:acedup = merge
    nfs4:chown = yes
    zfsacl:acesort = dontcare
  

[newsreader]
    path = /mnt/Deerhaven1/media
    printable = no
    veto files = /.snap/.windows/.zfs/
    writeable = yes
    browseable = yes
    recycle:repository = .recycle/%U
    recycle:keeptree = yes
    recycle:versions = yes
    recycle:touch = yes
    recycle:directory_mode = 0777
    recycle:subdir_mode = 0700
    vfs objects = zfsacl streams_xattr aio_pthread
    hide dot files = yes
    guest ok = yes
    nfs4:mode = special
    nfs4:acedup = merge
    nfs4:chown = yes
    zfsacl:acesort = dontcare
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
If you created datasets it will skew available space.. This is in 9.2.1.x errata/known issues..

Sent from my SGH-I257M using Tapatalk 2
 
Status
Not open for further replies.
Top