<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: How to mount remote windows partition (windows share) under Linux</title> <atom:link href="http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Sabyasachi Pramanik</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-178499</link> <dc:creator>Sabyasachi Pramanik</dc:creator> <pubDate>Fri, 13 Jan 2012 13:25:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-178499</guid> <description>Hi,
my smb client is windows 7, fews are in the workgroup and fews within domain. I&#039;m able to access smb share from windows 7 client. but not able to access windows 7 share from smb server. I&#039;m using RHEL5.
Using the below command.
# mount -t cifs //servername/sharename /mnt/mountpoint \
-o username=myusername,password=mypassword
Error getting: &quot;error &quot;mount error 110 = Connection timed out&quot;.
please suggest.</description> <content:encoded><![CDATA[<p>Hi,<br
/> my smb client is windows 7, fews are in the workgroup and fews within domain. I&#8217;m able to access smb share from windows 7 client. but not able to access windows 7 share from smb server. I&#8217;m using RHEL5.<br
/> Using the below command.<br
/> # mount -t cifs //servername/sharename /mnt/mountpoint \<br
/> -o username=myusername,password=mypassword<br
/> Error getting: &#8220;error &#8220;mount error 110 = Connection timed out&#8221;.<br
/> please suggest.</p> ]]></content:encoded> </item> <item><title>By: siva</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-174686</link> <dc:creator>siva</dc:creator> <pubDate>Fri, 07 Oct 2011 09:52:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-174686</guid> <description>Thanks a lot. this saved me a bunch of time..
+ Siva  +</description> <content:encoded><![CDATA[<p>Thanks a lot. this saved me a bunch of time..</p><p>+ Siva  +</p> ]]></content:encoded> </item> <item><title>By: subbu</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173853</link> <dc:creator>subbu</dc:creator> <pubDate>Sun, 11 Sep 2011 05:04:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173853</guid> <description>-o : are options passed to mount command, in this example I had passed two options. First argument is &#039;&#039;&#039;&#039;&#039;&#039;&#039;password &#039;&#039;&#039;&#039;&#039;&#039;&#039;(vivek) and second argument is password to connect remote windows box
above line i think its username not password,</description> <content:encoded><![CDATA[<p>-o : are options passed to mount command, in this example I had passed two options. First argument is &#8221;&#8221;&#8221;&#8217;password &#8221;&#8221;&#8221;&#8217;(vivek) and second argument is password to connect remote windows box</p><p>above line i think its username not password,</p> ]]></content:encoded> </item> <item><title>By: hari</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173770</link> <dc:creator>hari</dc:creator> <pubDate>Thu, 08 Sep 2011 06:01:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173770</guid> <description>**username=Administrator</description> <content:encoded><![CDATA[<p>**username=Administrator</p> ]]></content:encoded> </item> <item><title>By: hari</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173769</link> <dc:creator>hari</dc:creator> <pubDate>Thu, 08 Sep 2011 05:58:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173769</guid> <description>I actually tried this in mt linux terminal-
mkdir /mnt/ntserver
mount -t cifs //serverip/ -o username=user,password=password /mnt/ntserver
and it didn’t work. Am I missing something here?</description> <content:encoded><![CDATA[<p>I actually tried this in mt linux terminal-</p><p>mkdir /mnt/ntserver<br
/> mount -t cifs //serverip/ -o username=user,password=password /mnt/ntserver</p><p>and it didn’t work. Am I missing something here?</p> ]]></content:encoded> </item> <item><title>By: hari</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173768</link> <dc:creator>hari</dc:creator> <pubDate>Thu, 08 Sep 2011 05:57:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173768</guid> <description>I actually tried this in mt linux terminal-
mkdir /mnt/ntserver
mount -t cifs /// -o username=user,password=password /mnt/ntserver
and it didn&#039;t work. Am I missing something here?</description> <content:encoded><![CDATA[<p>I actually tried this in mt linux terminal-</p><p>mkdir /mnt/ntserver<br
/> mount -t cifs /// -o username=user,password=password /mnt/ntserver</p><p>and it didn&#8217;t work. Am I missing something here?</p> ]]></content:encoded> </item> <item><title>By: Alastair Battrick</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173354</link> <dc:creator>Alastair Battrick</dc:creator> <pubDate>Wed, 17 Aug 2011 15:20:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-173354</guid> <description>I had this problem on CentOS 6:
CIFS VFS: No username specified
CIFS VFS: cifs_mount failed w/return code = -22
Which was happening because mount.cifs could not be found. I resolved this by:
yum install cifs-utils</description> <content:encoded><![CDATA[<p>I had this problem on CentOS 6:<br
/> CIFS VFS: No username specified<br
/> CIFS VFS: cifs_mount failed w/return code = -22</p><p>Which was happening because mount.cifs could not be found. I resolved this by:<br
/> yum install cifs-utils</p> ]]></content:encoded> </item> <item><title>By: Eric</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-172172</link> <dc:creator>Eric</dc:creator> <pubDate>Wed, 29 Jun 2011 02:23:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-172172</guid> <description>This procedure worked perfectly for me, as I mounted a Win7-exposed share from a Fedora 14 client.  Many, many thanks!!!</description> <content:encoded><![CDATA[<p>This procedure worked perfectly for me, as I mounted a Win7-exposed share from a Fedora 14 client.  Many, many thanks!!!</p> ]]></content:encoded> </item> <item><title>By: baljinder</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-171315</link> <dc:creator>baljinder</dc:creator> <pubDate>Sat, 14 May 2011 11:50:28 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-171315</guid> <description>i have use redhat linux 5 on hyper-v,,then configure the NIS server &amp; create in users..first i wont access user profile every users from window server 2008 create in AD,, i wont my window domain users profile mount at my linux NIS users….
am usesing this command mount -t cifs //ntserver/baljinder -o username=baljinder,password=myPassword /NIS/User/baljinder...but only root user read &amp; wright everything not a baljinder user......pllz tell me any</description> <content:encoded><![CDATA[<p>i have use redhat linux 5 on hyper-v,,then configure the NIS server &amp; create in users..first i wont access user profile every users from window server 2008 create in AD,, i wont my window domain users profile mount at my linux NIS users….</p><p>am usesing this command mount -t cifs //ntserver/baljinder -o username=baljinder,password=myPassword /NIS/User/baljinder&#8230;but only root user read &amp; wright everything not a baljinder user&#8230;&#8230;pllz tell me any</p> ]]></content:encoded> </item> <item><title>By: baljinder</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-171314</link> <dc:creator>baljinder</dc:creator> <pubDate>Sat, 14 May 2011 11:42:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-171314</guid> <description>i have use redhat linux 5 on hyper-v,,then configure the NIS server &amp; create in users..first i wont access user profile every users from window server 2008 create in AD,, i wont my window domain users profile mount at my linux NIS users....am waiting</description> <content:encoded><![CDATA[<p>i have use redhat linux 5 on hyper-v,,then configure the NIS server &amp; create in users..first i wont access user profile every users from window server 2008 create in AD,, i wont my window domain users profile mount at my linux NIS users&#8230;.am waiting</p> ]]></content:encoded> </item> <item><title>By: baljinder</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-171313</link> <dc:creator>baljinder</dc:creator> <pubDate>Sat, 14 May 2011 10:54:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-171313</guid> <description>hii michael
i do help u,,,u install the nfs-comon utility package... then try it...</description> <content:encoded><![CDATA[<p>hii michael</p><p>i do help u,,,u install the nfs-comon utility package&#8230; then try it&#8230;</p> ]]></content:encoded> </item> <item><title>By: Sreeram</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-170295</link> <dc:creator>Sreeram</dc:creator> <pubDate>Wed, 23 Mar 2011 22:59:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-170295</guid> <description>Hey, thanks a lot! didn&#039;t know it was this simple to access a windows share on linux.</description> <content:encoded><![CDATA[<p>Hey, thanks a lot! didn&#8217;t know it was this simple to access a windows share on linux.</p> ]]></content:encoded> </item> <item><title>By: Parvathy</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-168662</link> <dc:creator>Parvathy</dc:creator> <pubDate>Wed, 09 Feb 2011 11:46:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-168662</guid> <description>Amazing !
Superb and simple command to share a folder on a linux Box from Windows ..
Thanks a lot !!</description> <content:encoded><![CDATA[<p>Amazing !</p><p>Superb and simple command to share a folder on a linux Box from Windows ..</p><p>Thanks a lot !!</p> ]]></content:encoded> </item> <item><title>By: prakash</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-168583</link> <dc:creator>prakash</dc:creator> <pubDate>Sat, 05 Feb 2011 21:11:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-168583</guid> <description>Thanks , it was useful
I was able to mount my windows Filesystem onto linux.</description> <content:encoded><![CDATA[<p>Thanks , it was useful<br
/> I was able to mount my windows Filesystem onto linux.</p> ]]></content:encoded> </item> <item><title>By: Devious</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-160211</link> <dc:creator>Devious</dc:creator> <pubDate>Tue, 19 Oct 2010 03:31:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-160211</guid> <description>To all with the following error: CIFS VFS: cifs_mount failed w/return code = -22
You must install samba-client or the kernel will not know the fs type.
Under CentOS/Redhat variants: yum install samba-client
Note: samba (the server) is not the same as samba-client.</description> <content:encoded><![CDATA[<p>To all with the following error: CIFS VFS: cifs_mount failed w/return code = -22</p><p>You must install samba-client or the kernel will not know the fs type.</p><p>Under CentOS/Redhat variants: yum install samba-client</p><p>Note: samba (the server) is not the same as samba-client.</p> ]]></content:encoded> </item> <item><title>By: Julio Cesar</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-160074</link> <dc:creator>Julio Cesar</dc:creator> <pubDate>Wed, 06 Oct 2010 19:37:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-160074</guid> <description>Nice post, it worked, but what I need is to used the shared content on windows as my repo for my ubuntu, as I read that smb protocol isn&#039;t supported in the /etc/apt/sources.list I figure that mountin the filsystem an put in the sources.list as
deb file:///mnt/ubuntu lucid restricted main
...
but it doesn&#039;t work on apt-update I get this error
Failed to fetch file:/mnt/ubuntu/dists/lucid/restricted/binary-i386/Packages.gz  File not found
and some others like this, so how can I use the repository in this way? some ideas?
thanks</description> <content:encoded><![CDATA[<p>Nice post, it worked, but what I need is to used the shared content on windows as my repo for my ubuntu, as I read that smb protocol isn&#8217;t supported in the /etc/apt/sources.list I figure that mountin the filsystem an put in the sources.list as</p><p>deb file:///mnt/ubuntu lucid restricted main<br
/> &#8230;</p><p>but it doesn&#8217;t work on apt-update I get this error</p><p>Failed to fetch file:/mnt/ubuntu/dists/lucid/restricted/binary-i386/Packages.gz  File not found</p><p>and some others like this, so how can I use the repository in this way? some ideas?<br
/> thanks</p> ]]></content:encoded> </item> <item><title>By: g</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-159779</link> <dc:creator>g</dc:creator> <pubDate>Wed, 22 Sep 2010 02:54:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-159779</guid> <description>hmmm... I see, the smbfs command is still working here
I&#039;m using Ubuntu Server and everything works fine.
this is the example command i used before
referenced from your articles as well.
[quote]
$&gt; mount -t smbfs //myTargetWindowsIP/aDirectory /home/myOwnLinuxDirectory -o username=windowsUserName,password=windowsPassword
[/quote]
Enter! Done!
great thanks!
but, anyway, is this permanent?
is it at the time we restart the Linux machine,
we need to RE MOUNT it again?</description> <content:encoded><![CDATA[<p>hmmm&#8230; I see, the smbfs command is still working here<br
/> I&#8217;m using Ubuntu Server and everything works fine.</p><p>this is the example command i used before<br
/> referenced from your articles as well.<br
/> [quote]<br
/> $&gt; mount -t smbfs //myTargetWindowsIP/aDirectory /home/myOwnLinuxDirectory -o username=windowsUserName,password=windowsPassword<br
/> [/quote]</p><p>Enter! Done!</p><p>great thanks!</p><p>but, anyway, is this permanent?<br
/> is it at the time we restart the Linux machine,<br
/> we need to RE MOUNT it again?</p> ]]></content:encoded> </item> <item><title>By: jay</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-159496</link> <dc:creator>jay</dc:creator> <pubDate>Wed, 08 Sep 2010 07:58:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-159496</guid> <description>hello every one
i am install window xp then i create vartual pc in fedora11. how can i mount windows partition in vartual pc? pls help me?</description> <content:encoded><![CDATA[<p>hello every one<br
/> i am install window xp then i create vartual pc in fedora11. how can i mount windows partition in vartual pc? pls help me?</p> ]]></content:encoded> </item> <item><title>By: VicOEM</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-158990</link> <dc:creator>VicOEM</dc:creator> <pubDate>Wed, 18 Aug 2010 10:04:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-158990</guid> <description>Cool, it works (Debian -&gt; //WindowsXP/Share) !
Thank you!</description> <content:encoded><![CDATA[<p>Cool, it works (Debian -&gt; //WindowsXP/Share) !<br
/> Thank you!</p> ]]></content:encoded> </item> <item><title>By: sampath</title><link>http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-156942</link> <dc:creator>sampath</dc:creator> <pubDate>Thu, 01 Jul 2010 09:11:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html#comment-156942</guid> <description>Hi,
I have one shared folder in my remote desktop (windows XP), I am working in linux server through terminal in my pc. I want to mount that folder to linux server. can you help me.
Thanks in advance……</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have one shared folder in my remote desktop (windows XP), I am working in linux server through terminal in my pc. I want to mount that folder to linux server. can you help me.</p><p>Thanks in advance……</p> ]]></content:encoded> </item> </channel> </rss>
