On Sun, 15 Feb 2004 23:07:27 +0200 Ciortea Cristian <[EMAIL PROTECTED]> wrote:
> On Sunday 15 February 2004 22:40, Rumen Yotov wrote: > > On Sun, 2004-02-15 at 21:27, Ciortea Cristian wrote: > > > I'm trying to import my data from windows to linux. Is there a way > > > to convert a fat32 partition to ANY linux fs ? > Gentoo is installed .. i needed to migrate those 3 partitions to > reiserfs. Guess i'll need another harddisk and then use the 3 glasses > rule... Why convert it? you can mount them as vfat, can't you? something like this in your fstab should do it, modified to suit what you have of course: /dev/hdx[1-3] /mnt/windata[1-3] vfat noauto,users,nohide 0 0 then you can access them with a simple mount /mnt/windata[1-3] and peruse to your hearts content. I'm not sure what the advantage or reisersfs would be if you aren't going to be using them. (Actually, I can't imagine enough data that would fill a cd, much less a harddrive, that I needed from windows when I switched to linux, but that is me.) -- Your reasoning powers are good, and you are a fairly good planner. -- [EMAIL PROTECTED] mailing list
