<?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: Understanding UNIX / Linux filesystem Superblock</title> <atom:link href="http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.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: rakesh</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-173902</link> <dc:creator>rakesh</dc:creator> <pubDate>Tue, 13 Sep 2011 07:52:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-173902</guid> <description>dude.. commands is dump2efs
u used dump2fs</description> <content:encoded><![CDATA[<p>dude.. commands is dump2efs</p><p>u used dump2fs</p> ]]></content:encoded> </item> <item><title>By: saikumar</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-172465</link> <dc:creator>saikumar</dc:creator> <pubDate>Thu, 14 Jul 2011 03:59:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-172465</guid> <description>is it possible to install linux in personal lappies? core2duo processor( dell laptop)...
is it possible even vmware workstation is installed in laptops....</description> <content:encoded><![CDATA[<p>is it possible to install linux in personal lappies? core2duo processor( dell laptop)&#8230;<br
/> is it possible even vmware workstation is installed in laptops&#8230;.</p> ]]></content:encoded> </item> <item><title>By: sox</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-171511</link> <dc:creator>sox</dc:creator> <pubDate>Tue, 24 May 2011 01:37:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-171511</guid> <description>what is meant by offset information in a filesystem?</description> <content:encoded><![CDATA[<p>what is meant by offset information in a filesystem?</p> ]]></content:encoded> </item> <item><title>By: Govindasamy C</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-146943</link> <dc:creator>Govindasamy C</dc:creator> <pubDate>Wed, 28 Jan 2009 05:25:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-146943</guid> <description>Its working fine for me
sunil i think you did not give space after the command dumpe2fs</description> <content:encoded><![CDATA[<p>Its working fine for me<br
/> sunil i think you did not give space after the command dumpe2fs</p> ]]></content:encoded> </item> <item><title>By: c</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-145708</link> <dc:creator>c</dc:creator> <pubDate>Mon, 24 Nov 2008 06:10:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-145708</guid> <description>To Swapnil,
You have sparse_super mode so super block and backups are saved in groups 0,1,3^n,5^n,7^n (e.g. 0,1,3,5,7,9,25,27,...). If you take a look at mke2fs code, you&#039;ll see these places where super blocks are saved.
p.s. this is a very late comment but just wanted to comment..</description> <content:encoded><![CDATA[<p>To Swapnil,</p><p>You have sparse_super mode so super block and backups are saved in groups 0,1,3^n,5^n,7^n (e.g. 0,1,3,5,7,9,25,27,&#8230;). If you take a look at mke2fs code, you&#8217;ll see these places where super blocks are saved.</p><p>p.s. this is a very late comment but just wanted to comment..</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-143497</link> <dc:creator>vivek</dc:creator> <pubDate>Fri, 18 Apr 2008 10:46:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-143497</guid> <description>Use full path /sbin/dumpe2fs, you are logged in as regular user and /sbin and /usr/sbin not in PATH settings.</description> <content:encoded><![CDATA[<p>Use full path /sbin/dumpe2fs, you are logged in as regular user and /sbin and /usr/sbin not in PATH settings.</p> ]]></content:encoded> </item> <item><title>By: Sunil</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-143491</link> <dc:creator>Sunil</dc:creator> <pubDate>Fri, 18 Apr 2008 06:40:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-143491</guid> <description>Hey this command id not working on my system...
[sunilv@lnx202-28 ~]$ dump2fs /u/sunilv &#124; grep -i superblock
dump2fs: Command not found.</description> <content:encoded><![CDATA[<p>Hey this command id not working on my system&#8230;</p><p>[sunilv@lnx202-28 ~]$ dump2fs /u/sunilv | grep -i superblock<br
/> dump2fs: Command not found.</p> ]]></content:encoded> </item> <item><title>By: Swapnil</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-140954</link> <dc:creator>Swapnil</dc:creator> <pubDate>Fri, 31 Aug 2007 06:05:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-140954</guid> <description>Hi Vivek,
I have a doubt as how many redundant backups of superblock are created in the file system ? Is it made on every block group or only on initial few block groups ?
In the filesystem that I created of size 128 MB with 16 block groups, when I run the dumpe2fs command on it, it gives the info on superblocks (These are not the exact wordings of the output ) :
primary superblock is present on block group 0,
back up superblock is present on block group 1, 3, 5, 7, 9.
Similarly for a file system with 256 MB size and 31 block groups, primary superblock is present on block group 0 and backups are present on block groups 1,3,5,7, and 9.
So my doubt is how does the file system how many backups of the superblock to be created ?
And the same doubt for block group descriptors as well. Block group descriptors are not present in each block group but only in the block groups where superblock is present.
Hoping for an earliest response.
Thanks,
Swapnil</description> <content:encoded><![CDATA[<p>Hi Vivek,</p><p>I have a doubt as how many redundant backups of superblock are created in the file system ? Is it made on every block group or only on initial few block groups ?<br
/> In the filesystem that I created of size 128 MB with 16 block groups, when I run the dumpe2fs command on it, it gives the info on superblocks (These are not the exact wordings of the output ) :<br
/> primary superblock is present on block group 0,<br
/> back up superblock is present on block group 1, 3, 5, 7, 9.</p><p>Similarly for a file system with 256 MB size and 31 block groups, primary superblock is present on block group 0 and backups are present on block groups 1,3,5,7, and 9.</p><p>So my doubt is how does the file system how many backups of the superblock to be created ?<br
/> And the same doubt for block group descriptors as well. Block group descriptors are not present in each block group but only in the block groups where superblock is present.</p><p>Hoping for an earliest response.</p><p>Thanks,<br
/> Swapnil</p> ]]></content:encoded> </item> <item><title>By: bipul</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-140658</link> <dc:creator>bipul</dc:creator> <pubDate>Wed, 01 Aug 2007 08:14:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-140658</guid> <description>Hello Unix Team
how are you</description> <content:encoded><![CDATA[<p>Hello Unix Team<br
/> how are you</p> ]]></content:encoded> </item> <item><title>By: Kristian</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-133339</link> <dc:creator>Kristian</dc:creator> <pubDate>Sat, 05 May 2007 16:33:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-133339</guid> <description>It should be mentioned that dumpe2fs only is for the ext2/ext3 file systems.</description> <content:encoded><![CDATA[<p>It should be mentioned that dumpe2fs only is for the ext2/ext3 file systems.</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-19287</link> <dc:creator>nixcraft</dc:creator> <pubDate>Wed, 31 May 2006 21:59:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-19287</guid> <description>Opps pipe was missing, thanks for heads up.
Hmm it should give the output.</description> <content:encoded><![CDATA[<p>Opps pipe was missing, thanks for heads up.</p><p>Hmm it should give the output.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-19286</link> <dc:creator>Anonymous</dc:creator> <pubDate>Wed, 31 May 2006 17:13:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/understanding-unixlinux-filesystem-superblock.html#comment-19286</guid> <description># dumpe2fs /dev/hda3grep -i superblock
above command is not running here &#124;(pipe) is missing, anyway
I am getting different output as you mentioned
[root@sachan /root]# dumpe2fs /dev/hda1 &#124; grep -i superblock
dumpe2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09
[root@sachan /root]#</description> <content:encoded><![CDATA[<p># dumpe2fs /dev/hda3grep -i superblock<br
/> above command is not running here |(pipe) is missing, anyway</p><p>I am getting different output as you mentioned<br
/> [root@sachan /root]# dumpe2fs /dev/hda1 | grep -i superblock<br
/> dumpe2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09<br
/> [root@sachan /root]#</p> ]]></content:encoded> </item> </channel> </rss>
