Yep, I'm new to the wonderful world of Linux / Kubuntu
After 2 or 3 attempts, I managed to get Kubuntu installed on my Thinkpad T22 and most stuff I need up and running.
The laptop dual boots, with XP. What i need now is to be able to share files between XP and Kubuntu. After a good bit of searching, I found out what the console is for and found the command
sudo mkdir /media/hda2
to create a mount point, and
sudo mount /dev/hda1 /media/winxp
to mount, which worked - but now I can't figure out how to get access. How do I give myself permission to access the files?
Thanks for your hekp !
After 2 or 3 attempts, I managed to get Kubuntu installed on my Thinkpad T22 and most stuff I need up and running.
The laptop dual boots, with XP. What i need now is to be able to share files between XP and Kubuntu. After a good bit of searching, I found out what the console is for and found the command
sudo mkdir /media/hda2
to create a mount point, and
sudo mount /dev/hda1 /media/winxp
to mount, which worked - but now I can't figure out how to get access. How do I give myself permission to access the files?
Thanks for your hekp !
Comment