fishbroetchn n00b
Joined: 25 Nov 2007 Posts: 8
|
Posted: Tue Jan 22, 2008 9:17 pm Post subject: NFS shows wrong Volume size |
|
|
Hi,
I need the help of the forum. I just dont know what is going wrong. Here is my setup: I got a gentoo cube g4 running nfs. A leopard macbook mounts the server. Fine as it is. The problem ist that the Volumes are always mounted as 71.88GB Volumes with 293.8 MB free space and thats not what they are partitioned as.
I guess i have some wrong setup. My /etc/exports is:
Code: | # /etc/exports: NFS file systems being exported. See exports(5).
/mnt/macbook_backup 192.168.1.0/24(no_subtree_check,insecure,async,rw)
/mnt/krams 192.168.1.0/24(no_subtree_check,insecure,async,rw)
|
My mount command on leopard is:
Code: | sudo mount 192.168.1.10:/mnt/krams /Volumes/krams/
|
"krams" should be at least 190GB...
Thanks everybody for looking at this
Cheers fishbroetchn |
|