if i try and write to the second hard drive (/dev/hdb1)
i get an error that says "cannot write to disk" along those lines.
this is my /etc/fstab file below
Code:
/dev/hda2 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
/dev/hda1 /mnt/win ntfs users,owner,rw,umask=022 0 0
/dev/hdb1 /mnt/80g ntfs users,owner,rw,umask=022 0 0
I have my 1st hard drive partitioned into two diffrent ones, windows and slackware, so windows is the /mnt/win and the /mnt/80g is supposed to be the second hard drive... any suggestions?