i just installd a new kernel(2.6.14) and it seams to work fine, exept for the mounting of the hardrives. i get "mount: /dev/hdb1 already mounted or /home/mikul/share busy" when i try to mount and when i try to umount i get "umount: share: not mounted".
and the bootlog says:
Wed Dec 7 03:12:32 2005: * Checking root file system... ^[[80G Warning: fsck.reiserfs warning: option
Wed Dec 7 03:12:32 2005: No Implementation: Sorry, not implemented yet!
and the mtab says:
/dev/hda1 / reiserfs rw,notail 0 0
proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs rw 0 0 usbfs /proc/bus/usb usbfs rw 0 0 tmpfs /dev tmpfs rw,size=10M,mode=0755 0 0
if it has anything to do with it?
fstab:
/dev/hdd1 /home/mikul/share2 ext3 defaults 1 2
/dev/hdb1 /home/mikul/share reiserfs notail 0 0
anyone that knows what the problem could be?