Hi To add more -- df -HT shows only created file systems. We have to create a new slice/partition with fdisk and create a valid filesystem on the slice that operating recognises and then mount it on a soft link
example .. if by default we have a 40 GB drive , df -HT gives info like /dev/hda1 ext3 4.6GB 3.0G 1.6G 69% --- On Fri, 7/11/08, John Jimmy Dondapati <[EMAIL PROTECTED]> wrote: From: John Jimmy Dondapati <[EMAIL PROTECTED]> Subject: Re: [twincling] How to get unused space on mount point To: [email protected] Date: Friday, July 11, 2008, 2:29 AM > Hi Team, > > I am new to UNIX and i would like to get the unused space at a mount point > in UNIX. I put "df -k " it is showing %used space. Can any one say how to > calculate free space using % Used(Which value > is 96%). > > Thanks to everyone in Advance. > > Regards, > Sunil > > If you are looking for the avaliable/unused space in Gb try "df -h" ( h for human readble format I guess) and look under the Avail column. -- Cheers, John

