Hi!
This may sound a stupid question, but sorry, this is my first time with a Linux Dist.
I made a partition and installed Kubuntu on a the «c:» /dev/hda5 , that also has windows NTFS. Further i have a second HD also Windows NTFS /dev/hdb1.
Tried to mount those NTFS partitions, both apear as enabled, but i get a
"mont error 32" if i try to acess then
Done
sudo mkdir /media/windows
sudo mount /dev/hda1 /media/windows/ -t ntfs -o umask=0222
and i get:
mount: /dev/hda1 already mounted or /media/windows busy
What i´m i doing wrong, and were can o find a tutorial,faq for that prob?
Thanks!
This may sound a stupid question, but sorry, this is my first time with a Linux Dist.
I made a partition and installed Kubuntu on a the «c:» /dev/hda5 , that also has windows NTFS. Further i have a second HD also Windows NTFS /dev/hdb1.
Tried to mount those NTFS partitions, both apear as enabled, but i get a
"mont error 32" if i try to acess then
Done
sudo mkdir /media/windows
sudo mount /dev/hda1 /media/windows/ -t ntfs -o umask=0222
and i get:
mount: /dev/hda1 already mounted or /media/windows busy
What i´m i doing wrong, and were can o find a tutorial,faq for that prob?
Thanks!
Comment