<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2113&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED]Floppy disk drive issues.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2113</link>
		<description><![CDATA[The most recent posts in [SOLVED]Floppy disk drive issues..]]></description>
		<lastBuildDate>Sat, 02 Jun 2018 21:44:07 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED]Floppy disk drive issues.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9698#p9698</link>
			<description><![CDATA[<p>What I should have done is check my old CrunchBangs fstab. That would have cleared things up straight away. Oh well whats a couple of hours wasted searching the internet?</p>]]></description>
			<author><![CDATA[dummy@example.com (Caluser2000)]]></author>
			<pubDate>Sat, 02 Jun 2018 21:44:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9698#p9698</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]Floppy disk drive issues.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9695#p9695</link>
			<description><![CDATA[<div class="quotebox"><cite>Caluser2000 wrote:</cite><blockquote><div><p>After further digging found the solution at <a href="https://www.pclinuxos.com/forum/index.php?topic=106099.0" rel="nofollow">https://www.pclinuxos.com/forum/index.p … c=106099.0</a></p><p>Copied &quot;/dev/fd0 /media/floppy auto umask=0,users,iocharset=utf8,noauto,flush,exec 0 0&quot; to the fstab and it works as it should. An floppy icon even shows up on my desktop when mounted.</p></div></blockquote></div><p>I&#039;d be careful with simply copying such a configuration onto my system. If you haven&#039;t done it already, you best have a look at the manual pages of <span class="bbc">fstab</span> and <span class="bbc">mount</span> to really understand what that line does. For example, you probably want to put <span class="bbc">user</span> instead of <span class="bbc">users</span>, because, as the manual page of <span class="bbc">mount</span> explains: </p><div class="codebox"><pre><code>Only the user that mounted a filesystem can unmount it again.  If any user
should be able to unmount it, then use &#039;users&#039; instead of &#039;user&#039; in the fstab line.
The &#039;owner&#039; option is similar to the &#039;user&#039; option, with the restriction that the
user must be the owner of the special file.  This may be useful e.g. for
/dev/fd if a login script makes the console user owner of this device.  The
&#039;group&#039; option is similar, with the restriction that the user must be member of
the group of the special file.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sat, 02 Jun 2018 20:58:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9695#p9695</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]Floppy disk drive issues.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9694#p9694</link>
			<description><![CDATA[<p>After further digging found the solution at <a href="https://www.pclinuxos.com/forum/index.php?topic=106099.0" rel="nofollow">https://www.pclinuxos.com/forum/index.p … c=106099.0</a></p><p>Copied &quot;/dev/fd0 /media/user/floppy auto umask=0,users,iocharset=utf8,noauto,flush,exec 0 0&quot; to the fstab and it works as it should. I was missing exec and umask=0</p><p>An floppy icon now shows up on my desktop when the drive is mounted.</p><p>Why a floppy drive you ask? I have a few older systems. 286/386/486s to have fdds.</p><p>Thanks for taking the time to read my OP.</p><p>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Caluser2000)]]></author>
			<pubDate>Sat, 02 Jun 2018 20:26:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9694#p9694</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]Floppy disk drive issues.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9690#p9690</link>
			<description><![CDATA[<div class="codebox"><pre><code># /etc/fstab: static file system information.
#
# Use &#039;blkid&#039; to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;
# / was on /dev/sda1 during installation
UUID=4c4cc56c-c494-45d9-9b8a-dc50b744671a /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=533f2dfa-112a-45bb-a536-655b15414da0 none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0  /media/user/floppy     auto   user,defaults,noauto </code></pre></div><p>When the drive was mounted I tried &quot;chmod 777&quot; and &quot;chown user /media/user/floppy&quot; on the mount directory /media/user/floppy.</p>]]></description>
			<author><![CDATA[dummy@example.com (Caluser2000)]]></author>
			<pubDate>Sat, 02 Jun 2018 19:34:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9690#p9690</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED]Floppy disk drive issues.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9675#p9675</link>
			<description><![CDATA[<div class="quotebox"><cite>Caluser2000 wrote:</cite><blockquote><div><p>I&#039;ve tried numerous times to change permissions/ownership but no go.</p></div></blockquote></div><p>How exactly did you try to do that and what does the floppy drive entry in your <span class="bbc">/etc/fstab</span> look like?</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sat, 02 Jun 2018 15:02:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9675#p9675</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED]Floppy disk drive issues.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9658#p9658</link>
			<description><![CDATA[<p>On Devuan Jessie i386 using Mate I can mount empty floppy disks and view the contents but can not move files to it. I get a permissions error.&#160; ls -l shows the owner and group as root.<br />I&#039;ve tried numerous times to change permissions/ownership but no go. Any ideas on how I can get it to mount as a regular user?</p><p>Using pcmanfm my USB drive mounts ok and I can copy/paste ok.</p><p>I can use mc as root to force the copying of files to fdd. It still throws up permission errors though. Its not ideal as I&#039;d like to access the fdd as a user in MATE. </p><p>I know the drive is ok because ChrungBang works fine out of the box.</p>]]></description>
			<author><![CDATA[dummy@example.com (Caluser2000)]]></author>
			<pubDate>Sat, 02 Jun 2018 02:11:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9658#p9658</guid>
		</item>
	</channel>
</rss>
