<?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=6057&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] ntfs not mounting]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6057</link>
		<description><![CDATA[The most recent posts in [SOLVED] ntfs not mounting.]]></description>
		<lastBuildDate>Fri, 06 Oct 2023 08:19:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] ntfs not mounting]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44734#p44734</link>
			<description><![CDATA[<p>Well, strange. When posting the fuse hint I forgot that the old fuse has been replaced by fuse3. </p><p>Its working here on my workstation with fuse3 and ntfs-3g, no kernel modules.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 06 Oct 2023 08:19:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44734#p44734</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ntfs not mounting]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44733#p44733</link>
			<description><![CDATA[<p>solved ..</p><div class="codebox"><pre><code>❯ sudo ntfsfix -d /dev/sdb1

Mounting volume... $MFTMirr does not match $MFT (record 3).
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 3...OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb1 was processed successfully.</code></pre></div><p>source <a href="https://bbs.archlinux.org/viewtopic.php?id=271650" rel="nofollow">https://bbs.archlinux.org/viewtopic.php?id=271650</a></p>]]></description>
			<author><![CDATA[dummy@example.com (jemadux)]]></author>
			<pubDate>Fri, 06 Oct 2023 07:20:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44733#p44733</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ntfs not mounting]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44732#p44732</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Is fuse installed?</p></div></blockquote></div><p> </p><div class="codebox"><pre><code> apt install fuse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  fuse3 gvfs-fuse ntfs-3g ntfs-3g-dev xdg-desktop-portal xdg-desktop-portal-gtk
The following NEW packages will be installed:
  fuse
0 upgraded, 1 newly installed, 6 to remove and 0 not upgraded.
Need to get 61.3 kB of archives.
After this operation, 5,126 kB disk space will be freed.
Do you want to continue? [Y/n]</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (jemadux)]]></author>
			<pubDate>Fri, 06 Oct 2023 07:13:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44732#p44732</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ntfs not mounting]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44731#p44731</link>
			<description><![CDATA[<p>Is fuse installed?</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 06 Oct 2023 07:08:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44731#p44731</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ntfs not mounting]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44724#p44724</link>
			<description><![CDATA[<p>root@cryptolab:~# uname -a<br />Linux cryptolab 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.52-1 (2023-09-07) x86_64 GNU/Linux<br />root@cryptolab:~# cat /etc/fstab | grep ntfs*<br />root@cryptolab:~#</p>]]></description>
			<author><![CDATA[dummy@example.com (jemadux)]]></author>
			<pubDate>Thu, 05 Oct 2023 23:44:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44724#p44724</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ntfs not mounting]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44723#p44723</link>
			<description><![CDATA[<p>Which kernel version do you have installed?</p><div class="codebox"><pre><code>uname -a</code></pre></div><p>It appears NTFS support has not been compiled into your kernel, you may need to change your (specialized) kernel for a generic one instead.</p><p>Otherwise it might be an error in your fstab:</p><div class="codebox"><pre><code>cat /etc/fstab | grep ntfs*</code></pre></div><p>Both commands as root.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 05 Oct 2023 22:20:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44723#p44723</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] ntfs not mounting]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=44722#p44722</link>
			<description><![CDATA[<p>i tried to mount a ntfs hdd on my devuan system stable . </p><p><span class="postimg"><img src="https://imgur.com/sx6P7wk.png" alt="sx6P7wk.png" /></span></p><p>I am using xfce4 and stable version of dev1 .</p><p>all packages of ntfs are installed<br /><span class="postimg"><img src="https://i.imgur.com/kusaOIr.png" alt="kusaOIr.png" /></span></p><p> ls -altr /sbin/mount.ntfs&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;<br />lrwxrwxrwx 1 root root 13 Mar 23&#160; 2023 /sbin/mount.ntfs -&gt; mount.ntfs-3g</p><p>according to debian forum [1]&#160; the solution&#160; was to install a package and will be fine <br />but in my case the package is installed</p><p>[1]<a href="https://forums.debian.net/viewtopic.php?t=154459" rel="nofollow">https://forums.debian.net/viewtopic.php?t=154459</a></p>]]></description>
			<author><![CDATA[dummy@example.com (jemadux)]]></author>
			<pubDate>Thu, 05 Oct 2023 22:07:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=44722#p44722</guid>
		</item>
	</channel>
</rss>
