How to mount linux to Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris How to mount linux to Solaris
# 1  
Old 04-15-2009
How to mount linux to Solaris

Hi Friends,

I am trying following command on my solaris box:

mount abchostlinux12:/data1/mount_dir /data/mount_dir

OUTPUT:
nfs mount: abchostlinux12: : RPC: Rpcbind failure - RPC: Success
nfs mount: retrying: /data/mount_dir

After this there is no response on command line. I have observed for more than four hours but still it is stuck on "nfs mount: retrying: /data/mount_dir "

Infact i can mount from different machine on the same solaris box's /data/mount_dir location. Please help as soon as possible.

Regards,
Sebby
# 2  
Old 04-15-2009
could be a nfs version conflict... try to use the version in the mount options. something like:

Code:
# mount -F nfs -o vers=3 server:/server/mount /local/mount

maybe the linux server uses a older nfs version. so you can also try "vers=2".

Last edited by DukeNuke2; 04-15-2009 at 10:33 AM..
# 3  
Old 04-15-2009
Hey Duke thanks for your help but unfortunately the solution dint work i am still facing the same issue. what can be the issue?
# 4  
Old 04-15-2009
has this mount been shared to other devices and if so, what OS are they running?
# 5  
Old 04-15-2009
what is the output of "dfshares ip-of-linux-server"?
# 6  
Old 04-16-2009
The output is as follows:

nfs dfshares: (linux IP): RPC: Rpcbind failure - RPC: Success

I have unmounted the earlier mounting to this path on solaris. That OS is not accesible to us but we can only mount it. So I cannot mention which Os version I was mounting to earlier.
# 7  
Old 04-16-2009
I have resolved this error after exporting the path on /etc/exports file.

Thanks all for your help.

Regards,
Sebby
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

2. Solaris

NFS mount on Solaris 8

Hello Admins; I am working around on an issue of NFS mount on Solaris 8 server. I am trying to mount a remote directory (which is on vlan 146 -solaris 10 server ) on solaris 8 client which is on vlan 10. The firewall rules have been opened, ports are opened. But when I do code: mount -F... (7 Replies)
Discussion started by: snchaudhari2
7 Replies

3. Solaris

How to mount Solaris 2

Recently on FAT32 partition I made fdidk -B /dev/c1t1d0p0 and now this partition is Solaris2 partition , how that can be mounted (6 Replies)
Discussion started by: microbot
6 Replies

4. Filesystems, Disks and Memory

mount luns solaris

Hi Iīm new to san and lunīs I see the disks, but are not able to mount them bash-3.00# mountall checking ufs filesystems /dev/rdsk/c3t5006016930601F86d0s6: I/O error Can't open /dev/rdsk/c3t5006016930601F86d0s6: I/O error /dev/rdsk/c3t5006016930601F86d0s6: CAN'T CHECK FILE SYSTEM.... (1 Reply)
Discussion started by: ludvig
1 Replies

5. Solaris

How can I mount a ufs filesystem on a solaris 10 sparc onto a Linux server

Hi there, I am trying to mount a SAN volume (which is mapped to solaris sparc) partitioned with ufs filesystem onto a linux (intel processor 64bit) server. *I have re-compiled the linux kernel t support ufs fstype with ro mount support. filesystem on solaris:... (3 Replies)
Discussion started by: ilan
3 Replies

6. UNIX for Advanced & Expert Users

SuSe Linux Mount

Hi everyone, I am new to Linux and I hope to have some advise. Suppose I have 2 differnt users who require differnt mount drives. When user1 logs in, his required drives are mounted. When user2 logs in, user1's drives are unmounted and user2's drives are mounted. May I know how I can achieve... (2 Replies)
Discussion started by: viper81
2 Replies

7. Linux

Mount ntfs in linux

How Can I mount Windows NTFS Partation in to Linux ? (4 Replies)
Discussion started by: Amit Deore
4 Replies

8. UNIX for Dummies Questions & Answers

Mount :Files on Linux..

Hi, I am facing problem during mount sharing. I am using two machines Suse and Red Hat. Trying to share a data on suse machine from Red Hat by using mount command. The problem is that after rebooting mount won't work. How to solve this problem. What i did? 1. create a folder on Suse... (7 Replies)
Discussion started by: kjannu
7 Replies

9. Linux

Mount a harddrive in linux.

Hey people i'm very new to linux. I just put a extra 200 gig maxtor HD in my computer. Linux can tell it's there...but it says it cant mount it. How do i mount it manually? thanks, John (2 Replies)
Discussion started by: RKJV
2 Replies

10. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies
Login or Register to Ask a Question