LinuxQuestions.org

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

nautilus_1987 08-28-2002 03:54 AM

mount ntfs
 
Hi there!

How can I mount my ntfs partition in read-only mode?
Do I have to turn on some modules in kernel?

And how can I reinitialise swap-partition?

Thanks!

MartBrooks 08-28-2002 05:19 AM

In order...

1. mount -t ntfs /dev/<your ntfs partition> /mount/point
2. Yes, or compile in NTFS support. See the "filesystems" section of the kernel configuration menu.
3. man swapoff ; man mkswap; man swapon

Regards

nautilus_1987 08-28-2002 05:38 AM

thanks Mart


All times are GMT -5. The time now is 12:01 PM.