Linux partition is slowly filling up

My Linux partition is slowly filling up and I want to convert a Windows/NT/MSDOS partition (e.g. /dev/hda6) to Linux. How do I do that?

Follow these steps:

1. Use fdisk's 't' command to change the partition's type to 'Linux native'
2. Make a Linux filesystem on it: mkfs -t ext2 /dev/hda6
3. Add and entry for /dev/hda6 to /etc/fstab
    Use mount point: /aux, fsckorder: 2
4. mkdir /aux
5. reboot
6. that's all!

How to check Linux Partition Size

How do I check how much space my linux partition is? I'm using windows and linux.

try with du or df

df /etc
du /etc
and so on

Have a Linux Issue?
Do you have a Linux Question?

Linux Home: Linux System Administration Hints and Tips

(c) www.gotothings.com All material on this site is Copyright.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
All product names are trademarks of their respective companies.
The site www.gotothings.com is in no way affiliated with or endorsed by any company listed at this site.
Any unauthorised copying or mirroring is prohibited.