Hello Toasters.
Steve's reply was the fix. We changed exports to allow root and the problem disappered.
Thanx for the replys.
brockwood@homestead-inc.com
-----Original Message----- From: Ben Rockwood Sent: Wed 2/13/2002 1:45 PM To: toasters@mathworks.com Cc: Subject: Odd Linux->Filer copy behavour
Hello Toasters.
I've come across an odd cp problem from a Linux boxen to a NetApp filer. Typically these filers are mounted by the linux boxen simply for read-only purposes, but are actually read-write mounted. Some of our admins tried to cp files from the linux box up onto the filer, but we get an error that is unexpected. The file copies, but I don't like the error. Any ideas are helpful. One thing we did, just in case, was to add a local uid for the masked owner on the NetApps, since the ownership is changed once it hits the filer to "pcuser", uid 65534. This didn't change anything, though.
Below is an example of the problem, and some mount data to assist. IP addresses have been removed.
brockwood@homestead-inc.com
[root@willy temp]# pwd /mnt/lucy/inetneo/temp [root@willy temp]# cp /etc/hosts . cp: preserving permissions for ./hosts: Operation not permitted [root@willy temp]# ls hosts [root@willy temp]# ls -al total 12 drwxrwxrwx 2 root bin 4096 Feb 13 13:15 . drwxrwxrwx 8 root bin 4096 Feb 12 16:23 .. -rwxrwxrwx 1 pcuser pcuser 92 Feb 13 13:18 hosts [root@willy temp]# mount ---Snipped Out----- x.x.x.x:/vol/vol0/inetneo on /mnt/lucy/inetneo type nfs (rw,rsize=8192,wsize=8192,hard,intr,addr=x.x.x.x,addr=x.x.x.x) [root@willy temp]#