Oleg Goldshmidt wrote:
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?
it is RH8, btw.
# cat /etc/filesystems
ext3
ext2
nodev proc
nodev devpts
iso9660
vfat
hfs
# cat /etc/fstab
/dev/hda1 / ext3 defaults 1 1
/dev/hda4 /data ext3 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/hda3 /squid ext3 defaults 1 2
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/hda2 swap swap defaults 0 0
=================================================================
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]