Sir_Siddy Posted September 8, 2007 Author Report Share Posted September 8, 2007 (edited) OkThat mounted my first external. Im going to go check out how to mount the NTFS now.Also I added this to the fstab. Is it alright??/dev/sdb1 /media/Mybook vfat defaults,unmask=222,noauto,users 0 0 Edited September 8, 2007 by Sir_Siddy Quote Link to post Share on other sites
Sir_Siddy Posted September 8, 2007 Author Report Share Posted September 8, 2007 (edited) OkI did the commandsudo mount /dev/sdc1 /media/500g -t ntfsIt mounted the drive, but I cannot acess it. It says I do not have permission. How do I set that?Also I added this to fstab too/dev/sbc1 /media/500g ntfs defaults,unmask=222,noauto,users 0 0UPDATEIm not sure exactly what fstab does, but doesnt it allow for things to mount on boot? I just restarted and neither of the drives were mounted. Did I put the wrong stuff into fstab? Edited September 8, 2007 by Sir_Siddy Quote Link to post Share on other sites
shanenin Posted September 8, 2007 Report Share Posted September 8, 2007 The umask option should let you access it as any user. Have you unmounted and remounted your ntfs drive since adding the umask option to your fstab file system?Can you access the ntfs drive as root user? Quote Link to post Share on other sites
Sir_Siddy Posted September 8, 2007 Author Report Share Posted September 8, 2007 (edited) Ahh now I can acess it after installing the ntfs-3g drivers. I can fully acess both drives now. I just need them to mount on start. I changed the fstab to use ntfs-3g instead of just ntfsThanks for all your help everybody!! Edited September 8, 2007 by Sir_Siddy Quote Link to post Share on other sites
shanenin Posted September 8, 2007 Report Share Posted September 8, 2007 Cool :-) Glad you found the solution.When you mean boot at start, do you mean mount ? To have them mount automatically, just remove the noauto option from your fstab Quote Link to post Share on other sites
Sir_Siddy Posted September 8, 2007 Author Report Share Posted September 8, 2007 (edited) ahh thank you thats exactly what I meantWell my fstab entries now are/dev/sdb1 /media/Mybook vfat defaults,unmask=222,users 0 0/dev/sbc1 /media/500g ntfs-3g defaults,unmask=222,users 0 0but they still dont mount on boot. Edited September 8, 2007 by Sir_Siddy Quote Link to post Share on other sites
Sir_Siddy Posted September 8, 2007 Author Report Share Posted September 8, 2007 Ahh found my mistakes. Two spelling mistakesIts Umask and sdc not sbcEverything its working now Quote Link to post Share on other sites
shanenin Posted September 8, 2007 Report Share Posted September 8, 2007 I have had typos like that really cause headaches trouble shooting a problem. I have a hunch it would work with file system "ntfs" now that you have the correct spelling of umask. If you want to be able to write to your vfat drive, change the umask to 000. Make sure you do not do that to your ntfs drive. Writing to it may cause file system corruption. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.