<?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: Mounting UFS in read/write under Linux (debian)</title>
	<atom:link href="http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/</link>
	<description>ghantoos.org</description>
	<lastBuildDate>Sun, 09 Oct 2011 07:58:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kegeruneku</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-14106</link>
		<dc:creator>Kegeruneku</dc:creator>
		<pubDate>Wed, 17 Aug 2011 15:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-14106</guid>
		<description>Now for the challenge of the day :

I got a FreeBSD VM running over kvm, with a LVM backend for the storage. I am able to mount the root using kpartx however the slices are now properly detected, thus the majority of datas are missing.

Do you happen to know a way to detect slices on a Linux LV ?</description>
		<content:encoded><![CDATA[<p>Now for the challenge of the day :</p>
<p>I got a FreeBSD VM running over kvm, with a LVM backend for the storage. I am able to mount the root using kpartx however the slices are now properly detected, thus the majority of datas are missing.</p>
<p>Do you happen to know a way to detect slices on a Linux LV ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mount UFS filesystem on Ubuntu</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-13907</link>
		<dc:creator>Mount UFS filesystem on Ubuntu</dc:creator>
		<pubDate>Mon, 08 Aug 2011 16:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-13907</guid>
		<description>[...]  Some further research shows that the ufs module is (usually) compiled without write support. This link explains how to enable write-support with linux, and it seemed to work for him.  If you have [...]</description>
		<content:encoded><![CDATA[<p>[...]  Some further research shows that the ufs module is (usually) compiled without write support. This link explains how to enable write-support with linux, and it seemed to work for him.  If you have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sotamarsu</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-12779</link>
		<dc:creator>Sotamarsu</dc:creator>
		<pubDate>Wed, 08 Jun 2011 09:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-12779</guid>
		<description>Should it be like this?

# cp /boot/config-2.6.27-2-686 .config &lt;---

I think this is the right path?
# cp /boot/config-2.6.27-2-686 linux-source-2.6.27/.config</description>
		<content:encoded><![CDATA[<p>Should it be like this?</p>
<p># cp /boot/config-2.6.27-2-686 .config &lt;&#8212;</p>
<p>I think this is the right path?<br />
# cp /boot/config-2.6.27-2-686 linux-source-2.6.27/.config</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignace Mouzannar (ghantoos)</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-9492</link>
		<dc:creator>Ignace Mouzannar (ghantoos)</dc:creator>
		<pubDate>Sun, 19 Dec 2010 13:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-9492</guid>
		<description>@Edmundo
I hope this works for you!

Thanks for your comment.
 Ignace M -ghantoos-</description>
		<content:encoded><![CDATA[<p>@Edmundo<br />
I hope this works for you!</p>
<p>Thanks for your comment.<br />
 Ignace M -ghantoos-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edmundo</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-9290</link>
		<dc:creator>Edmundo</dc:creator>
		<pubDate>Tue, 07 Dec 2010 18:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-9290</guid>
		<description>Hi!

Cool, i haven&#039;t tried yet but seems to will work, so I can see one irony:

FreeBSD - cannot mount EXT4 partitions from native way and included in the release (yet).
Linux - cannot mount UFS2 partitions from native way and included in the release (yet).

BUT! both systems can mount NTFS and FAT32 partitions... ironic, no?

I was googling for a cross-platform system file, to have one partition of data and two of O.S; but I only found that FAT is supported for many O.S. (that sucks). I KNOW that ext2 is supported for Unix but i think that is slow ...

I&#039;ll try this trick (recompile my linux&#039;s kernel) and except the best, if not i&#039;ll moved to NTFS or FAT (but very ungry)...

Regards, sorry for my bad english because I&#039;m mexican :P.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Cool, i haven&#8217;t tried yet but seems to will work, so I can see one irony:</p>
<p>FreeBSD &#8211; cannot mount EXT4 partitions from native way and included in the release (yet).<br />
Linux &#8211; cannot mount UFS2 partitions from native way and included in the release (yet).</p>
<p>BUT! both systems can mount NTFS and FAT32 partitions&#8230; ironic, no?</p>
<p>I was googling for a cross-platform system file, to have one partition of data and two of O.S; but I only found that FAT is supported for many O.S. (that sucks). I KNOW that ext2 is supported for Unix but i think that is slow &#8230;</p>
<p>I&#8217;ll try this trick (recompile my linux&#8217;s kernel) and except the best, if not i&#8217;ll moved to NTFS or FAT (but very ungry)&#8230;</p>
<p>Regards, sorry for my bad english because I&#8217;m mexican :P.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freebsd8.0-STABLE + ext4</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-5398</link>
		<dc:creator>freebsd8.0-STABLE + ext4</dc:creator>
		<pubDate>Tue, 20 Jul 2010 03:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-5398</guid>
		<description>[...] not expect FreeBSD to support every Linux centric filesystem out there)    So that does not work:? http://ghantoos.org/2009/04/04/mount...e-under-linux/ I guess i have to [...]</description>
		<content:encoded><![CDATA[<p>[...] not expect FreeBSD to support every Linux centric filesystem out there)    So that does not work:? <a href="http://ghantoos.org/2009/04/04/mount...e-under-linux/" rel="nofollow">http://ghantoos.org/2009/04/04/mount&#8230;e-under-linux/</a> I guess i have to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-2429</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Fri, 20 Nov 2009 14:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-2429</guid>
		<description>If you get the error &quot;Read-only file system&quot; when trying to write to the drive you need to do a fsck on
a solaris machine before mounting under linux.  Looking at the code there are quire a few states that
remark the file system as readonly.

Run: dmesg &#124; tail
if you see any of the following then it will be marked as readonly
ufs_read_super: fs is active
ufs_read_super: fs is bad
ufs_read_super: can&#039;t grok fs_clean 0xFFFFFFF
ufs_read_super: fs needs fsck

if you see any of the following then it will be left as readwrite
fs is clean
fs is stable
fs is DEC OSF</description>
		<content:encoded><![CDATA[<p>If you get the error &#8220;Read-only file system&#8221; when trying to write to the drive you need to do a fsck on<br />
a solaris machine before mounting under linux.  Looking at the code there are quire a few states that<br />
remark the file system as readonly.</p>
<p>Run: dmesg | tail<br />
if you see any of the following then it will be marked as readonly<br />
ufs_read_super: fs is active<br />
ufs_read_super: fs is bad<br />
ufs_read_super: can&#8217;t grok fs_clean 0xFFFFFFF<br />
ufs_read_super: fs needs fsck</p>
<p>if you see any of the following then it will be left as readwrite<br />
fs is clean<br />
fs is stable<br />
fs is DEC OSF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thadk</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-1601</link>
		<dc:creator>thadk</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-1601</guid>
		<description>for the record Solaris X86 ufs RW support is effectively not functional at all. Though it is mounted -rw, It simply reports read only file system for every operation &amp; some people reported destruction with chmod.</description>
		<content:encoded><![CDATA[<p>for the record Solaris X86 ufs RW support is effectively not functional at all. Though it is mounted -rw, It simply reports read only file system for every operation &amp; some people reported destruction with chmod.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-07-30 &#171; Where Is All This Leading To?</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-1379</link>
		<dc:creator>links for 2009-07-30 &#171; Where Is All This Leading To?</dc:creator>
		<pubDate>Fri, 31 Jul 2009 00:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-1379</guid>
		<description>[...] Place Ghantoos » Mounting UFS in read/write under Linux (debian) (tags: bsd ufs filesystems linux mount sysadmin kernel compile write) [...]</description>
		<content:encoded><![CDATA[<p>[...] Place Ghantoos » Mounting UFS in read/write under Linux (debian) (tags: bsd ufs filesystems linux mount sysadmin kernel compile write) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-1111</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-1111</guid>
		<description>Nice!  I esp. like the part about building your own kernel and rolling it up in a .deb all in a few commands.  Simple and powerful.</description>
		<content:encoded><![CDATA[<p>Nice!  I esp. like the part about building your own kernel and rolling it up in a .deb all in a few commands.  Simple and powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FRLinux</title>
		<link>http://ghantoos.org/2009/04/04/mounting-ufs-in-readwrite-under-linux/comment-page-1/#comment-646</link>
		<dc:creator>FRLinux</dc:creator>
		<pubDate>Thu, 09 Apr 2009 18:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://ghantoos.org/?p=232#comment-646</guid>
		<description>Mortel ce petit tipaz, merci grand Ghantoos!</description>
		<content:encoded><![CDATA[<p>Mortel ce petit tipaz, merci grand Ghantoos!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

