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.
I want use a pc where it's not allowed to install anything.
I buyed a external usb harddisk, first problem, it's not possible
to boot from usb, so i taked a knoppix cd, and when i want install
netbeans on this external usb hardisk, i got the message :
"Insufficient disk space for proper installation. Additional 11.3 MB is required in /."
After copying knoppix on the external harddrive, and maked a chroot on it, the problem is the same.
i maked a :
cp -Rp /KNOPPIX/* /mnt/sda7/source/KNOPPIX
and :
mount --bind /dev /mnt/sda7/source/KNOPPIX/dev
mount --bind /proc /mnt/sda7/source/KNOPPIX/proc
mount --bind /sys /mnt/sda7/source/KNOPPIX/sys
mount --bind /tmp /mnt/sda7/source/KNOPPIX/tmp
ln -s /mnt/sda7/source/KNOPPIX/tmp /tmp (after removing the original /tmp)
chmod 777 /tmp
chroot /mnt/sda7/source/KNOPPIX/
so .. and i runnnig the .sh of netbeans 6.0.1 file ..
and i got every time this message :
Insufficient disk space for proper installation. Additional 11.3 MB
is required in /.
No problem. Do a mount /dev/hdX /root where hdX is the name of your hard drive you want to mount. That will put the hard drive in the /root folder and netbeans will be able to find all the space it needs.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.