Featured Post

My favorite links (ranked)

#1  Linux laptop powertuning painlessly (almost) #2 hard-drive-recovery #3 Chromebook Specifications #4 Internet BMW riders   #5 Findagra...

Monday, July 4, 2016

Some follow up clean up to my new hybrid SSD boot drive lubuntu install.

Had to do some more disaster recovery mode tweaks to my new lubuntu 16.04 LTS server install today. This is due to my shortsighted install of the software and boot image into a small 16GB SSD I had as surplus from my chromebook upgrade a while back. I created a /home on a 70GB partition that I carved out of the 140GB hdd that came with the system. The 4 available partitions were all consumed by silly and one entirely useless w32 partitions. I shrunk the main w32 down to 70 and removed one entirely after transferring its content to the third partition. This allowed me to carve out a new ext4 for my new linux home partition. Now on to my problem...

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    bind
Now 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!