Operating System - HP-UX
1833568 Members
3351 Online
110061 Solutions
New Discussion

fstype specific mount options

 
SOLVED
Go to solution
Greg Traud_2
Frequent Advisor

fstype specific mount options

I'm trying to mount a samb share in HP-UX. The system which has samba shared the resource is a linux (redhat) box.
I'm unsure of the mount options.
When I search the man pages:

-o specific_options
Specify options specific to each file system type.
specific_options is a list of comma separated
suboptions and/or keyword/attribute pairs intended
for a FStype-specific version of the command. See
the FStype-specific manual entries for a
description of the specific_options supported, if
any.


Where can I find a listing of the fstype specific mount options for fstype cifs?
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: fstype specific mount options

Hi:

Try:

# man mount_cifs

Regards!

...JRF...
DCE
Honored Contributor

Re: fstype specific mount options


Perform a search for cifs on the forum

you will find multiple threads that discuss the issue, such as
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1076561
Coolmar
Esteemed Contributor

Re: fstype specific mount options

Greg Traud_2
Frequent Advisor

Re: fstype specific mount options

man mount_cifs gave me the needed info.