<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Linux Forum &mdash; Samba + разделы ntfs]]></title>
		<link>https://linuxforum.ru/viewtopic.php?id=23090</link>
		<atom:link href="https://linuxforum.ru/extern.php?action=feed&amp;tid=23090&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Samba + разделы ntfs».]]></description>
		<lastBuildDate>Thu, 05 Jul 2012 07:49:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Samba + разделы ntfs]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=286173#p286173</link>
			<description><![CDATA[<p>Не вариант, потому-что надо, чтоб ВСЕ имели доступ на чтение а 192.168.1.15 192.168.1.11 192.168.1.10 на запись</p>]]></description>
			<author><![CDATA[null@example.com (Сергей В.)]]></author>
			<pubDate>Thu, 05 Jul 2012 07:49:51 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=286173#p286173</guid>
		</item>
		<item>
			<title><![CDATA[Re: Samba + разделы ntfs]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=285273#p285273</link>
			<description><![CDATA[<p>а если без лишних заморочек?<br /></p><div class="codebox"><pre><code>chmod -Rf 777 /DATA</code></pre></div><div class="codebox"><pre><code>[DATA]
        path = /DATA
        guest only = Yes
        writable = yes
        hosts allow = 192.168.1.15 192.168.1.11 192.168.1.10</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (system-root)]]></author>
			<pubDate>Sat, 30 Jun 2012 14:38:17 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=285273#p285273</guid>
		</item>
		<item>
			<title><![CDATA[Re: Samba + разделы ntfs]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=285270#p285270</link>
			<description><![CDATA[<div class="codebox"><pre><code>[global]
workgroup = alliance.org
server string = DEBIAN
map to guest = Bad User
force directory mode = 777
browseable = Yes
#guest ok = yes
writeable = yes
#security = user

 [Multimed]
path = /home/Samba/Multimed
public = yes
aviable = yes
#writeable = yes
read only = yes
guest ok = yes
force user = root
force group = root
directory mask = 0777
create mask = 0777
usershare owner only = false

 [Sergey]
path = /home/Samba/Sergey
public = yes
aviable = yes
browseable = no
guest ok = yes
force user = root
force group = root
usershare owner only = false
read only = No
directory mask = 0777
create mask = 0777
hosts allow = 192.168.1.11 192.168.1.10 192.168.1.15

 [July]
path = /home/Samba/July
public = yes
aviable = yes
browseable = no
guest ok = yes
force user = root
force group = root
usershare owner only = falce
read only = no
hosts allow = 192.168.1.15 192.168.1.11 192.168.1.10</code></pre></div><p>Короче вопрос такой. <br />Есть домашняя сетка, в которую пускаю соседей/друзей. Им открыт доступ только на один раздел, и только на чтение. На моих ПК открыто всё, но вот незадача, общий для всех диск у меня тоже read only. Как сделать так, чтоб мне он был открыт на запись, а им так и остался на чтение, и без лишних заморочек?</p>]]></description>
			<author><![CDATA[null@example.com (Сергей В.)]]></author>
			<pubDate>Sat, 30 Jun 2012 13:18:35 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=285270#p285270</guid>
		</item>
		<item>
			<title><![CDATA[Re: Samba + разделы ntfs]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=285207#p285207</link>
			<description><![CDATA[<p>Всё, сделал сам.</p><p>Помогло добавление<br /></p><div class="codebox"><pre><code>force user = root
force group = root</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Сергей В.)]]></author>
			<pubDate>Fri, 29 Jun 2012 23:31:39 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=285207#p285207</guid>
		</item>
		<item>
			<title><![CDATA[Re: Samba + разделы ntfs]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=285017#p285017</link>
			<description><![CDATA[<p>Ну всё блин перепробовал <img src="https://linuxforum.ru/img/smilies/ac.gif" alt="ac" /></p><p>сейчас конфиг такой </p><div class="codebox"><pre><code>[global]
workgroup = alliance.org
server string = DEBIAN
map to guest = Bad User
force directory mode = 777
browseable = Yes
guest ok = yes
writeable = yes
#security = user
#encrypt password = no

 [Samba]
path = /home/Samba
public = yes
#writeable = yes
read only = No
#guest ok = yes
guest only = yes
directory mask = 0777
create mask = 0777
usershare owner only = false</code></pre></div><p>Захожу в каталог Samba, там всё ок! Далее там есть ссылка на раздел ntfs, я её вижу, но при попытке зайти получаю сообщение что у меня нет прав. Раздел примонтирован, права 777, ссылка работает.. но с самбы нет..</p>]]></description>
			<author><![CDATA[null@example.com (Сергей В.)]]></author>
			<pubDate>Fri, 29 Jun 2012 11:53:26 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=285017#p285017</guid>
		</item>
		<item>
			<title><![CDATA[Samba + разделы ntfs]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=285003#p285003</link>
			<description><![CDATA[<p>Настроил очень простую самбу, в /home всё доступно, а вот прицепить виндовые разделы не выходит.</p><br /><div class="codebox"><pre><code>[global]
workgroup = alliance.org
netbios name = DEBIAN
#map to guest = Bad User
#force directory mode = 777
browseable = Yes
security = share
 [Samba]
path = /home/Samba
#public = yes
#writeable = yes
read only = No
guest ok = yes
guest only = yes
directory mask = 0777
#create mask = 0777
#usershare owner only = false
 #[Sergey]
#patch = /media/Sergey
#public = yes
#writeable = yes
#read only = no
#guest ok = yes
#directory mask = 0777
#create mask = 0777
#usershare owner only = false
#display charset = utf-8
#unix charset = utf-8</code></pre></div><p>В конце конов пришёл вот к чему. Сделал ссылки на нужные диски, их хоть стало видно, но войти всё равно не выходит. Везде права 777</p>]]></description>
			<author><![CDATA[null@example.com (Сергей В.)]]></author>
			<pubDate>Fri, 29 Jun 2012 10:49:46 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=285003#p285003</guid>
		</item>
	</channel>
</rss>
