!! imba !! Posted October 15, 2007 Share Posted October 15, 2007 Today i installed the Fedora 7 . Installation executed smoothly. I am using linux for the first time. I was trying to mount windows partitions. Tried a lot to mount. Read guides and tutorials online. But its not loading. Could there be a problem with the OS ? Or its just me ? Nothings happens after i issue command in terminal. Cursor moves to next line and keeps blinking. Just for confirmation could u tell me how to mount ? sda1,sda5,sda6 are my window based partitions and sda8 is my Linux. Link to comment Share on other sites More sharing options...
MasterC Posted October 15, 2007 Share Posted October 15, 2007 I think you have to install NTFS-3G and edit your fstab to point to the partitions. Not sure if that is correct, though. Going off of memory here. ;) Link to comment Share on other sites More sharing options...
markwolfe Veteran Posted October 15, 2007 Veteran Share Posted October 15, 2007 Yup. Fedora (and Red Hat) observe patents closely*, so things like NTFS and MP3 decoding aren't included by default. Users must license or install themselves, based on the laws of their country. You should be able to install it easily with the yum command: http://www.fedorafaq.org/#ntfs * Funny, though, with the care that Red Hat takes to observe patents that they are currently being sued for a patent violation by a company that does nothing other than sue over patents. Link to comment Share on other sites More sharing options...
-JMC- Posted December 26, 2007 Share Posted December 26, 2007 After you install ntfs-3g the command will be something like: "mount -t ntfs-3g /dev/sda1 /media/vista" (In root so type "su -" before or "sudo") If you are still having problems with it show us the command you are using. BTW, auto-mounting is different, you will need to edit the /etc/fstab file. Link to comment Share on other sites More sharing options...
esquiso Posted January 22, 2008 Share Posted January 22, 2008 You'll only need ntfs-3g IF you need to write on NTFS partitions. Otherwise, mount itself can mount NTFS partitions well. mount -t ntfs /dev/sdaX /xx/xx Read the man ;) Link to comment Share on other sites More sharing options...
markwolfe Veteran Posted February 9, 2008 Veteran Share Posted February 9, 2008 You'll only need ntfs-3g IF you need to write on NTFS partitions. Otherwise, mount itself can mount NTFS partitions well.mount -t ntfs /dev/sdaX /xx/xx Read the man ;) This thread is about Fedora. And Fedora does not include NTFS support by default, the user must accept the potential liability of installing it. Link to comment Share on other sites More sharing options...
Recommended Posts