UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to move the Nvidia drivers I just downloaded onto my windows 2000 pro partition but I cant seem to figure it out...I can't login as root so I can't change the permissions on hda1. Is there anything I can do to put files onto my windows partition? BTW I'm using Kubuntu 6.06 (just downloaded about a week ago so I think that is the right build).
If the Windows2000 partition is NTFS, then they are read-only in linux. You could move them to a temporary location where Windows and Linux have full access. Such as a Fat32 partition, or a pen-drive, or a network share, or even burning them to CDROM.
to your fatab where hdX is your fat32 partition and /media/shared is the mount point (you may have to create one)
or type (as root)
mount -t vfat /dev/hdX /media/shared -o umask=000
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.