[EMAIL PROTECTED] wrote:
> On 18 Aug, Toshiro Viera Stalker wrote:
> > A little question: I want to mount a NTFS partition at boot time, can you tell me
>syntax of the line I need to add in fstab?
> >
> > Toshiro.
>
> Sure- it's just like the other lines in /etc/fstab, except: fs type is
> ntfs, and you'll probably want to specify your own mount options (i.e.
> noexec, nodev, ...). For information on those, see `man mount`. Oh,
> and those two numbers at the end of the line should both be 0.
>
> --
> -Matt Stegman
Hi,
I tried to mount my NTFS partition from the command line with the following result:
[root@shiloh /]# mount -t ntfs /dev/hda1 /dosc
mount: fs type ntfs not supported by kernel
I was under the impression that Mandrake had NTFS support built in. Is this not so?
I'm running Mandrake 6.0 with the kernel
upgraded to 2.2.9-27mdk.
Thanks,
Carl