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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
So im trying to prepare my partitions for fresh installation. The partition manager could not list anything with an error message:
This is what Gparted displays
I would appriciate any suggestions from you guys. Thanks for your time.
I'd suggest letting your install program do the partitioning/formatting for you, at build time. Just making things more complicated by 'preparing' your disk first. You can modify the default partition size after the installer gives you a recommendation.
I've not seen an installer lately, that wouldn't have something to let you lay out the disks/LVM's, etc., at build time.
It sounds like you are in a live cd environment when you used gparted and thus the disks are mounted in tmp directories. When you are in the partitioning section of your installer, you just need to set your mount points. My guess is
It sounds like you are in a live cd environment when you used gparted and thus the disks are mounted in tmp directories. When you are in the partitioning section of your installer, you just need to set your mount points. My guess is
PHP Code:
sda1 = /
sda2 = /swap
sda3 = /home
Hey thanks for the advise! How exactly do i set my mount points though?
I've never seen an installer that didn't ask during disk preparation. It might be called "set target" or "make target" or "set mount points."
If you aren't sure, then the above posts about letting the installer do it all for you might be a good idea if you aren't multibooting.
What distro are you using and what method (installation disk, live disk, USB)?
I followed these rules all the way down to page 10 http://www.offensive-security.com/do...hd-install.pdf only come to find out there is nothing called "Backtrack Installer" in the system menu selection. Any suggestions?
I'd suggest letting your install program do the partitioning/formatting for you, at build time. Just making things more complicated by 'preparing' your disk first. You can modify the default partition size after the installer gives you a recommendation.
I've not seen an installer lately, that wouldn't have something to let you lay out the disks/LVM's, etc., at build time.
I would think under edit partition tab there would be a place for mount points.
As for the .PDF I checked out the distro and anything I'm not familiar with that has the words "remote exploit" associated with it is a no-go until I know exactly what it is.
Once you are installed then editing /etc/fstab is how u set mount points.
I'm actually on my phone right now, but it looks like you need to select new partition and I would expect that to ask for the mount point. Do it for /, and any other partitions you need/want.
Although, the error message suggests you to correct this problem from partitioning menu, but you won't find any option on screen.
I have found more details about the error at http://www.articlesbase.com/data-rec...x-1508262.html
Although, the error message suggests you to correct this problem from partitioning menu, but you won't find any option on screen.
I have found more details about the error at http://www.articlesbase.com/data-rec...x-1508262.html
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.