CIFS Share

Status
Not open for further replies.

@ndres

Dabbler
Joined
Nov 10, 2013
Messages
18
Hello!!!

I have a Virtual Machine running FreeNAS 8.3.2 (32-Bit) and one of its shares is full and I unable to delete files and folders:

116t3kx.jpg


¿What Can I do?

Thank you very much!!!
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
You can adjust your disk quota so you have space to save your files.
 

Dusan

Guru
Joined
Jan 29, 2013
Messages
1,165
Do you use snapshots? With snapshots a delete may require some additional disk space instead of freeing it.
 

Dusan

Guru
Joined
Jan 29, 2013
Messages
1,165
OK, pick a large file you want delete and run:
"echo > file_name" (for example: "echo > /mnt/Backups/Windows/SERVIDORES/10.1.0.1/Documentos/Hacienda/Documentos_2013-09-18.RAR")
This will truncate the file to zero bytes, freeing some space, which should allow you to delete the rest of the files.
 

@ndres

Dabbler
Joined
Nov 10, 2013
Messages
18
OK, pick a large file you want delete and run:
"echo > file_name" (for example: "echo > /mnt/Backups/Windows/SERVIDORES/10.1.0.1/Documentos/Hacienda/Documentos_2013-09-18.RAR")
This will truncate the file to zero bytes, freeing some space, which should allow you to delete the rest of the files.


Dear Dusan,

It worked perfectly!!! :p

Thank so much!!! :)
 
Status
Not open for further replies.
Top