Sponsored Content
Full Discussion: Problem with mount remot..!!
Operating Systems Solaris Problem with mount remot..!! Post 302077513 by chanfle on Thursday 22nd of June 2006 08:46:32 PM
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...
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
RUMP_NFS(8)						    BSD System Manager's Manual 					       RUMP_NFS(8)

NAME
rump_nfs -- mount a nfs share with a userspace server SYNOPSIS
file-system PUFFS pseudo-device putter rump_nfs [options] share mountpoint DESCRIPTION
NOTE! This manual page describes features specific to the rump(3) file server. Please see mount_nfs(8) for a full description of the avail- able command line options. The rump_nfs utility can be used to mount nfs file systems. It uses rump(3) and p2k(3) to facilitate running the file system as a server in userspace. As opposed to mount_nfs(8), rump_nfs does not use file system code within the kernel and therefore does not require kernel sup- port except puffs(4). Apart from a minor speed penalty there is no downside with respect to in-kernel code. Even though the rump_nfs file system client runs within a virtual rump kernel in userspace, it uses host network services (by means of ``rump sockin''). This means that regardless of whether using rump_nfs or mount_nfs(8), the same network configurations will be used. Currently, ``sockin'' supports IPv4. To use rump_nfs via mount(8), the flags -o rump and -t nfs should be given. Similarly, rump_nfs is used instead of mount_nfs(8) if ``rump'' is added to the options field of fstab(5). SEE ALSO
p2k(3), puffs(3), rump(3), mount_nfs(8) HISTORY
The rump_nfs utility first appeared in NetBSD 5.0. BSD
November 21, 2010 BSD
All times are GMT -4. The time now is 11:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy