Problem with mount remot..!!


 
Thread Tools Search this Thread
Operating Systems Solaris Problem with mount remot..!!
# 1  
Old 06-22-2006
Problem with mount remot..!!

hi all...
when I try to mount filesystem on solaris appear me Permission denied
this is do it:
mount -F nfs <remote file system> <mount point>
mount -f nfs remot_server:/share /share
when i run this line:
nfs mount: server_remoto:/share: Permission denied
what i need to do?
Regards..
# 2  
Old 06-22-2006
login to the remote server and insure it's allowing mounting of the filesystem to your server.
# 3  
Old 06-22-2006
Quote:
Originally Posted by RTM
login to the remote server and insure it's allowing mounting of the filesystem to your server.
hi...RTM..
on this moment i'm loggin on the 2 server as root...
and appear the same error...


Prmission to mount is set as people before have been able to mount directories. Unfortunately those persons ara no longer working with us. I'm new in this field, how do I log in to the remote server?

Last edited by chanfle; 06-22-2006 at 02:36 PM..
# 4  
Old 06-22-2006
see this guide - chapter 30 for NFS issues - the others are also helpful

Access remote file systems

As far as logging into the other server, if you have root access, try logging into the console or if you have an account, ssh/telnet to the server and login.
# 5  
Old 06-22-2006
hhmmm...maybe not explain me...
i have 2 servers
server1 and server2
of the server2 i'm ready mount to the share folder...
i want make connecting to the sever1 to share folder of the server2...
on the both servers i'm loggin as root...
thank you...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem with command mount

Hi, I have a problem with the command mount with a password with special character mount -t smbfs '//itransfert_cs:password@IP/itransfert/1-Arrivees/Vers_K2' /share the password contain a * and a @ I try to quote but don't work, replace the @ with %40 and try to escape with \ but... (8 Replies)
Discussion started by: protocomm
8 Replies

2. HP-UX

Mount problem with Linux

Hello, I want to mount a directory with nfs (v3). Server HP-UX 10.20 Client Centos If I export the path "/tausch" with access control for hosts with the command mount -t nfs <SERVER_HP-UX_IP>:/tausch/ /mnt/mnt_bach2/ /etc/exports: /tausch ... (8 Replies)
Discussion started by: nuts
8 Replies

3. Linux

problem in mount

every day i must type # mount -a in the workstation to mount the directory from the server . note 1- fstab is very good no problem in it 2- the network in this workstation is stable 3- i check every thing in this workstation but i dont see any problem 4- the O.S RedHat 3u9 every day the... (1 Reply)
Discussion started by: ayman
1 Replies

4. UNIX for Dummies Questions & Answers

usb mount problem

Hi friends, when i boot into my linux system, i am not able to use my USB device while it works on window. i know mount command but it seems my USB does not detected and when i insert my USB into USB port .. and run fdisk list command it does not show any additional device . normally... (2 Replies)
Discussion started by: johnray31
2 Replies

5. Red Hat

configur a remot acssas server in redhat linux

how to configur a remot acssas server in redhat linux (1 Reply)
Discussion started by: sachinbhagat
1 Replies

6. Linux

Mount problem

well i have an NFS server setup on a pc "1st server" running Fedora Core 4 and i need to mount this from a non-root user. But when i try this i get this freaking error "mount: only root can do this". i do have the entry in fstab file and i tried following solution (no one are working) entry in... (1 Reply)
Discussion started by: sydney30
1 Replies

7. UNIX for Dummies Questions & Answers

NFS mount problem

Hello, I'm trying to create an NFS mount on server1 to server2. From the man pages I think I'm doing it right: mount server2:/dev/vg60/lvol607 /net1 nfs mount: server1:/dev/vg60/lvol607: Permission denied Do I need to provide login credentials to server 2 somehow? What am I missing? ... (1 Reply)
Discussion started by: FredSmith
1 Replies

8. UNIX for Dummies Questions & Answers

mount protocol problem

i implemented the mount protocol through rpcv2. i keep getting a permission denied even if i already configured the server to allow my client. the rpc accectstat is ok but the mount service stat is permission denied. why is that? (0 Replies)
Discussion started by: red_colt
0 Replies

9. Solaris

nfs mount problem

I have a NFS share on a Linux server. When I try to mount it on a Solaris 9 server, I get the following message: nfs mount: <nfs-server-name>: : RPC: Program not registered I have a few other Sun boxes and I can mount the share on them without any problems. (2 Replies)
Discussion started by: soliberus
2 Replies

10. Solaris

Remot restart

Dear All, How could i resatrart a clinet server remotly. Thank you in advance (3 Replies)
Discussion started by: aakkad
3 Replies
Login or Register to Ask a Question