- Joined
- Sep 1, 2001
- Posts
- 38,831
Ok, basically I had 4 primary partitions on my disk
[winxp ntfs][linux swap][linux native][fat32 storage]
In partition magic, I took 1GB from 'storage' and moved all the partitions up, and added that 1GB to the NTFS partition, (so I could install XP sigh, bloatware).
Anyway, all went fine, I had to hose the storage partition/back it up, and recreate it as a logical partition instead, as XP couldn't mount it in disk administrator for some reason, no biggie.
to get to the point, anyway, in Linux, (2.4.18), I still have the ability to mount '/dev/hda4' which is my storage fat32 drive, but its empty, I can unmount/mount it too, no problems, but its always empty, I daren't write to /mnt/storage when its mounted for fear of hosing it.
I look in /dev/ and 'cat hda4' shows the device file is empty, "hmm" I say, hda3 (ext2) has some sort of content, I guess hda4 (fat32) _should_ have some too, but no.
Anyway, I feel the device file /dev/hda4 is still pointing to the old partition sizes (or something, just a hunch), and maybe I need to MAKEDEV the device again, so that it is mountable _and_ reads the filesystem content correctly.
Other than that, a re-install I guess, although I know its not needed.
Any ideas? mtab and fstab both still contain the /dev/hda4 entries, and as I said before, the device is still mountable whereas a non existing drive (such as hdb3) fails to mount - obviously.
Any help would be much appreciated.
[winxp ntfs][linux swap][linux native][fat32 storage]
In partition magic, I took 1GB from 'storage' and moved all the partitions up, and added that 1GB to the NTFS partition, (so I could install XP sigh, bloatware).
Anyway, all went fine, I had to hose the storage partition/back it up, and recreate it as a logical partition instead, as XP couldn't mount it in disk administrator for some reason, no biggie.
to get to the point, anyway, in Linux, (2.4.18), I still have the ability to mount '/dev/hda4' which is my storage fat32 drive, but its empty, I can unmount/mount it too, no problems, but its always empty, I daren't write to /mnt/storage when its mounted for fear of hosing it.
I look in /dev/ and 'cat hda4' shows the device file is empty, "hmm" I say, hda3 (ext2) has some sort of content, I guess hda4 (fat32) _should_ have some too, but no.
Anyway, I feel the device file /dev/hda4 is still pointing to the old partition sizes (or something, just a hunch), and maybe I need to MAKEDEV the device again, so that it is mountable _and_ reads the filesystem content correctly.
Other than that, a re-install I guess, although I know its not needed.
Any ideas? mtab and fstab both still contain the /dev/hda4 entries, and as I said before, the device is still mountable whereas a non existing drive (such as hdb3) fails to mount - obviously.
Any help would be much appreciated.

