> 
> I have winxp on hda1, linux on hda2 and swap on hda3.
> 
> Lilo, in MBR...
> 
> 
> How do I go about making the windows partiton visible/usable from
> Linux (debian)?
> 
> 
> Is it making other file systems in the kernel or...?
> What man page would explain this?
> 

To make it permanet you have to edit your /etc/fstab file
and add a line like:

/dev/hda1  /dos  vfat  umask=003,uid=0,gid=101,user 0 0

man mount and man fstab gives you all options.

Of course you need support in the kernel for windows partitions:

CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y


Ionel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to