<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: error un making fs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752124#M22246</link>
    <description>Another problem in the filesystem recently created:&lt;BR /&gt;&lt;BR /&gt;[root@svr04 /]# mount -o rw /dev/hda9 /u01&lt;BR /&gt;[root@svr04 /]# su - oracle&lt;BR /&gt;[oracle@svr04 ~]$ cd /u01&lt;BR /&gt;[oracle@svr04 u01]$ ll&lt;BR /&gt;total 8&lt;BR /&gt;drwxr-xr-x  2 oracle oinstall 4096 Mar 16 14:09 oracle&lt;BR /&gt;[oracle@svr04 u01]$ mkdir sw&lt;BR /&gt;mkdir: cannot create directory `sw': Input/output error&lt;BR /&gt;[oracle@svr04 u01]$ mkdir software&lt;BR /&gt;mkdir: cannot create directory `software': Read-only file syst&lt;BR /&gt;&lt;BR /&gt;owner of /u01 is oracle:oinstall&lt;BR /&gt;&lt;BR /&gt;First directory 'oracle' was created without any problem</description>
    <pubDate>Thu, 16 Mar 2006 15:12:52 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2006-03-16T15:12:52Z</dc:date>
    <item>
      <title>error un making fs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752120#M22242</link>
      <description>Red Hat Enterprise Linux 4 Update 2&lt;BR /&gt;&lt;BR /&gt;I have ceate a new partition (fdisk) and I got an error when I try to make the filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@svr04 ~]# mkfs.ext3 -L /u01 -b 1024 /dev/hda9&lt;BR /&gt;mke2fs 1.35 (28-Feb-2004)&lt;BR /&gt;Filesystem label=/u01&lt;BR /&gt;OS type: Linux&lt;BR /&gt;Block size=1024 (log=0)&lt;BR /&gt;Fragment size=1024 (log=0)&lt;BR /&gt;3822592 inodes, 30579696 blocks&lt;BR /&gt;1528984 blocks (5.00%) reserved for the super user&lt;BR /&gt;First data block=1&lt;BR /&gt;Maximum filesystem blocks=97779712&lt;BR /&gt;3733 block groups&lt;BR /&gt;8192 blocks per group, 8192 fragments per group&lt;BR /&gt;1024 inodes per group&lt;BR /&gt;Superblock backups stored on blocks: &lt;BR /&gt;        8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409, 663553, &lt;BR /&gt;        1024001, 1990657, 2809857, 5120001, 5971969, 17915905, 19668993, &lt;BR /&gt;        25600001&lt;BR /&gt;&lt;BR /&gt;Writing inode tables:  496/3733&lt;BR /&gt;Could not write 8 blocks in inode table starting at 4063323: Attempt to write block from filesystem resulted in short write&lt;BR /&gt;&lt;BR /&gt;I got exactly the same result if I use mke2fs.&lt;BR /&gt;&lt;BR /&gt;Any idea?</description>
      <pubDate>Wed, 15 Mar 2006 17:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752120#M22242</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-03-15T17:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: error un making fs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752121#M22243</link>
      <description>Have you checked by without giving the blocksize.."mkfs.ext3 -L /u01 /dev/hda9"&lt;BR /&gt;else there  may be some problem with your harddisk or proper block mapping is not created.</description>
      <pubDate>Thu, 16 Mar 2006 07:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752121#M22243</guid>
      <dc:creator>sachin.tripathi</dc:creator>
      <dc:date>2006-03-16T07:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: error un making fs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752122#M22244</link>
      <description>I afraid you have some problem with disk partitioning...&lt;BR /&gt;Can you please run "fdisk -l" command?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 16 Mar 2006 11:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752122#M22244</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-03-16T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: error un making fs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752123#M22245</link>
      <description>Without the parameter -b 1024 the command mkfs.ext3 worked properly.&lt;BR /&gt;&lt;BR /&gt;This is the fdisk -l output&lt;BR /&gt;&lt;BR /&gt;[root@svr04 ~]# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/hda: 41.1 GB, 41110142976 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 4998 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/hda1   *           1          33      265041   83  Linux&lt;BR /&gt;/dev/hda2              34         425     3148740   83  Linux&lt;BR /&gt;/dev/hda3             426         817     3148740   83  Linux&lt;BR /&gt;/dev/hda4             818        4998    33583882+   5  Extended&lt;BR /&gt;/dev/hda5             818         948     1052226   82  Linux swap&lt;BR /&gt;/dev/hda6             949        1050      819283+  83  Linux&lt;BR /&gt;/dev/hda7            1051        1126      610438+  83  Linux&lt;BR /&gt;/dev/hda8            1127        1191      522081   83  Linux&lt;BR /&gt;/dev/hda9            1192        4998    30579696   83  Linux&lt;BR /&gt;&lt;BR /&gt;What was the difference? &lt;BR /&gt;What blocksize has my recently created &lt;BR /&gt;filesystem?&lt;BR /&gt;If is differente from 1024, what is the operative difference between a blocksize of 1024 and other blocksize?</description>
      <pubDate>Thu, 16 Mar 2006 15:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752123#M22245</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-03-16T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: error un making fs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752124#M22246</link>
      <description>Another problem in the filesystem recently created:&lt;BR /&gt;&lt;BR /&gt;[root@svr04 /]# mount -o rw /dev/hda9 /u01&lt;BR /&gt;[root@svr04 /]# su - oracle&lt;BR /&gt;[oracle@svr04 ~]$ cd /u01&lt;BR /&gt;[oracle@svr04 u01]$ ll&lt;BR /&gt;total 8&lt;BR /&gt;drwxr-xr-x  2 oracle oinstall 4096 Mar 16 14:09 oracle&lt;BR /&gt;[oracle@svr04 u01]$ mkdir sw&lt;BR /&gt;mkdir: cannot create directory `sw': Input/output error&lt;BR /&gt;[oracle@svr04 u01]$ mkdir software&lt;BR /&gt;mkdir: cannot create directory `software': Read-only file syst&lt;BR /&gt;&lt;BR /&gt;owner of /u01 is oracle:oinstall&lt;BR /&gt;&lt;BR /&gt;First directory 'oracle' was created without any problem</description>
      <pubDate>Thu, 16 Mar 2006 15:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752124#M22246</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-03-16T15:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: error un making fs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752125#M22247</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is my answer of your other post :&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;This can be a hardware failure.&lt;BR /&gt;To avoid any problem regarding bad disk clusters, ask mke2fs to check it.&lt;BR /&gt;&lt;BR /&gt;With this command :&lt;BR /&gt;mke2fs -c 'device'&lt;BR /&gt;It'll do a fast check of the disk.&lt;BR /&gt;&lt;BR /&gt;Or the following if you have time :&lt;BR /&gt;mke2fs -c -c 'device'&lt;BR /&gt;It'll do a long check.&lt;BR /&gt;"&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2006 10:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-un-making-fs/m-p/3752125#M22247</guid>
      <dc:creator>Lionel Giraudeau</dc:creator>
      <dc:date>2006-03-17T10:13:34Z</dc:date>
    </item>
  </channel>
</rss>

