Strange thing with solaris ls on nfs shared directory


 
Thread Tools Search this Thread
Operating Systems Solaris Strange thing with solaris ls on nfs shared directory
# 1  
Old 01-15-2012
Strange thing with solaris ls on nfs shared directory[SOLVED]

I shared from linux server a dir with nfs3,solaris mount
ok,and can tar files,but if i do ls or cp..
on mnt i have mount the nfs share
Code:
root@solaris: mnt $ touch 2
root@solaris: mnt $ ls -lh
ls: can't read ACL on .: Permission denied
root@solaris: mnt $ ls
1.tar
2
root@solaris: mnt $ cp 1.tar /root/
1.tar: failed to get acl entries: Permission denied

i can write but no ls or cp,why?
Thanks

Last edited by Linusolaradm1; 01-16-2012 at 04:44 AM..
# 2  
Old 01-15-2012
What version of Solaris? Try using nsf4 if it exists for your Solaris.
# 3  
Old 01-15-2012
Thanks for answer.
Solaris 10 and nfs3,because linux server is nfs3.
# 4  
Old 01-15-2012
What is the remote file system type? The root cause of your problem is that linux does not have ACL's for Solaris ls or cp to read.

Do you get this when you mount the disk on the Solaris side?
Code:
svc: unknown program 100227 (me 100003)

This is the I-can't-the-ACL problem. You should be able to ignore it.

Try nfs4 on the solaris side.

http://blogs.oracle.com/macrbg/entry...ent_mount_from

Last edited by jim mcnamara; 01-15-2012 at 09:27 PM..
# 5  
Old 01-16-2012
Thanks for help,i have solved with vers=3
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. UNIX for Dummies Questions & Answers

NFS question when you have a subdirectory that you don't want to be shared?

I have a somewhat interesting problem, we've decided to load balance a java application and as such I'll be running our application on four physical machines as opposed to the single machine it's currently running on. I've centralized the directory that the application requires (including the... (2 Replies)
Discussion started by: xdawg
2 Replies

3. Solaris

ZFS shared with NFS makes directory cover filesystem

I'm having a strange issue that I'm unsure what to do with. I have a new Solaris home server that I want hard mount /home to all our servers. I've made each user's home directory a filesystem so that I can manage every user with a quota. In each one of my server vfstab files I have it set as: ... (4 Replies)
Discussion started by: mijohnst
4 Replies

4. Windows & DOS: Issues & Discussions

Strange thing: arp and windows

A strange situation: i have configured a piranha lvs router(two load balancer and two real servers), the virtual ip is 192.168.3.252. Linux and windows clients are on a different subnet (192.168.3.0) and i use route route add -net 192.168.3.0/24 dev eth0on linux for /F "tokens=2 delims=:"... (3 Replies)
Discussion started by: Linusolaradm1
3 Replies

5. Solaris

Strange isuse with shared storage in Solaris 10

i have luns offered by SE3310 being mounted on two T2000 servers (sun solaris 10u11) . i can see the files on both servers but if i create a new file or rename n existing file on one node its not immediately visible on the other unless i unmount n remount the partition ..how can i fix this ? (2 Replies)
Discussion started by: aliyesami
2 Replies

6. Solaris

How to find the available shared directories at the NFS client machine?

I'm using nfs client machine. One of my colleague said that he shared the directories using nfs server ......... How can i know the nfs shared directories available to mount at my machine....?? Thanks in Advance.:b: (3 Replies)
Discussion started by: vamshigvk475
3 Replies

7. SuSE

Strange NFS Problem

Dear all, in one of our SLES 10 NFS Client there is this statement in its /etc/fstab: NFS-Server:/tools /tools nfs hard,bg,intr,noatime 0 0 In a case where a reboot of the NFS Server and this client is necessary - due to some reasons we have to boot the client first and then it's NFS... (2 Replies)
Discussion started by: xunil321
2 Replies

8. Filesystems, Disks and Memory

can folder shared with NFS (/usr/)

hello i wanted to ask you i try to setting: pc server name: A pc user name: B pc user name: C server A is opensuse 11.2 with kde 4.3.5 and last kernel so i create NFS server, i think.. folder (/usr is all softwares and library) because server A can share to PC A. because all... (0 Replies)
Discussion started by: tunjin
0 Replies

9. Shell Programming and Scripting

Strange thing with 'cut' in a script

When I run the script I have just created, I get a strange scenario around the following code: echo "Check for duplicate UID's, each user should have a unique user ID (UID)" echo "IF a UID is displayed fix or document why it is required!" echo "Press enter to continue!" read a cut... (1 Reply)
Discussion started by: sport
1 Replies

10. UNIX for Advanced & Expert Users

strange "No such file or directory" errors on NFS volumes

we're seeing very strange "No such file or directory" errors on NFS volumes on one of our suse servers - can anyone please help? we're seeing it for both our NetApp NAS Device and one of our Solaris NFS servers too Here is what we're seeing: stg-backup:~ # cd /rmt/sge stg-backup:/rmt/sge... (3 Replies)
Discussion started by: fishsponge
3 Replies
Login or Register to Ask a Question