first, ensure your kernel support it !
then use the "mount" command with its usual arguments BUT now add -t option,
look :

 -t vfstype
              The argument following the -t is used to indicate the file
sys-
              tem  type.   The file system types which are currently
supported
              are: adfs, affs, autofs, coda, coherent,  cramfs,  devpts,
efs,
              ext,  ext2,  ext3, hfs, hpfs, iso9660, jfs, minix, msdos,
ncpfs,
              nfs, ntfs, proc, qnx4,  ramfs,  reiserfs,  romfs,  smbfs,
sysv,
              tmpfs,  udf,  ufs,  umsdos,  vfat, xenix, xfs, xiafs.  Note
that
              coherent, sysv and xenix  are  equivalent  and  that  xenix
and
              coherent  will be removed at some point in the future ? use
sysv
              instead. Since kernel version 2.1.21 the types ext and xiafs
do
              not exist anymore.

for instance:
mount -t ntfs /dev/hdd1 /mnt/diskNT

where hdd1 is a disk formated with filessytem NT and /mnt/diskNt just a
place to mount it !

I hope it help you !

___
Lic. Enrique Bory simon


----- Original Message -----
From: "Brent L. Cox" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 08, 2003 2:13 PM
Subject: mounting NTFS


> How do I mount a NTFS and a FAT32 Drives in Redhat 9.0
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to