LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   mounting ntfs (https://www.linuxquestions.org/questions/slackware-14/mounting-ntfs-22389/)

starbreaker 06-02-2002 07:35 AM

mounting ntfs
 
I have slackware 8.0 installed in a dual boot with xp pro i want to mount my ntfs partition so i can use it with wine. i have recompiled it with in the kernel so it will support it but what do i do now?

MartBrooks 06-02-2002 07:43 AM

Two options

1) At the command line type 'mount -t ntfs /dev/hda1 /mnt/point'

2) If you'd like the partition mounted automatically when the machine is booted, add an entry to /etc/fstab along the lines of:

/dev/hda1 /mnt/point ntfs defaults 0 0

Regards

starbreaker 06-02-2002 08:25 AM

thank you very much i will try that

jtshaw 06-02-2002 10:43 PM

Do yourself a huge favor and make sure you don't enable write support.. at least not if you want to run WinNT again without jumping through a bunch of hoops to fix the file system.....


All times are GMT -5. The time now is 04:34 PM.