Mounting NTFS disks on boot?

Associate
Joined
25 Jul 2003
Posts
1,241
Location
Cornwall/Bristol
Hi, still getting to grips with Ubuntu and at the moment in order to play music from Amarok, I need to browse to my other hard disk (which then mounts it) which contains my music, before Amarok will see it.

I'd like both of my other hard disks I use in Windows to mount automatically when I boot up instead of me having to browse to them to mount them. Is there any way of doing this?

Thanks.
 
have u installed the ntfs-3g driver?

sudo apt-get install ntfs-3g

Type the above in terminal should do it. It then puts a link in you start menu : Administration on my linux Mint 5 distro
 
What does that driver actually do? I have no problem with seeing the disks if i manually browse to them, as I think the act of doing that mounts them, so I dont think the drivers a problem. Will give it a go though.
 
It adds read/write access to internal and external ntfs drives.

Should help with your setup. My music player rythmbox holds all my music in it upon boot.
 
Code:
man fstab

ntfs-3g will give you write access to them, however - the 2.6 kernel has in build read access to ntfs
 
Back
Top Bottom