SOLVED Need help making space on my boot drive FreeNAS 11.1

Status
Not open for further replies.

Spiderham

Dabbler
Joined
Jan 1, 2018
Messages
14
Hi,


New to FreeNAS, need to make space on my boot drive, it is currently 96% full runing FreeNAS 11.1 the info shown below.
Code:
[root@freenas ~]# zpool list													
NAME		   SIZE  ALLOC   FREE  EXPANDSZ   FRAG	CAP  DEDUP  HEALTH  ALTROO
T																			  
Backup		4.53T   463G  4.08T		 -	 4%	 9%  1.00x  ONLINE  /mnt
freenas-boot  29.8G  28.7G  1.06G		 -	  -	96%  1.00x  ONLINE  -	
[root@freenas ~]# zfs list -rt all freenas-boot								
NAME												 USED  AVAIL  REFER  MOUNTPO
INT																			
freenas-boot										28.7G   137M	64K  none  
freenas-boot/ROOT								   28.7G   137M	29K  none  
freenas-boot/ROOT/11.1-RELEASE					  28.7G   137M  27.7G  /	
freenas-boot/ROOT/11.1-RELEASE@2017-12-21-20:47:38  3.15M	  -   727M  -	
freenas-boot/ROOT/11.1-RELEASE@2017-12-21-15:52:06   545K	  -   727M  -	
freenas-boot/ROOT/11.1-RELEASE@2017-12-21-17:44:08   786K	  -   894M  -	
freenas-boot/ROOT/11.1-RELEASE@2017-12-23-20:52:22   279K	  -  22.7G  -	
freenas-boot/ROOT/11.1-RELEASE@2017-12-23-21:09:54   278K	  -  22.7G  -	
freenas-boot/ROOT/Initial-Install					  1K   137M   727M  legacy
freenas-boot/ROOT/Wizard-2017-12-21_13:52:06		   1K   137M   727M  legacy
freenas-boot/ROOT/Wizard-2017-12-23_20:52:22		   1K   137M  22.7G  /	
freenas-boot/ROOT/Wizard-2017-12-23_21:09:54		   1K   137M  22.7G  /	
freenas-boot/ROOT/default							181K   137M   894M  legacy
freenas-boot/grub								   6.84M   137M  6.84M  legacy
[root@freenas ~]#

I know that you have other posts on this, but couldn't find info that could help me fix issue, using Adata ssd, the dataset pool is going to my backup.

I really appreciate any for any help, new with unix so I do apologize about for that.

Thanks
 

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
Either remove the snapshots taking up most of your space (unsure why you use so much, my present home server is 7 versions old and uses less than 8 GB) or install to a new boot drive and reload your config.
 

BigDave

FreeNAS Enthusiast
Joined
Oct 6, 2013
Messages
2,479
First you need to save a copy of your configuration file to another machine.
Next you just need to delete some older boot environments you no longer need.
See section 5.3 of the manual for steps on deleting older boot environments from
your boot drive.
 

Spiderham

Dabbler
Joined
Jan 1, 2018
Messages
14
Freenas issue.PNG


This a pic in the GUI erased environments
 

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
I don’t understand why you use so much space. Do you have FTP or something else like it running?
 

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
Well I would say reinstall FreeNAS and reload your config. But without knowing what you did to grow the boot to that size it’s likely you will find yourself in the same situation again.

Can you SSH into the box?
 

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
Well to walk through the diskusage you can run
Code:
 df -H
 

BigDave

FreeNAS Enthusiast
Joined
Oct 6, 2013
Messages
2,479

MrToddsFriends

Documentation Browser
Joined
Jan 12, 2015
Messages
1,338
Last edited:

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Status
Not open for further replies.
Top