Alon Barzilai <[EMAIL PROTECTED]> writes:

> hi,
> 
> I have a disk that had windows 2000 in his past.
> I used fdisk to create some linux partitions on it.
> made some ext2 partitions on it.
> when I try to mount the 3rd partition with
> #mount /dev/hdb3 /mnt/tmp
>  it ok.
>  when I try to mount the first partition
> #mount /dev/hdb1 /mnt/tmp
> I get the error message:
> fs type ntfs not supported by kernel
> however,  #mount -t ext3 /dev/hdb1 /mnt/tmp
> 
> works.
> 
> is there anything else I have to make so the disk will not remember
> it's ntfs past ?

What do /etc/fstab, /etc/filesystems look like?

-- 
Oleg Goldshmidt | [EMAIL PROTECTED]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to