<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Howto: Mounting without sudo</title>
	<atom:link href="http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Roky</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-47768</link>
		<dc:creator><![CDATA[Roky]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 19:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-47768</guid>
		<description><![CDATA[I was copying from pendrive to drive partition and suddenly system was hanged and i had to restart my system. when I click my partition: It has occurred an Error Message.. 
It is shown below:
*************************************************************
Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 0).
Failed to mount &#039;/dev/sda7&#039;: Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it&#039;s a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the &#039;dmraid&#039; documentation
for more details.
**************************************************************

I&#039;ve tried Mount Manager but It didn&#039;t work. Plz some1 is here to help and trouble shoot this problem.

Tell me
WELCOME
Reply]]></description>
		<content:encoded><![CDATA[<p>I was copying from pendrive to drive partition and suddenly system was hanged and i had to restart my system. when I click my partition: It has occurred an Error Message..<br />
It is shown below:<br />
*************************************************************<br />
Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 0).<br />
Failed to mount &#8216;/dev/sda7&#8242;: Input/output error<br />
NTFS is either inconsistent, or there is a hardware fault, or it&#8217;s a<br />
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows<br />
then reboot into Windows twice. The usage of the /f parameter is very<br />
important! If the device is a SoftRAID/FakeRAID then first activate<br />
it and mount a different device under the /dev/mapper/ directory, (e.g.<br />
/dev/mapper/nvidia_eahaabcc1). Please see the &#8216;dmraid&#8217; documentation<br />
for more details.<br />
**************************************************************</p>
<p>I&#8217;ve tried Mount Manager but It didn&#8217;t work. Plz some1 is here to help and trouble shoot this problem.</p>
<p>Tell me<br />
WELCOME<br />
Reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desvinchado</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-37832</link>
		<dc:creator><![CDATA[desvinchado]]></dc:creator>
		<pubDate>Wed, 10 Dec 2008 22:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-37832</guid>
		<description><![CDATA[YEAH!!! (snip) YEAH. sorry i&#039;ve been trying to get this done over a week now. it&#039;s my first openbox install (or no-gnome-ubuntu) and could not find the way to make pcman see my ntfs and ext3 music partition on start as my user. Thanks a lot!!!
Dual boot xp and ubuntu and a ext3 for my files. 
ivman for automount.

 ad this lines to fstab:
/dev/sda1 /media/disk-1 ntfs users 0 0
/dev/sda2 /media/disk ext3 users 0 0

just take away the noauto option so they automount.
bye]]></description>
		<content:encoded><![CDATA[<p>YEAH!!! (snip) YEAH. sorry i&#8217;ve been trying to get this done over a week now. it&#8217;s my first openbox install (or no-gnome-ubuntu) and could not find the way to make pcman see my ntfs and ext3 music partition on start as my user. Thanks a lot!!!<br />
Dual boot xp and ubuntu and a ext3 for my files.<br />
ivman for automount.</p>
<p> ad this lines to fstab:<br />
/dev/sda1 /media/disk-1 ntfs users 0 0<br />
/dev/sda2 /media/disk ext3 users 0 0</p>
<p>just take away the noauto option so they automount.<br />
bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandru</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-9298</link>
		<dc:creator><![CDATA[Alexandru]]></dc:creator>
		<pubDate>Wed, 20 Jun 2007 16:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-9298</guid>
		<description><![CDATA[To accomplish the same purpose, you can restructure the command so it looks like:

sudo mount -o uid=$USER,gid=$USER /dev/sda1 /mnt/point

This will make user and group ownership of the mount point belong to your username and not root.]]></description>
		<content:encoded><![CDATA[<p>To accomplish the same purpose, you can restructure the command so it looks like:</p>
<p>sudo mount -o uid=$USER,gid=$USER /dev/sda1 /mnt/point</p>
<p>This will make user and group ownership of the mount point belong to your username and not root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksey Zapparov A.K.A. iXTi</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-7505</link>
		<dc:creator><![CDATA[Aleksey Zapparov A.K.A. iXTi]]></dc:creator>
		<pubDate>Wed, 06 Jun 2007 07:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-7505</guid>
		<description><![CDATA[Well, if you want to mount concrete usb flash-disk, you can do it without fstab tricks.

The probl;em in options, they are have to be (for vfat fs):
rw,users,noatime,uid=$UID,shortname=lower,codepage=866,utf8

so the sudo mount command should looks like:
sudo mount /DEVICE_NODE /MOUNT_POINT -o rw,users,noatime,uid=$UID,shortname=lower,codepage=866,utf8

I&#039;m too lazy to type all this s*** all the time I insert my usb flashdisk, so here&#039;s my solution:
$ mkdir -p ~/bin &amp;&amp; cd ~/bin
$ touch mnt-myflashdisk &amp;&amp; chmod 777 mnt-myflashdisk
$ echo &quot;sudo mount /dev/sdb /mnt -o rw,users,noatime,uid=$UID,shortname=lower,codepage=866,utf8&quot; &gt; mnt-myflashdisk
$ touch umnt-myflashdisk &amp;&amp; chmod 777 umnt-myflashdisk
$ echo &quot;sudo umount /dev/sdb&quot; &gt; umnt-myflashdisk

so now, when I&#039;m inserting my bsdstyle-partitioned vfat usb flashdisk i just type mnt-myflashdisk and that&#039;s all]]></description>
		<content:encoded><![CDATA[<p>Well, if you want to mount concrete usb flash-disk, you can do it without fstab tricks.</p>
<p>The probl;em in options, they are have to be (for vfat fs):<br />
rw,users,noatime,uid=$UID,shortname=lower,codepage=866,utf8</p>
<p>so the sudo mount command should looks like:<br />
sudo mount /DEVICE_NODE /MOUNT_POINT -o rw,users,noatime,uid=$UID,shortname=lower,codepage=866,utf8</p>
<p>I&#8217;m too lazy to type all this s*** all the time I insert my usb flashdisk, so here&#8217;s my solution:<br />
$ mkdir -p ~/bin &amp;&amp; cd ~/bin<br />
$ touch mnt-myflashdisk &amp;&amp; chmod 777 mnt-myflashdisk<br />
$ echo &#8220;sudo mount /dev/sdb /mnt -o rw,users,noatime,uid=$UID,shortname=lower,codepage=866,utf8&#8243; &gt; mnt-myflashdisk<br />
$ touch umnt-myflashdisk &amp;&amp; chmod 777 umnt-myflashdisk<br />
$ echo &#8220;sudo umount /dev/sdb&#8221; &gt; umnt-myflashdisk</p>
<p>so now, when I&#8217;m inserting my bsdstyle-partitioned vfat usb flashdisk i just type mnt-myflashdisk and that&#8217;s all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zariuq</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-4046</link>
		<dc:creator><![CDATA[zariuq]]></dc:creator>
		<pubDate>Sun, 06 May 2007 00:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-4046</guid>
		<description><![CDATA[/dev/sda1 /media/usbdisk vfat users,noauto 0 0

is what you say to change the fstab thing to... but that is annoying as I like the auto thing... 

I looked at my fstab file and noticed that I had something where the noauto was that was not noauto, umask=000 (do the 0&#039;- represent groups, users and stuff?? because group 0 on my computer is root)

so I just changed the noauto to that...

/dev/sda1 /media/usbdisk vfat users,umask=000  0 0

would this work to have it available to users and have it auto done?
 (it probably isn&#039;t, because I am a lame newbie... but I am hopefull)]]></description>
		<content:encoded><![CDATA[<p>/dev/sda1 /media/usbdisk vfat users,noauto 0 0</p>
<p>is what you say to change the fstab thing to&#8230; but that is annoying as I like the auto thing&#8230; </p>
<p>I looked at my fstab file and noticed that I had something where the noauto was that was not noauto, umask=000 (do the 0&#8242;- represent groups, users and stuff?? because group 0 on my computer is root)</p>
<p>so I just changed the noauto to that&#8230;</p>
<p>/dev/sda1 /media/usbdisk vfat users,umask=000  0 0</p>
<p>would this work to have it available to users and have it auto done?<br />
 (it probably isn&#8217;t, because I am a lame newbie&#8230; but I am hopefull)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1064</link>
		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Sun, 11 Mar 2007 19:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1064</guid>
		<description><![CDATA[John - I actually haven&#039;t noticed that. I stopped using the default Kubuntu version of Firefox when it became outdated. Now I use the 2.0.0.1 binary from the firefox website with the generic gtk file chooser which of course doesn&#039;t &quot;see&quot; some KDE specific paths.

It is a little annoying since the file chooser is so different but you get used to it after a while.

Still, I can mount a drive by clicking on it it and then point my FF to the mountpoint manually when I want to save to it :)]]></description>
		<content:encoded><![CDATA[<p>John &#8211; I actually haven&#8217;t noticed that. I stopped using the default Kubuntu version of Firefox when it became outdated. Now I use the 2.0.0.1 binary from the firefox website with the generic gtk file chooser which of course doesn&#8217;t &#8220;see&#8221; some KDE specific paths.</p>
<p>It is a little annoying since the file chooser is so different but you get used to it after a while.</p>
<p>Still, I can mount a drive by clicking on it it and then point my FF to the mountpoint manually when I want to save to it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1062</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sun, 11 Mar 2007 16:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1062</guid>
		<description><![CDATA[Luke: true, but sometimes KDE expects applications to be able to understand its terms.

For example, in Firefox, if I try to save a file to a removable drive using the KDE file selector, the file selector tries to pass media://sdb1/path to Firefox, which it rejects. If KDE used a normal path, this problem wouldn&#039;t exist.

But overall I agree with you. I&#039;m just starting to look at DCOP - commandline control of KDE&#039;s programs seems very interesting.]]></description>
		<content:encoded><![CDATA[<p>Luke: true, but sometimes KDE expects applications to be able to understand its terms.</p>
<p>For example, in Firefox, if I try to save a file to a removable drive using the KDE file selector, the file selector tries to pass media://sdb1/path to Firefox, which it rejects. If KDE used a normal path, this problem wouldn&#8217;t exist.</p>
<p>But overall I agree with you. I&#8217;m just starting to look at DCOP &#8211; commandline control of KDE&#8217;s programs seems very interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1044</link>
		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 14:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1044</guid>
		<description><![CDATA[mtz - I don&#039;t think you are supposed to edit mtab. I was under impression that it is automatically updated when you use the mount command.

K.Mandla - I&#039;m the other way - I live in a KDE world, and rarely peak out to the Gnome side. At the moment the KDE support in Kubuntu (Dapper) is decent, but a little less polished than the Ubuntu&#039;s Gnome.  But there was a big improvement from Hoary to Dapper. Hopefully Edgy and Feisty will continue this trend of getting better ant running KDE. :)

Whenever I&#039;m working in Gnome I instantly miss things like one click mounting or the fish:// protocol which lets me to access files on remote machines via scp, smb, sftp or whatever just as if they were local files (ie. I can open them with any KDE based application, modify, save and close while KDE will automatically cache my changes locally, and then upload them via network).]]></description>
		<content:encoded><![CDATA[<p>mtz &#8211; I don&#8217;t think you are supposed to edit mtab. I was under impression that it is automatically updated when you use the mount command.</p>
<p>K.Mandla &#8211; I&#8217;m the other way &#8211; I live in a KDE world, and rarely peak out to the Gnome side. At the moment the KDE support in Kubuntu (Dapper) is decent, but a little less polished than the Ubuntu&#8217;s Gnome.  But there was a big improvement from Hoary to Dapper. Hopefully Edgy and Feisty will continue this trend of getting better ant running KDE. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Whenever I&#8217;m working in Gnome I instantly miss things like one click mounting or the fish:// protocol which lets me to access files on remote machines via scp, smb, sftp or whatever just as if they were local files (ie. I can open them with any KDE based application, modify, save and close while KDE will automatically cache my changes locally, and then upload them via network).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Mandla</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1038</link>
		<dc:creator><![CDATA[K.Mandla]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 06:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1038</guid>
		<description><![CDATA[:mrgreen: Thanks, Luke. This was definitely one of those things I had to work out for myself. It seemed almost counterintuitive, but I got it in the end.

I wasn&#039;t aware KDE handled mountpoints so easily. I&#039;ll have to get over my aversion to it and see what good stuff is on that side of the fence. :) Cheers!]]></description>
		<content:encoded><![CDATA[<p> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  Thanks, Luke. This was definitely one of those things I had to work out for myself. It seemed almost counterintuitive, but I got it in the end.</p>
<p>I wasn&#8217;t aware KDE handled mountpoints so easily. I&#8217;ll have to get over my aversion to it and see what good stuff is on that side of the fence. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mtz</title>
		<link>http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1037</link>
		<dc:creator><![CDATA[mtz]]></dc:creator>
		<pubDate>Fri, 09 Mar 2007 06:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/03/08/howto-mounting-without-sudo/#comment-1037</guid>
		<description><![CDATA[to go around most of your &quot;problems&quot;, you might want to pass a couple or arguments to the mount command ..user=me, will give you default ownership of the files, rw, will give you read-write access to the drive, nouid will tell your system not to mind file/folder owhership. i also believe an option -n will allow you to mount without requiring root privileges.

you should read mount options, it will solve a lot of your &quot;problems&quot;

/etc/mtab &quot;manages&quot; removable devices that are plugged in when the system is already up(fstab is used when the system is booting up)]]></description>
		<content:encoded><![CDATA[<p>to go around most of your &#8220;problems&#8221;, you might want to pass a couple or arguments to the mount command ..user=me, will give you default ownership of the files, rw, will give you read-write access to the drive, nouid will tell your system not to mind file/folder owhership. i also believe an option -n will allow you to mount without requiring root privileges.</p>
<p>you should read mount options, it will solve a lot of your &#8220;problems&#8221;</p>
<p>/etc/mtab &#8220;manages&#8221; removable devices that are plugged in when the system is already up(fstab is used when the system is booting up)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
