<html><head></head><body>If  the NT box has NTFS filesystems and not FAT based ones you'll need to check if NTFS<br>
(read-only) support is build in. If  it is I think you can replace vfat with 
ntfs. If it's not built in (or a pre built module) you'll have to build it...<br>
<br>
Douglas Melniker wrote:<br>
<blockquote type="cite" cite="mid:NEBBKIHAALHMPHHHBBDBOEPACDAA.melniker@eecs.tufts.edu">
  <blockquote type="cite"><pre wrap="">How do I shut off the box halting on control-alt-delete because<br>my son (and<br>I) are used to working on a NT box...<br></pre></blockquote>
    <pre wrap=""><!----><br>In the file /etc/inittab, edit the line<br>       ca::ctrlaltdel:/sbin/shutdown -t3 -r now<br>to your liking. For instance:<br>       ca::ctrlaltdel:/bin/echo "Don't press that!"<br>Restart and you're all set!<br><br></pre>
    <blockquote type="cite"><pre wrap="">Second.. How can I make my other 9 gig disk of windows files be<br>access-able<br>from the RH operating system..<br></pre></blockquote>
      <pre wrap=""><!----><br>'mkdir /mnt/win; mount /dev/hda1 -t vfat /mnt/win', assuming /dev/hda1 is<br>the partition you want to mount. I'm pretty sure about this, but I haven't<br>mounted anything locally in a while. If I'm wrong, someone let me know.<br><br>Doug Melniker<br><br>-<br>Subcription/unsubscription/info requests: send e-mail with<br>"subscribe", "unsubscribe", or "info" on the first line of the<br>message body to <a class="moz-txt-link-abbreviated" href="mailto:discuss-request@blu.org">discuss-request@blu.org</a> (Subject line is ignored).<br><br><br></pre>
      </blockquote>
      <br>
</body></html>