On Wed, 1 Jan 2003 21:51:12 +0800 (PHT) Pablo Manalastas <[EMAIL PROTECTED]> wrote:
> On Mon, 30 Dec 2002, Rick Moen wrote: > > > 1. RH 8.0's kernel doesn't provide any NTFS supprot at all. > > Please see: http://linux-ntfs.sourceforge.net/info/redhat.html > > 2. Linux NTFS write-mode support is dangerous to filesystem integrity. > > The reason I ask is that some people have told me that using > RH8.0, then have been able to install Linux side by side with > WinXP (WinXP first, then Linux next), and Lilo took care of dual > booting WinXP/Linux. How is this done? In Grub, you add the following entry to your /etc/grub.conf: title WinXP rootnoverify (hd0,1) # 0 refers to your ide drive, 1 refers to your partition number. Numbering starts from zero. chainloader +1 NTFS read support in RH is not enabled by default. HTH, Holden _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
