![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| run xclock from local solaris to remote solaris | panchpan | SUN Solaris | 9 | 06-30-2008 07:05 AM |
| jumpstart Solaris 10 on Solaris 9 server | salty | SUN Solaris | 5 | 01-22-2008 12:57 PM |
| Disk Mirror in Solaris 9 via Solaris Volume Manager | deal732 | SUN Solaris | 3 | 05-02-2007 08:43 AM |
| Running Solaris Sparc Apps on X86 Solaris | stocksj | UNIX for Dummies Questions & Answers | 1 | 12-12-2006 02:13 PM |
| trouble auto connecting ssh 3.6.1 (Solaris 8) to ssh 3.0.1 (Solaris 6) | falklandtim | SUN Solaris | 6 | 03-01-2005 05:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I've been trying unsuccesfully to mount from a FreeBSD box to a nfs share on a Solaris 8 box. I've run the share command several different ways and unable to get Read-Write access. I can mount but not create any files. Any solutions would be great! thanks, Chameleon |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
you need to use the rw option
issued share -F nfs -o rw=client -d "shared fsd" /mount_point or share -F nfs -o rw /mount_point or placed the above in /etc/dfs/dfstab and finally run share -F nfs Note mount point will be the directory you will like to mount the share directory on |
|
#3
|
|||
|
|||
|
NFS on Solaris
Hassan,
Got it to work thanks. Ran into a new problem. The main reason I was trying to mount the drive was to store mail in one central location for two mail servers. My main goal was to load-balance between the two servers and store on the NFS drive. The mail servers are running FreeBSD with NFS server being the SunBox. I got one server placing mail on the drive but I can not check mail from the pop client. passwords will not authenticate. Is this due to user and group accounts not being on the SunBox? I'm using cucipop for POP3 server. Does this sound like it will work? Do you have a better solution maybe? It would really be hard to get the user and groups onto the Solaris system due to incompatible password files unless I had a script or something. Thanks in advance for your help. Conley |
|
#4
|
|||
|
|||
|
I'm reposting this databases crashed right after I posted:
Got it to work thanks. Ran into a new problem. The main reason I was trying to mount the drive was to store mail in one central location for two mail servers. My main goal was to load-balance between the two servers and store on the NFS drive. The mail servers are running FreeBSD with NFS server being the SunBox. I got one server placing mail on the drive but I can not check mail from the pop client. passwords will not authenticate. Is this due to user and group accounts not being on the SunBox? I'm using cucipop for POP3 server. Does this sound like it will work? Do you have a better solution maybe? It would really be hard to get the user and groups onto the Solaris system due to incompatible password files unless I had a script or something. Thanks in advance for your help. Conley |
|||
| Google The UNIX and Linux Forums |