Today I discovered that the /var/log context on my install/boot filesystem had exploded and filled up my entire root partition... duh! So, I googled for a while and finally settled on booting single user and then mounting the /home manually so I could move all the log content to a path like this:
"/home/tim/varLogBudDontRemove/log"
Then I created a bind mount content like this:
"mount --bind /home/tim/varLogBudDontRemove/log /var/log"
/home/tim/varLogBudDontRemove/log /var/log none bindNow after some more googling I found how to make this mount happen at boot time in the fstab file:
"/home/tim/varLogBudDontRemove/log /var/log none bind"
Now if I can just solve my network (wireless adapter) disconnects the system should be getting close to stable long term hopefully. The network seems more stable already since resolving the "/" filesystem full problem. I have a new supposedly more powerful USB wireless dongle on the way from Panda Wireless (via Amazon) $30 with 2-day express shipping!
7/23/2016 - Update the Panda 300Mbps Wireless N USB Adapter with High Gain Antenna is not only a great bargain but has great responsive tech support too and the performance of the device is excellent.
/home/tim/varLogBudDontRemove/log
No comments:
Post a Comment
Comments welcome!