Exagrid EX500 trying to free space

Multi tool use
up vote
-1
down vote
favorite
I have Exagrid EX5000 raid5 and I have share file home1/share it’s 9T but smees to be all used but when i go to it nothing in the folder to clean so im not sure how I can free space on home1/share and also im not sure why the filesystem for home1/share showing NONE.
Please can you help ?
enter image description here
enter image description here
linux
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
-1
down vote
favorite
I have Exagrid EX5000 raid5 and I have share file home1/share it’s 9T but smees to be all used but when i go to it nothing in the folder to clean so im not sure how I can free space on home1/share and also im not sure why the filesystem for home1/share showing NONE.
Please can you help ?
enter image description here
enter image description here
linux
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Warning: this will erase everything in that directoryrm -rf /home1/shares/*
– Mokubai♦
Nov 13 at 16:13
Hello that will erase the share folder too in that directory too?
– David Kassis
Nov 13 at 16:40
because i have share folder call ^C[root@RFExaGrid1 shares]# sudo du -h --max-depth=1 2.8T ./FileServerBackups 2.8T . [root@RFExaGrid1 shares]#
– David Kassis
Nov 13 at 16:41
It will erase everything if you need to be more selective then you will need to list the contents of the directories usingls -la
to find out what is there.
– Mokubai♦
Nov 13 at 16:53
I look into it and i saw this drwxr-xr-x 3 root root 38 Nov 7 21:56 . drwxr-xr-x 22 root root 4096 Nov 13 17:05 .. drwxrwxrwx 5 nfsnobody nfsnobody 149 Nov 13 01:38 FileServerBackups what is the DRWXR-XR-x Root they are 2 of them ?
– David Kassis
Nov 13 at 17:09
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have Exagrid EX5000 raid5 and I have share file home1/share it’s 9T but smees to be all used but when i go to it nothing in the folder to clean so im not sure how I can free space on home1/share and also im not sure why the filesystem for home1/share showing NONE.
Please can you help ?
enter image description here
enter image description here
linux
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have Exagrid EX5000 raid5 and I have share file home1/share it’s 9T but smees to be all used but when i go to it nothing in the folder to clean so im not sure how I can free space on home1/share and also im not sure why the filesystem for home1/share showing NONE.
Please can you help ?
enter image description here
enter image description here
linux
linux
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 13 at 16:40
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 13 at 15:42


David Kassis
11
11
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
David Kassis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Warning: this will erase everything in that directoryrm -rf /home1/shares/*
– Mokubai♦
Nov 13 at 16:13
Hello that will erase the share folder too in that directory too?
– David Kassis
Nov 13 at 16:40
because i have share folder call ^C[root@RFExaGrid1 shares]# sudo du -h --max-depth=1 2.8T ./FileServerBackups 2.8T . [root@RFExaGrid1 shares]#
– David Kassis
Nov 13 at 16:41
It will erase everything if you need to be more selective then you will need to list the contents of the directories usingls -la
to find out what is there.
– Mokubai♦
Nov 13 at 16:53
I look into it and i saw this drwxr-xr-x 3 root root 38 Nov 7 21:56 . drwxr-xr-x 22 root root 4096 Nov 13 17:05 .. drwxrwxrwx 5 nfsnobody nfsnobody 149 Nov 13 01:38 FileServerBackups what is the DRWXR-XR-x Root they are 2 of them ?
– David Kassis
Nov 13 at 17:09
add a comment |
Warning: this will erase everything in that directoryrm -rf /home1/shares/*
– Mokubai♦
Nov 13 at 16:13
Hello that will erase the share folder too in that directory too?
– David Kassis
Nov 13 at 16:40
because i have share folder call ^C[root@RFExaGrid1 shares]# sudo du -h --max-depth=1 2.8T ./FileServerBackups 2.8T . [root@RFExaGrid1 shares]#
– David Kassis
Nov 13 at 16:41
It will erase everything if you need to be more selective then you will need to list the contents of the directories usingls -la
to find out what is there.
– Mokubai♦
Nov 13 at 16:53
I look into it and i saw this drwxr-xr-x 3 root root 38 Nov 7 21:56 . drwxr-xr-x 22 root root 4096 Nov 13 17:05 .. drwxrwxrwx 5 nfsnobody nfsnobody 149 Nov 13 01:38 FileServerBackups what is the DRWXR-XR-x Root they are 2 of them ?
– David Kassis
Nov 13 at 17:09
Warning: this will erase everything in that directory
rm -rf /home1/shares/*
– Mokubai♦
Nov 13 at 16:13
Warning: this will erase everything in that directory
rm -rf /home1/shares/*
– Mokubai♦
Nov 13 at 16:13
Hello that will erase the share folder too in that directory too?
– David Kassis
Nov 13 at 16:40
Hello that will erase the share folder too in that directory too?
– David Kassis
Nov 13 at 16:40
because i have share folder call ^C[root@RFExaGrid1 shares]# sudo du -h --max-depth=1 2.8T ./FileServerBackups 2.8T . [root@RFExaGrid1 shares]#
– David Kassis
Nov 13 at 16:41
because i have share folder call ^C[root@RFExaGrid1 shares]# sudo du -h --max-depth=1 2.8T ./FileServerBackups 2.8T . [root@RFExaGrid1 shares]#
– David Kassis
Nov 13 at 16:41
It will erase everything if you need to be more selective then you will need to list the contents of the directories using
ls -la
to find out what is there.– Mokubai♦
Nov 13 at 16:53
It will erase everything if you need to be more selective then you will need to list the contents of the directories using
ls -la
to find out what is there.– Mokubai♦
Nov 13 at 16:53
I look into it and i saw this drwxr-xr-x 3 root root 38 Nov 7 21:56 . drwxr-xr-x 22 root root 4096 Nov 13 17:05 .. drwxrwxrwx 5 nfsnobody nfsnobody 149 Nov 13 01:38 FileServerBackups what is the DRWXR-XR-x Root they are 2 of them ?
– David Kassis
Nov 13 at 17:09
I look into it and i saw this drwxr-xr-x 3 root root 38 Nov 7 21:56 . drwxr-xr-x 22 root root 4096 Nov 13 17:05 .. drwxrwxrwx 5 nfsnobody nfsnobody 149 Nov 13 01:38 FileServerBackups what is the DRWXR-XR-x Root they are 2 of them ?
– David Kassis
Nov 13 at 17:09
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
David Kassis is a new contributor. Be nice, and check out our Code of Conduct.
David Kassis is a new contributor. Be nice, and check out our Code of Conduct.
David Kassis is a new contributor. Be nice, and check out our Code of Conduct.
David Kassis is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375065%2fexagrid-ex500-trying-to-free-space%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
q1C4UJROuV R plbFbrpfwJs64G3WJ,W0AE697Cz4,mu4ql,T,7,P0Aa,Yf31LMFDTQdfdHHx R 3sP0,7CGg72iW
Warning: this will erase everything in that directory
rm -rf /home1/shares/*
– Mokubai♦
Nov 13 at 16:13
Hello that will erase the share folder too in that directory too?
– David Kassis
Nov 13 at 16:40
because i have share folder call ^C[root@RFExaGrid1 shares]# sudo du -h --max-depth=1 2.8T ./FileServerBackups 2.8T . [root@RFExaGrid1 shares]#
– David Kassis
Nov 13 at 16:41
It will erase everything if you need to be more selective then you will need to list the contents of the directories using
ls -la
to find out what is there.– Mokubai♦
Nov 13 at 16:53
I look into it and i saw this drwxr-xr-x 3 root root 38 Nov 7 21:56 . drwxr-xr-x 22 root root 4096 Nov 13 17:05 .. drwxrwxrwx 5 nfsnobody nfsnobody 149 Nov 13 01:38 FileServerBackups what is the DRWXR-XR-x Root they are 2 of them ?
– David Kassis
Nov 13 at 17:09