Re: Can't mount my fat32 partition

2002-09-20 Thread twig les
Yes, I'm running 2000 and the first partition is NTFS. Yes, I made a seperate fat32 partition and yes, I did not do a MAKEDEV for ad0s5. As soon as I did that I was able to mount the drive. Thank you for the quick and accurate help...off to rip Blade 2!!! --- Matt Smith <[EMAIL PROTECTED]> wro

Re: Can't mount my fat32 partition

2002-09-20 Thread Matt Smith
Are you running Windows 2000? It looks like you have an NTFS partition on ads02, which would probably be your C: drive in Windows. Is that what you are trying to mount? If so, you really need: mount -tntfs /dev/ad0s2 /mnt which will mount that drive read-only (NTFS is not writable yet, AFAIK)

Can't mount my fat32 partition

2002-09-20 Thread twig les
Hey all, for some reason I'm having a lot of trouble mounting a fat 32 partition, even though the book I have and the web site I found both said that it's a snap. The man page didn't help and a google search didn't either so here goes. I keep getting an invalid argument response when I try to mo