I've to manually mount them under Linux in order to
use them.
Please help me out with these partitioning and mounting issues.thanking
you all.
Thanks and Regards
Saurabh
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-10-2007, 11:16 AM
Fajar Priyanto
Formating and Mounting Partitions giving problems
On Monday 10 December 2007 00:23:27 Saurabh Sharma wrote:
> [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
Hello,
I believe the options in /etc/fstab should be:
defaults,rw ? Not defaults [dot] rw
--
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial
http://linux2.arinet.org
19:16:04 up 32 min, 2.6.22-14-generic GNU/Linux
Let's use OpenOffice. http://www.openoffice.org
The real challenge of teaching is getting your students motivated to learn.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-10-2007, 03:59 PM
Saurabh Sharma
Formating and Mounting Partitions giving problems
Fajar Priyanto wrote:
On Monday 10 December 2007 00:23:27 Saurabh Sharma wrote:
[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
Hello,
I believe the options in /etc/fstab should be:
defaults,rw ? Not defaults [dot] rw
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Thanks for correcting me ,with the mistake.Now no error were logged and
directories were mounted. :-)
But the File Sytem type is still FAT16.what's the issue with file
system type.
I formated the /dev/hdc12 using mkfs.ext3
but the
file system shown is still FAT16.
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first.* Use tune2fs -c or -i to override.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-10-2007, 06:10 PM
Scott Silva
Formating and Mounting Partitions giving problems
on 12/10/2007 8:59 AM Saurabh Sharma spake the following:
Fajar Priyanto wrote:
On Monday 10 December 2007 00:23:27 Saurabh Sharma wrote:
[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
Hello,
I believe the options in /etc/fstab should be:
defaults,rw ? Not defaults [dot] rw
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Thanks for correcting me ,with the mistake.Now no error were logged and
directories were mounted. :-)
But the File Sytem type is still FAT16.what's the issue with file system
type.
I formated the /dev/hdc12 using /mkfs.ext3 /but the file system shown is
still FAT16.
/[root@localhost etc]# mkfs.ext3 /dev/hdc12
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
2289280 inodes, 4570484 blocks
228524 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
140 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632,
2654208,
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
But what is the partition type set to?
If they are set to 0x04 they will show up as fat16, for ext2/3 they need to be
0x83.
--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't!!!!
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-11-2007, 03:02 PM
Saurabh Sharma
Formating and Mounting Partitions giving problems
Scott Silva wrote:
on 12/10/2007 8:59 AM Saurabh Sharma spake the following:
Fajar Priyanto wrote:
Hello,
I believe the options in /etc/fstab should be:
defaults,rw ? Not defaults [dot] rw
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Thanks for correcting me ,with the mistake.Now no error were logged
and directories were mounted. :-)
But the File Sytem type is still FAT16.what's the issue with file
system type.
I formated the /dev/hdc12 using /mkfs.ext3 /but the file system shown
is still FAT16.
/[root@localhost etc]# mkfs.ext3 /dev/hdc12
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
2289280 inodes, 4570484 blocks
228524 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
140 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736,
1605632, 2654208,
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
But what is the partition type set to?
If they are set to 0x04 they will show up as fat16, for ext2/3 they
need to be 0x83.
Thanks for replying,as i'm too new to linux i dont know how to set the
partition type,i just google for things and move ahead.Can you please
let me know how to get this done or what all you meant.After Scott's
comments i just goggled and found parted,which showed partitions type as
FAT32,this is just opposite to one shown by fdisk -l.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Thanks for correcting me ,with the mistake.Now no error were logged
and directories were mounted. :-)
But the File Sytem type is still FAT16.what's the issue with file
system type.
I formated the /dev/hdc12 using /mkfs.ext3 /but the file system shown
is still FAT16.
/[root@localhost etc]# mkfs.ext3 /dev/hdc12
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
2289280 inodes, 4570484 blocks
228524 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
140 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736,
1605632, 2654208,
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
But what is the partition type set to?
If they are set to 0x04 they will show up as fat16, for ext2/3 they
need to be 0x83.
Thanks for replying,as i'm too new to linux i dont know how to set the
partition type,i just google for things and move ahead.Can you please
let me know how to get this done or what all you meant.After Scott's
comments i just goggled and found parted,which showed partitions type as
FAT32,this is just opposite to one shown by fdisk -l.
If you run fdisk /dev/hdc, you can change the partition types.
At the fdisk prompt, a "p" will list the partition table.
From there you use "t" to change a partition type.
Ext2/3 partitions are type 83 and linux swap is type 82.
Make sure you only change the partitions that you wanted to be ext3, and not
your windows partitions.
A "w" will write the new table and exit, and a "q" exits without writing if
you make a mistake.
A "m" gives a list of choices (menu).
--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't!!!!
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-12-2007, 11:40 PM
Saurabh Sharma
Formating and Mounting Partitions giving problems
Scott Silva wrote:
on 12/11/2007 8:02 AM Saurabh Sharma spake the following:
Scott Silva wrote:
on 12/10/2007 8:59 AM Saurabh Sharma spake the following:
Fajar Priyanto wrote:
Hello,
I believe the options in /etc/fstab should be:
defaults,rw ? Not defaults [dot] rw
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Thanks for correcting me ,with the mistake.Now no error were logged
and directories were mounted. :-)
But the File Sytem type is still FAT16.what's the issue with file
system type.
I formated the /dev/hdc12 using /mkfs.ext3 /but the file system
shown is still FAT16.
/[root@localhost etc]# mkfs.ext3 /dev/hdc12
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
2289280 inodes, 4570484 blocks
228524 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
140 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736,
1605632, 2654208,
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
But what is the partition type set to?
If they are set to 0x04 they will show up as fat16, for ext2/3 they
need to be 0x83.
Thanks for replying,as i'm too new to linux i dont know how to set
the partition type,i just google for things and move ahead.Can you
please let me know how to get this done or what all you meant.After
Scott's comments i just goggled and found parted,which showed
partitions type as FAT32,this is just opposite to one shown by fdisk -l.
If you run fdisk /dev/hdc, you can change the partition types.
At the fdisk prompt, a "p" will list the partition table.
From there you use "t" to change a partition type.
Ext2/3 partitions are type 83 and linux swap is type 82.
Make sure you only change the partitions that you wanted to be ext3,
and not your windows partitions.
A "w" will write the new table and exit, and a "q" exits without
writing if you make a mistake.
A "m" gives a list of choices (menu).
The thing worked,the way is really great......
...thanks for the support....
:-)
Thanks & Regards
Saurabh
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
12-12-2007, 11:50 PM
Scott Silva
Formating and Mounting Partitions giving problems
on 12/12/2007 4:40 PM Saurabh Sharma spake the following:
Scott Silva wrote:
on 12/11/2007 8:02 AM Saurabh Sharma spake the following:
Scott Silva wrote:
on 12/10/2007 8:59 AM Saurabh Sharma spake the following:
Fajar Priyanto wrote:
Hello,
I believe the options in /etc/fstab should be:
defaults,rw ? Not defaults [dot] rw
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Thanks for correcting me ,with the mistake.Now no error were logged
and directories were mounted. :-)
But the File Sytem type is still FAT16.what's the issue with file
system type.
I formated the /dev/hdc12 using /mkfs.ext3 /but the file system
shown is still FAT16.
/[root@localhost etc]# mkfs.ext3 /dev/hdc12
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
2289280 inodes, 4570484 blocks
228524 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
140 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736,
1605632, 2654208,
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
But what is the partition type set to?
If they are set to 0x04 they will show up as fat16, for ext2/3 they
need to be 0x83.
Thanks for replying,as i'm too new to linux i dont know how to set
the partition type,i just google for things and move ahead.Can you
please let me know how to get this done or what all you meant.After
Scott's comments i just goggled and found parted,which showed
partitions type as FAT32,this is just opposite to one shown by fdisk -l.
If you run fdisk /dev/hdc, you can change the partition types.
At the fdisk prompt, a "p" will list the partition table.
From there you use "t" to change a partition type.
Ext2/3 partitions are type 83 and linux swap is type 82.
Make sure you only change the partitions that you wanted to be ext3,
and not your windows partitions.
A "w" will write the new table and exit, and a "q" exits without
writing if you make a mistake.
A "m" gives a list of choices (menu).
The thing worked,the way is really great......
...thanks for the support....
:-)
Thanks & Regards
Saurabh
Since you are just starting out, there is a wealth of info on the net for
every level from newbie to guru.