Alon Barzilai <[EMAIL PROTECTED]> writes: > Oleg Goldshmidt wrote: > > > >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
Weird. Try adding a line for /dev/hdb1 to /etc/fstab, should look like /dev/hdb1 /mnt/tmp ext3 defaults or some such, and try again. The only thing that I can think of is that somehow the superblock of the device still says ntfs. As for a cause, I can only think of a mistake made during partitioning. -- 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]
