I'm getting the same errors. I had a FAT32 partition I wrotew a reiserfs 
filesystem over and the reiserfs drive shows up in Windows, as a drive 
with lots of crap in it thta needs formatting.

Basicallly, mkreiserfs didn't set the partition ttype properly. Check 
this out [the partition is /dev/hda5]

[root@sexbomb wine]# fdisk -l /dev/hda
 
Disk /dev/hda: 255 heads, 63 sectors, 3649 cylinders
Units = cylinders of 16065 * 512 bytes
 
   Device Boot    Start       End    Blocks   Id  System
/dev/hda1             2       986   7912012+   5  Extended
/dev/hda2   *       987      2854  15004710    c  Win95 FAT32 (LBA)
/dev/hda3          2855      3619   6144862+  83  Linux
/dev/hda4          3620      3649    240975   82  Linux swap
/dev/hda5             2       986   7911981    b  Win95 FAT32
[root@sexbomb wine]# df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hda3              6144640   4685620   1459020  76% /
/dev/hdd1              8233232   7262304    970928  88% /mnt/data
/dev/hda2             14990048  13678496   1311552  91% /mnt/windows
/dev/hda5              7911720   7361304    550416  93% /usr/local
/proc/bus/usb          1977930   1977930         0 100% /proc/bus/usb  

Basically, you need to use fdisk to chnage the partition ID to reiserfs 
[or Ext2 if you're stuck in the stone ages].

I'm gonna check and lodge a bug report when I can be bothered.

Mike

------------------------------------------
Mike MacCana            Support Consultant  
          C Y B E R S O U R C E
   Level 9, 140 Queen St Melbourne 3000
Ph : +61 3 9642 5997 Fax: +61 3 9642 5998

On Sun, 31 Dec 2000, pgeorges wrote:

> "Aric S. Bergren" a �crit :
> > 
> > hey does anyone know a way to get win98 to stop seeing my linux
> > partition as a win drive d: that just needs to be formatted?  i'd much
> > prefer windows to not see linux at all...in order to keep it from
> > getting it's poor little unsophisticated mind all confused and stuff...
> 
> Are you really sure this D drive is a linux formated partition. The
> normal behavior of windows is not to see partitions formatted with a
> non-microsoft fs.
> 
> 

Reply via email to