<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Fajar Priyanto wrote:
<blockquote cite="mid:200712101916.08081.fajarpri@cbn.net.id"
 type="cite">
  <pre wrap="">On Monday 10 December 2007 00:23:27 Saurabh Sharma wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> [root@localhost log]# tail -10 dmesg
 EXT3 FS on hdc9, internal journal
 EXT3-fs: mounted filesystem with ordered data mode.
 FAT: Unrecognized mount option "rw.defaults" or missing value
 FAT: Unrecognized mount option "rw.defaults" or missing value
 FAT: Unrecognized mount option "rw.defaults" or missing value
 FAT: Unrecognized mount option "rw.defaults" or missing value
 EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
 Adding 522072k swap on /dev/hdc11.  Priority:-1 extents:1 across:522072k
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hello,
I believe the options in /etc/fstab should be:
defaults,rw ? Not defaults [dot] rw
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
CentOS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
  </pre>
</blockquote>
Thanks for correcting me ,with the mistake.Now no error were logged and
directories were mounted. :-)<br>
But the File Sytem type is still FAT16.what's the issue with file
system type.<br>
I formated the /dev/hdc12 using <small><i><small><small><small>mkfs.ext3
</small></small></small></i></small><small><small><small><small>but the
file system shown is still <small><small>FAT16.</small></small></small></small></small><br>
<br>
</small><small><i><small><small><small>[root@localhost etc]# </small></small></small><small><small><small>mkfs.ext3
/dev/hdc12<br>
</small></small></small><small><small><small>mke2fs 1.39 (29-May-2006)<br>
Filesystem label=<br>
OS type: Linux<br>
Block size=4096 (log=2)<br>
Fragment size=4096 (log=2)<br>
2289280 inodes, 4570484 blocks<br>
228524 blocks (5.00%) reserved for the super user<br>
First data block=0<br>
Maximum filesystem blocks=0<br>
140 block groups<br>
32768 blocks per group, 32768 fragments per group<br>
16352 inodes per group<br>
Superblock backups stored on blocks: <br>
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632,
2654208, <br>
        4096000<br>
Writing inode tables: done                            <br>
Creating journal (32768 blocks): done<br>
Writing superblocks and filesystem accounting information: done<br>
This filesystem will be automatically checked every 25 mounts or<br>
180 days, whichever comes first.  Use tune2fs -c or -i to override.<br>
<br>
</small></small></small></i></small>
</body>
</html>