Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Right, basically the situation is I have an NF7 motherboard, I dont have the driver disk for it though.
Earlier I was installing WindowsXP Professional, worked fine, until I got into the desktop enviroment, where I realised that my network interface was part of my motherboard, and not having the driver disk, I couldnt get online to install updates.
So I put Knoppix in the CD drive, and downloaded the Motherboard Drivers to the Knoppix Desktop. What I want to do now is move those files to a Partition on my second hard drive (hdb) that I just created in QtParted (Fat32, so I can read it from Windows).
The PROBLEm is that when I try to Copy and Paste the driver pack across it tells me I cannot write to /mnt/hdb1*filename*.
WHY IS IT TELLING ME THIS? And how do I rectify the situation?
Word your awnsers as if your talking to a 3 year old, its late and I'm not very good with Linux yet.
with no arguments. It will show you what is mounted and where. From there you might be able to
figure whether your partition is mounted read-only or not.
you can post here the output of mount, so we can have a look at it, also.
Good luck.
/dev/root on / type ext2 (rw)
/dev/cdrom on /cdrom type iso9660 (ro)
/dev/cloop on /KNOPPIX type iso9660 (ro)
/ramdisk on /ramdisk type tmpfs (rw,size=407076k)
usb on /proc/bus/usb type usbdevfs (rw,devmode=0666)
automount(pid412) on /mnt/auto type autofs (rw,fd=4,pgrp=412,minproto=2,maxproto=4)
/dev/hdb1 on /mnt/hdb1 type vfat (ro,nosuid,nodev)
So it is actually mounted. I dont know what (ro,nosuid,nodev) means though.
Originally posted by Le_Petit_Lapin Right, basically the situation is I have an NF7 motherboard, I dont have the driver disk for it though.
Earlier I was installing WindowsXP Professional, worked fine, until I got into the desktop enviroment, where I realised that my network interface was part of my motherboard, and not having the driver disk, I couldnt get online to install updates.
So I put Knoppix in the CD drive, and downloaded the Motherboard Drivers to the Knoppix Desktop. What I want to do now is move those files to a Partition on my second hard drive (hdb) that I just created in QtParted (Fat32, so I can read it from Windows).
The PROBLEm is that when I try to Copy and Paste the driver pack across it tells me I cannot write to /mnt/hdb1*filename*.
WHY IS IT TELLING ME THIS? And how do I rectify the situation?
Word your awnsers as if your talking to a 3 year old, its late and I'm not very good with Linux yet.
Thanks to anyone who can give a quick awnser!
Right click on the icon for the hdb1 and change the permissions to read/write from read only. Alternatively save the file to /home/knoppix/ then in a console window (clam shell icon on the taskbar) then type in sudo mount /dev/hdb1 /mnt/hdb1 and enter key then sudo cp /home/knoppix/name_of_file_saved /mnt/hdb1/ and enter key again to actually copy the file to the root directory of the drive.
...a little paitience...15 minutes are not much...
you should check, if the drive you are trying to copy the file to is mounted read/write...
Knoppix by default mounts all drives it recognizes - but in read-only mode (as I remember) - as a security issue
the drive-icons on your desktop have a menu accessible with right-click - there you can change the mode the drive is mounted - after you changed anything you will need to unmount it and mount it again...to make the change effective
I cannot be more specific - it has been a while since I used it and I'm not using KDE (the graphical Desktop environment you are in when using Knoppix)
you can do it on command-line in a terminal too - but you will need to get root for this to work...
it is done by typing "su"
then you can unmount and mount drives how and where you want
Per the LQ Rules, please do not bump your own thread until at least 24 hours have elapsed without a reply. Because the LQ membership is global, people in other time zones may not have seen this post yet, and thus it may take some time before a response is received.
Le_Petit_Lapin - obviously you are anxious to receive an answer but expecting a response within literally 16 minutes is absurd. If an issue truly is that urgent, please seek out the services of a professional consulting service. Please keep in mind that everyone here at LQ is a volunteer, trying to help other Linux users out in their free time. Thanks -- J.W.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.