ntfs => ext3
Ok.Here goes the story.
I asked for a backup harddisk, and the provider installed it.
I did a fdisk, and created hdb1 hdb2 and hdb3
[root@localhost root]# fdisk -l /dev/hdb
Code:
Disk /dev/hdb: 255 heads, 63 sectors, 4998 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hdb1 1 1666 13382113+ 83 Linux /dev/hdb2 1667 3332 13382145 83 Linux /dev/hdb3 3333 4998 13382145 83 Linux
mkfs -t ext3 /dev/hdb1
mkfs -t ext3 /dev/hdb2
mkfs -t ext3 /dev/hdb3
then,
e2label /dev/hdb1 /backup1
e2label /dev/hdb2 /backup2
e2label /dev/hdb3 /backup3
then,
mount /dev/hdb1 /backup1
.....................2 .............2
.....................3 .............3
and the output is:
mount: fs type ntfs not supported by kernel
?..?..?
