![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Space on device problems... | kingdbag | SUN Solaris | 1 | 11-29-2007 04:04 PM |
| adding additional drive to sco the is xenix | justenglabs | UNIX for Advanced & Expert Users | 1 | 10-16-2006 11:07 AM |
| Help! Playing with Xenix! | Slaughter | SCO | 1 | 04-06-2006 08:16 PM |
| Problems to show the real used space | GEIER | AIX | 1 | 01-02-2006 09:40 AM |
| Modem problems on SCO Xenix | jbartok | UNIX for Dummies Questions & Answers | 1 | 11-05-2002 12:07 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Xenix Problems - No space on dev 1/40
Hello - I'm a newbie to these forums. Please excuse me if I am posting in the wrong area. My dilemma. The HD on our ancient Xenix system apparently is full. I receive the "no space on dev 1/40" prompt. This occurred after I attempted to purge some unwanted files. This system runs our small rental business. Without it we're in trouble. How can I free up space? Thanks in advance!
|
| Forum Sponsor | ||
|
|
|
|||
|
There are several threads about this going back to June 2007.
Delete all the files in /tmp Check the size of the following log files and truncate them using: #cat >file <ctrl>d # /usr/spool/lp/logs/* /usr/adm/messages /etc/wtmp /etc/utmp When you have enough free space to get the machine running again, run the following: #du -a |sort -r -n >/tmp/filelist filelist will contain a list of all the files on the system in descending order by size, including directories. PS. A couple of years ago SCO had a contest for the longest running system. |
|||
| Google The UNIX and Linux Forums |