increasing the size of a file system

2002-11-27 Thread Thomas Connolly
Hello all. I am having a problem installing a very large program. It wants to extract itself to the /tmp directory but there is not enough space. I have a 30 Gb hard drive that is only 20% full so there is plenty of free space to work with. I've tried increasing the size of the file system

Re: increasing the size of a file system

2002-11-27 Thread Matthew Seaman
space to work with. I've tried increasing the size of the file system as follows: umount -f /dev/ad0s1f growfs -s 4194304 /dev/ad0s1f I get an error similar to the following: file system not grown (137 - 137) [not sure of the exact values] You can't growfs(8) a filesystem unless

Re: increasing the size of a file system

2002-11-27 Thread Greg 'groggy' Lehey
space to work with. I've tried increasing the size of the file system as follows: umount -f /dev/ad0s1f growfs -s 4194304 /dev/ad0s1f I get an error similar to the following: file system not grown (137 - 137) [not sure of the exact values] Can someone tell me what I am doing wrong

increasing the size of a file system

2002-11-22 Thread Thomas Connolly
there is plenty of free space to work with. I've tried increasing the size of the file system as follows: umount -f /dev/ad0s1f growfs -s 4194304 /dev/ad0s1f I get an error similar to the following: file system not grown (137 - 137) [not sure of the exact values] Can someone tell me what I