RE: [newbie] Mounting WinNT Partitions

2001-11-26 Thread Scott Thurmond
I do this all the time. Her is the syntax. mount -t smbfs -o username=userID,password=pass //server/share /mountPoint. Good luck. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rich Sent: Wednesday, November 21, 2001 7:57 PM To: Mandrake Newbie

Re: [newbie] Mounting WinNT Partitions

2001-11-22 Thread Onur Kucuk
R Is it possible to mount WinNt NTFS partitions in linux? If so, what is R the correct format to use in fstab? mount /dev/hda5 /mnt/hda5 ntfs user,exec,umask=0 0 0 But keep in mind that writing to an NTFS partition is still experimental. (It has been for long actually :) Onur Kucuk