Hi,
I am trying to write very small data on a text file (unix bash shell).
but it gives an error "No space left on device".
I have deleted some files but again giving the same issue.
Can anybody help me to solve this issue.
Regards,
Priyanka
Hi,
I am trying to write very small data on a text file (unix bash shell).
but it gives an error "No space left on device".
I have deleted some files but again giving the same issue.
Can anybody help me to solve this issue.
Regards,
Priyanka
You need to remove unwated software and file, delete cache and so on. First find out partition name that is running out of disk space. Is it /home, /var/, /tmp or anything else? Use the df command:
The following command will list top 10 dirs eating up disk space in /home:Code:df -k df -H
Next, either delete those unwanted files or compress and move them to backup media. Third option is to add additional disk space. LVM can also help.Code:du -a /home | sort -n -r | head -n 10
All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]
Thanks a lot![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)