Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-05-2011, 03:22 AM
|
#1
|
|
LQ Newbie
Registered: May 2011
Posts: 7
Rep:
|
remount the install partition during livecd install
Hi,
i would like to remount the destination install partition during a livecd install so that i can mount (remount) it the btrfs partition (/) with the additional options compress=zlib,ssd.
the overall goal is to use the btrfs compression feature right from installation, and not only after system has been installed and i can edit the fstab.
the system i use is sabayon, but i guess at this point in installation most systems are similar.
can anyone help?
thx
Jeff
|
|
|
|
05-05-2011, 07:12 AM
|
#2
|
|
LQ Newbie
Registered: May 2011
Posts: 5
Rep:
|
This isn't particularly newbie. Have you tried going non-newbie ?
|
|
|
|
05-05-2011, 09:34 AM
|
#3
|
|
LQ Newbie
Registered: May 2011
Posts: 7
Original Poster
Rep:
|
no, not in this forum. iwas hoping that this section would also be looked at by non newbie.
|
|
|
|
05-05-2011, 10:13 AM
|
#4
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,868
|
Quote:
Originally Posted by gluni
no, not in this forum. iwas hoping that this section would also be looked at by non newbie.
|
Don't worry, it is being looked at by others as well
If you think another sub-forum on LQ would be more appropriate you might want to ask a moderator to move this thread (use the report button to do so).
|
|
|
|
05-05-2011, 10:17 AM
|
#5
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,868
|
Hi,
I'm not sure it is possible what you want to do. Aren't the options you want available from the (advanced) install screens?
You might get a better response from the LQ community if you tell us which distro you are trying to install and if this is a regular (as in not automated) install.
Hope this helps.
|
|
|
|
05-05-2011, 10:25 AM
|
#6
|
|
Member
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Posts: 535
Rep:
|
I've no idea if this is applicable but I remember installing SunOS to an old (New at the time) Sun workstation, Motorola M680xx, pre Sparc CPU. The files were loaded onto the swap partition from which the OS was installed after an auto reboot. Once the final system was booted, the partition reverted to swap and was overwritten.
OK, probably no help at all to you at all, though I note that Live CDs appear to copy all the files over to the hard disk before instalation as well.
Play Bonny! 
|
|
|
0 members found this post helpful.
|
05-05-2011, 02:02 PM
|
#7
|
|
LQ Newbie
Registered: May 2011
Posts: 7
Original Poster
Rep:
|
ok thx folks.
ill try to spread my question.
|
|
|
|
05-05-2011, 02:06 PM
|
#8
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware, Debian
Posts: 12,525
|
Quote:
Originally Posted by Soadyheid
I note that Live CDs appear to copy all the files over to the hard disk before instalation as well.
|
Actually, this copy over part is the installation.
|
|
|
|
05-06-2011, 12:13 AM
|
#9
|
|
LQ Newbie
Registered: May 2011
Posts: 7
Original Poster
Rep:
|
on some blog i found this recomendation:
mount -o remount,compress,ssd /dev/mapper/target /target -t btrfs
however i wasnt able to properly determine what the path would be in my special case, since im in a live cd environment and i want to remount the root of the target(destination) installation.
|
|
|
|
05-06-2011, 12:21 AM
|
#10
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware, Debian
Posts: 12,525
|
When in your install environment, after partitioning and before the actual install to the disk, run without any parameters (may be with sudo, I don't know about Sabayon) in a console. This will list all mounted partitions, this way you should easily be able to determine the targets mountpoint. If it will not show up, try this during a test install (means during the actual copying of files)to the harddisk. Once you determined the correct mountpoint and the correct device it should be easy to remount the partition.
|
|
|
|
05-06-2011, 06:19 AM
|
#11
|
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
Quote:
Originally Posted by servercircle
This isn't particularly newbie. Have you tried going non-newbie ?
|
Given the lack of detail -- OP doesn't even specify the distro involved -- I would say that this is in the right place.
1ce OP does tell us which distro, we can consider moving this to that distro's sub-forum, assuming it has one.
servercircle,
I'm curious, why did you join LQ?
Are you aware that your quick response -- one which was reported to the mods as "unhelpful" -- knocked this thread off LQ's 0-reply list & thus lessened its exposure to potential answers?
Last edited by archtoad6; 05-06-2011 at 07:26 AM.
Reason: link to profile
|
|
|
|
05-06-2011, 07:13 AM
|
#12
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware, Debian
Posts: 12,525
|
Quote:
Originally Posted by archtoad6
Given the lack of detail -- OP doesn't even specify the distro involved -- I would say that this is in the right place.
1ce OP does tell us which distro, we can consider moving this to that distro's sub-forum, assuming it has one.
|
I have to disagree. The OP states in his first post:
Quote:
|
the system i use is sabayon, but i guess at this point in installation most systems are similar.
|
|
|
|
|
05-06-2011, 07:19 AM
|
#13
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,868
|
Hi,
Quote:
|
Originally Posted by TobiSGD
I have to disagree. The OP states in his first post:
Quote:
|
the system i use is sabayon, but i guess at this point in installation most systems are similar.
|
|
Funny how multiple people overlooked that....
Anyway, maybe this will help the OP: How to install Sabayon 5.3 on a btrfs filesystem
|
|
|
|
05-06-2011, 07:24 AM
|
#14
|
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
You're probably right; although I'd like to plead that OP doesn't explicitly say that s/he is installing Sabayon & that s/he fooled druuna also.  :eggonface:
|
|
|
|
05-06-2011, 07:33 AM
|
#15
|
|
LQ Veteran
Registered: Sep 2003
Location: the Netherlands
Distribution: lfs, debian, rhel
Posts: 8,868
|
Quote:
Originally Posted by archtoad6
...... that s/he fooled druuna also.
|
Don't hide behind me!!, I'm already embarrassed enough I missed that info
I do hope that the link I posted in my previous reply makes up for it....
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:59 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|