I'm currently using Ubuntu Karmic and my mp3s are located on a Windows partition. Each time I reboot my computer, I have to manually authenticate into the Windows partition to get access to my songs. Is there a way to auto-authenticate into the Windows partition of my choice when Ubuntu starts?
|
feedback
|
migrated from serverfault.com Feb 10 '10 at 6:28
This question came from our site for system administrators and desktop support professionals.
|
You could add the partition in /etc/fstab Then it will always be mounted when the system boots. To help get the format of the entry you can do a cat /etc/mtab from a terminal before and after you 'authenticate' which is really just mounting the partition. Look for the line that is added about your windows partition and put something similar into the /etc/fstab. | |||
|
feedback
|
