| WARNING: Don't try this with NTFS partitions. 
               Question: How can I access the Windows C: Drive from Vector Linux ? 
 Answer: First log in as root then: 1) To mount, type: mount -t vfat /dev/hdc1 /mnt/win
 2) Then the line: /dev/hdc1 /mnt/win vfat defaults,auto,user 0 0
 to: /etc/fstab
 
 Section on Mounting from the Slackware manual 9.1.
 (Note: Vector Linux 3.2 is equivalent to Slackware 8.1)
 http://www.slackware.com/book/index.php?source=x2280.html
 
 Where can I learn more about using the Command line/Terminal ?
 http://vectorlinux.com/forum/viewtopic.php?t=37
 Also check Command Line Manuals of Red-Hat, Mandrake, Slackware.
 NTFS Partitions Note: read only  Question: How can I access the Windows C: Drive from Vector Linux ? 
 Answer: First log in as root then: 1) To mount, type: mount -t ntfs /dev/hdc1 /mnt/win
 2) Then the line: /dev/hdc1 /mnt/win ntfs defaults,auto,user 0 0
 to: /etc/fstab
 Question: How can I write to the NTFS Drive Answer: You need download and install 
                 Captive and 
 
 
            LUFS (Linux Userland File System)    
 |