ryness
2005-04-02, 09:41 PM CST
i've mounted an nfs filesystem from my "backup" server, its a 200GB disk. i'm trying to copy of folder containing ~80GB of mp3 files to the mount but i get the error "not enough space on destination"'. i can copy the files in smaller chunks, but not the whole folder at once. ?
is there something else i need to add to my configs?
here's my /etc/exports, /etc/fstab, and df from the server:
/store 10.10.10.8(async,insecure,no_root_squash,rw,nohide )
/dev/md0 /store ext3 suid,dev,exec 0 0
/dev/md0 192292060 13463492 169060652 8% /store
and here's the /etc/fstab and df from the client:
10.10.10.7:/store /store/backups nfs user,suid,dev,exec 0 0
10.10.10.7:/store 192292064 13463488 169060672 8% /store/backups
i'm a relative newbie at linux so any help would be greatly appreciated.
is there something else i need to add to my configs?
here's my /etc/exports, /etc/fstab, and df from the server:
/store 10.10.10.8(async,insecure,no_root_squash,rw,nohide )
/dev/md0 /store ext3 suid,dev,exec 0 0
/dev/md0 192292060 13463492 169060652 8% /store
and here's the /etc/fstab and df from the client:
10.10.10.7:/store /store/backups nfs user,suid,dev,exec 0 0
10.10.10.7:/store 192292064 13463488 169060672 8% /store/backups
i'm a relative newbie at linux so any help would be greatly appreciated.