cannot use more then 1TB per disk?

ijzerman

Dabbler
Joined
Aug 11, 2020
Messages
10
Hi,

i have two mirrored striped disks of 4tb

so i have 8tb storage. i have started to copy my movies to the disc and the size of the mounted partition doesnt go further then 957gb it seems.

i have tried rsync and standard copy commands but they all stop at some point without error.

the diskusage of my freenas doesnt go further then 957GB

pleas help me
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Please post the details of you system and the output of
Code:
zpool status
in code tags to preseve the formatting.
 

ijzerman

Dabbler
Joined
Aug 11, 2020
Messages
10
Hi Alec,

root@freenas[/mnt/spiegel1]# zpool status
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:00:05 with 0 errors on Tue Aug 18 03:45:05 2020
config:

NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
ada0p2 ONLINE 0 0 0

errors: No known data errors

pool: spiegel1
state: ONLINE
scan: none requested
config:

NAME STATE READ WRITE CKSUM
spiegel1 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
gptid/755a9cba-de18-11ea-87dc-f8db88fe4234 ONLINE 0 0 0
gptid/75b02414-de18-11ea-87dc-f8db88fe4234 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
gptid/7ac598e9-de1c-11ea-87dc-f8db88fe4234 ONLINE 0 0 0
gptid/7b1e4bee-de1c-11ea-87dc-f8db88fe4234 ONLINE 0 0 0

errors: No known data errors


But i dont think my explaination of the problem is correct. it seems to be speed of filetransfer via smb or nfs.

the filetransfers just stall without errors.

these transfers were between a centos server and freenas. between freenas and windows i get 42mb/s coming from a gbit line.

i will check the nic and cables.

the server is a Dell T110II with 16Gb memory
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700

ijzerman

Dabbler
Joined
Aug 11, 2020
Messages
10
Code:
root@freenas[~]# zpool status
  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:00:05 with 0 errors on Tue Aug 18 03:45:05 2020
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          ada0p2    ONLINE       0     0     0

errors: No known data errors

  pool: spiegel1
 state: ONLINE
  scan: none requested
config:

        NAME                                            STATE     READ WRITE CKSUM
        spiegel1                                        ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/755a9cba-de18-11ea-87dc-f8db88fe4234  ONLINE       0     0     0
            gptid/75b02414-de18-11ea-87dc-f8db88fe4234  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/7ac598e9-de1c-11ea-87dc-f8db88fe4234  ONLINE       0     0     0
            gptid/7b1e4bee-de1c-11ea-87dc-f8db88fe4234  ONLINE       0     0     0

errors: No known data errors
root@freenas[~]#
 

ijzerman

Dabbler
Joined
Aug 11, 2020
Messages
10
it seems that was a nfs or network issue. i have now changed the nfs settings slightly and re-mapped the shared folder via nfs and i now get 110mb/s throughput
 
Top