<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UI 網站 &#187; mount samba</title>
	<atom:link href="http://ui.idv.tw/wordpress/?feed=rss2&#038;tag=mount-samba" rel="self" type="application/rss+xml" />
	<link>https://ui.idv.tw/wordpress</link>
	<description>個人雜亂筆記用</description>
	<lastBuildDate>Wed, 15 Oct 2025 10:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>mount 案例</title>
		<link>https://ui.idv.tw/wordpress/?p=447</link>
		<comments>https://ui.idv.tw/wordpress/?p=447#comments</comments>
		<pubDate>Tue, 12 Feb 2019 08:57:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[mount samba]]></category>

		<guid isPermaLink="false">http://ui.idv.tw/wordpress/?p=447</guid>
		<description><![CDATA[2017 samba http://jessinio.blogspot.tw/2009/12/mount.html centos6 mount centos 7 版本出現 error13 是後來加上 sec=ntlmssp,("password" "雙引號"一定要加) mount -vvv -t cifs -o username=administrator,password="password",sec=ntlmssp //192.168.1.250/sysvol /mnt/sysvol/ 但對上windows8.1 必須改換 ntlmsspi . ("password" ""一定要加) mount -vvv -t cifs -o username=administrator,password="password",sec=ntlmsspi //192.168.1.250/sysvol /mnt/sysvol/ 案例: server centos7 mount centos6 samba &#8230; <a href="https://ui.idv.tw/wordpress/?p=447">繼續閱讀 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>2017 samba </p>
<p>http://jessinio.blogspot.tw/2009/12/mount.html</p>
<p>centos6 mount centos 7 版本出現 error13<br />
是後來加上 sec=ntlmssp,("password"  "雙引號"一定要加)<br />
mount -vvv -t cifs -o username=administrator,password="password",sec=ntlmssp //192.168.1.250/sysvol /mnt/sysvol/</p>
<p>但對上windows8.1 必須改換 ntlmsspi . ("password"  ""一定要加)<br />
mount -vvv -t cifs -o username=administrator,password="password",sec=ntlmsspi //192.168.1.250/sysvol /mnt/sysvol/</p>
<p>案例: server centos7 mount centos6 samba 出現 erroer 112 hostdown  (高版本 mount 低版本)<br />
解決方式: mount -t cifs -o username=user,password=****.vers=1.0 //192.168.1.200/share /mnt/a<br />
另外有2.1 和 3.0 可用</p>
<p>-o 參數<br />
iocharset=utf8<br />
uid=user,gid=user</p>
<p>#掛載至相同uid gid<br />
mount -t cifs -o ro,username=user,password=0000,uid=501,gid=501,dir_mode=0775,file_mode=0775 "//192.168.0.100/hs" "/mnt/hs"</p>
<p>參數 -vvv 是看mount 過程</p>
]]></content:encoded>
			<wfw:commentRss>https://ui.idv.tw/wordpress/?feed=rss2&#038;p=447</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
