No Free Space After Deleting Folder

Status
Not open for further replies.

redfiveuk

Cadet
Joined
Jun 22, 2013
Messages
6
Hi All,
running freenas box 8.3 with 8TB raidz, I recently got bored of all my films and deleted the Freenas Film folder from a windows PC, the folder no longer exists on the NAS box and is not in the .recycle folder. The problem is I did not gain any disc space what so ever when there was at least 1TB or more in the folder, can any one shed any light on this and tell me how to reclaim the disc space.

Regards
Kingsley
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Did you maybe take a snapshot? Is anything possibly holding the files open?
 

redfiveuk

Cadet
Joined
Jun 22, 2013
Messages
6
Many thanks for the response, no snapshots taken, its turning into a real mystery........ Is there a way I can tell is anything is still pointing to the files ?
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
From the command prompt:

csh# du -k /mnt/poolname

substituting the appropriate pool name. See if the space is being reported as used... and if so, track it down using du
 

redfiveuk

Cadet
Joined
Jun 22, 2013
Messages
6
From the command prompt:

csh# du -k /mnt/poolname

substituting the appropriate pool name. See if the space is being reported as used... and if so, track it down using du

Hi thx for the reply, I have looked the the pool name but when I enter this it tells me


du: No such file or directory.

this is my pool status output

NAME STATE READ WRITE CKSUM
iTechRaid ONLINE 0 0 0
raidz1 ONLINE 0 0 0
ada0p2 ONLINE 0 0 0
ada1p2 ONLINE 0 0 0
ada2p2 ONLINE 0 0 0
ada3p2 ONLINE 0 0 0
my share name is Datastore


I am have tried csh# du -k /mnt/iTechRaid
csh# du -k /mnt/iTechRaid/raidz1
csh# du -k /mnt/iTechRaid/raidz1/Datastore
csh# du -k /mnt/iTechRaid/Datastore

but i keep getting du: No such file or directory. Any ideas where i am going wrong here ?
 
Status
Not open for further replies.
Top