Hello, I've been using Kubuntu as a dualboot on my laptop for a long time, installed via Wubi. One thing I've never had issue with doing (and that makes it worthwhile, frankly) is my ability to mount my windows partition during bootup and use my Windows user directory as my unix home directory.
My problem is that as of upgrading to 10.10, I can no longer mount the host Windows partition. It comes up as if it's already mounted, but if it is, I can't find it in the filesystem. I don't mind if it is mounted, I just need to know where it is so I can change my home directory accordingly and move along.
This is a pretty big problem, I'm having to run scripts now every time I start and stop using Kubuntu to keep my files in sync.
Thanks in advance to anyone who can help.
fstab Entry
rc.local line
Note: If I change to a different partition, it works fine, so I know everything is correct. I just need to know what is accessing the partition before my mount command executes so I can either bypass it or use it wherever it's mounted.
Thanks!
My problem is that as of upgrading to 10.10, I can no longer mount the host Windows partition. It comes up as if it's already mounted, but if it is, I can't find it in the filesystem. I don't mind if it is mounted, I just need to know where it is so I can change my home directory accordingly and move along.
This is a pretty big problem, I'm having to run scripts now every time I start and stop using Kubuntu to keep my files in sync.
Thanks in advance to anyone who can help.
fstab Entry
Code:
/dev/sda2 /mnt/localhdd ntfs defaults 0 0
Code:
mount /dev/sda2 /mnt/localhdd
Thanks!
Comment