hey guys,
i was running out of space in my main parition(/) so i decided to reize one of my fat32 partitions and create a new reiserfs parition for some of the bigger applications in the linux partition. (i didnt know how to use any of the linux applications, so i used partitionmagic. it went well). but now if i try to mount it, it goes nutty. i've been running around google for a while now but none of the proposed solutions worked.
i tried adding this to fstab/dev/hda8 /apps reiserfs defaults 0 0
but it gave up with mount: wrong fs type, bad option, bad superblock on /dev/hda8,
or too many mounted file systems
if i try manually (because it worked for other people)linux:/ # mount -t reiserfs /dev/hda8 /apps
mount: wrong fs type, bad option, bad superblock on /dev/hda8,
or too many mounted file systems
as you can see, the same thing happens.
here's what i get with fdisklinux:/ # fdisk -l
Disk /dev/hda: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1216 9767488+ c W95 FAT32 (LBA)
/dev/hda2 1217 19929 150312172+ f W95 Ext'd (LBA)
/dev/hda5 1217 2432 9767488+ 83 Linux
/dev/hda6 2433 6080 29302528+ b W95 FAT32
/dev/hda7 6081 8963 23157666 b W95 FAT32
/dev/hda8 8964 9728 6144831 83 Linux
/dev/hda9 9729 19819 81055926 b W95 FAT32
/dev/hda10 19820 19929 883543+ 82 Linux swap / Solaris
this is really bugging me as i need the extra space. any help on this will be greatly appreciated.