dennogumi/content/post/2006-03-05-migrating.markdown
Luca Beltrame 64b24842b8
All checks were successful
continuous-integration/drone/push Build is passing
Update all posts to not show the header text
2021-01-13 00:05:30 +01:00

35 lines
1.1 KiB
Markdown

---
author: einar
categories:
- General
- Linux
comments: true
date: "2006-03-05T17:44:51Z"
slug: migrating
title: Migrating
omit_header_text: true
disable_share: true
wordpress_id: 48
---
I've been migrating settings and files from the old router to the new one (check [my brother's blog](http://www.jumpjoe.com/?p=131) to understand better what I'm talking about). I noticed the free space already dropped significantly, as you can see from this:
[code]
lb@hari:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9,2G 859M 7,9G 10% /
tmpfs 43M 0 43M 0% /dev/shm tmpfs 43M 13M 30M 30%
/lib/modules/2.6.12-10-386/volatile
/dev/hda6 83G 8,5G 70G 11% /home
[/code]
Already 30 Gb gone... I wonder how much will be remaining after I move all the data.
I also managed to update the LDAP database with the old values and update authentication accordingly. In principle everything **should** work out of the box, but somehow I'm being skeptical... (and code tags aren't shown properly in the blog, I wonder why)