Mounting NAS Drive on solaris


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Mounting NAS Drive on solaris
# 1  
Old 07-27-2006
Mounting NAS Drive on solaris

Hi,

Im running 32-bit solaris on sparc. We have a NAS(Network attached drive), with its IP address, username and password.

I'd like to be able to mount it on the solaris machine, and unmount it.
The best possibility would be able to mount it simulataneously on 2 or more systems.

Please let me know how this can be done.

Thanks

0ktal
# 2  
Old 07-27-2006
Hi,

Firstly configure NFS server to access the shared resources of your NAS and make those shares configure in /etc/dfs/dfstab on NFS server.

Now mount those NFS shares to client machine with command:-

mount -F nfs <NFS Server name>:/<Shared Resource name> <Mount Point>

Okay
# 3  
Old 07-27-2006
Hey. Thanks!!

I can see that we already have NFS:

$ ps -ef |grep nfs
daemon 194 1 0 Jun 05 ? 0:00 /usr/lib/nfs/statd
root 193 1 0 Jun 05 ? 0:00 /usr/lib/nfs/lockd
root 319 1 0 Jun 05 ? 0:00 /usr/lib/nfs/mountd
root 322 1 0 Jun 05 ? 0:00 /usr/lib/nfs/nfsd

and also:

$ more /etc/dfs/dfstab

# Place share(1M) commands here for automatic execution
# on entering init state 3.
#
# Issue the command '/etc/init.d/nfs.server start' to run the NFS
# daemon processes and the share commands, after adding the very
# first entry to this file.
#
# share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]
# .e.g,
# share -F nfs -o rw=engineering -d "home dirs" /export/home2
share /oracle


Now please let me know what I need to do. Also do I have to edit /etc/vfstab and /etc/mnttab??

I'll figure out what filesystem it is. So i can put the appropriate parameters..

Thanks
I
# 4  
Old 07-27-2006
Apparently its a ntfs volume. Also, I tried running the mount command as below and this what I get.

# mount -F nfs 172.17.16.143\Storage /nfs_backup
nfs mount: nfs file system; use [host:]path
# mount -f nfs 172.17.16.143:/Storage /nfs_backup
nfs mount: 172.17.16.143: : RPC: Rpcbind failure - RPC: Unable to receive
nfs mount: retrying: /nfs_backup
nfs mount: 172.17.16.143: : RPC: Rpcbind failure - RPC: Unable to receive

nfs mount: 172.17.16.143: : RPC: Rpcbind failure - RPC: Unable to receive

nfs mount: 172.17.16.143: : RPC: Rpcbind failure - RPC: Unable to receive


nfs mount: 172.17.16.143: : RPC: Rpcbind failure - RPC: Unable to receive
^C#
# ls /nfs_backup
#


Please let me know

Thanks
# 5  
Old 07-27-2006
First you need to check if you are able to access the NAS. It you are able to access it then you need to be clear which directory of NAS you want to mount for your access through NFS and then you need to make proper entries in to /etc/dfstab file like

share -F nfs -o rw /oracle ( what ever is your share name)

after this entry on client side you need to mount this volume.
# 6  
Old 07-27-2006
first start your rpc deamon and then check with the rpcbind command and then try to run your mount command.
# 7  
Old 07-27-2006
its up. here you go...

# ps -ef |grep rpc
root 128 1 0 May 20 ? 4:12 /usr/sbin/rpcbind
root 283 151 0 May 20 ? 0:00 rpc.metad
root 22685 22647 0 14:19:00 pts/2 0:00 grep rpc
#
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

NAS drive (WD My Book Live) via Solaris

Anyone ever done this? Is it even possible to mount the remote NAS drive under Solaris? (7 Replies)
Discussion started by: psychocandy
7 Replies

2. Solaris

mounting usb drive

hi, first of all, i would really like to know how to find out where my usb is in the system. if i "cd to /dev/usb i have a hub0 to hub4 and hid0 -- hid5 .. how do i know where my usb is? and i guess once i find out which one my usb is at, i can do something like "mount /dev/usb/xxx /tmp" ... (5 Replies)
Discussion started by: k2k
5 Replies

3. Linux

CD drive Mounting

Can any one suggest me how to mount the cd drive from unix? I have installed Ubuntu8.0 on my laptop. Your response is appreciated. (1 Reply)
Discussion started by: siba.s.nayak
1 Replies

4. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

5. Solaris

Mounting XP Drive in Solaris 10

Hi All, I'm a relative rookie when it comes to the world of Unix and Windows networking, and hoping you can help me out! My predicament: I have a Windows machine running VMWare with an instance of Solaris 10. I have a Windows XP Pro "server" with a large hard drive that I need Solaris to... (7 Replies)
Discussion started by: spiffy05
7 Replies

6. UNIX for Dummies Questions & Answers

Mounting a Windows Network Drive on Solaris 10

Hi, I have a Solaris 10 OS. I would like to map a network drive to a Windows machine. I have typed the following command #mount 192.1.1.1:/content_dir /windows 192.1.1.1 - ip address of my windows box content_dir - directory that I have shared out to others users on my windows box... (3 Replies)
Discussion started by: annointed3
3 Replies

7. Filesystems, Disks and Memory

Mounting AFS drive

I have an old amiga IDE drive that I wish to read. Its formated in FFS and I understand I can mount this under linux as an AFS filesystem. The drive is already installed in the PC. Can anyone explain in newbie terms the steps t mounting and reading this drive? Thanks (1 Reply)
Discussion started by: SocketSlave
1 Replies

8. UNIX for Dummies Questions & Answers

Drive mounting

Hello, people. I am pretty new to linux, but I heard it was supposed to be good. So I installed it on an ancient 33mhz 486 with 27mbs of RAM. Ran into problems, patched them, and am here now. I am trying to figure out how to use my floppy and CD-ROM drives. I click their respective icons on the... (2 Replies)
Discussion started by: Furtoes00
2 Replies

9. UNIX for Advanced & Expert Users

mounting a drive

Trying to mount a drive which has been dropped after corruption. What is the quickets and esiest command to run and which switches? cheers olly (1 Reply)
Discussion started by: ollyparkhouse
1 Replies
Login or Register to Ask a Question