You are not logged in.

#1 2012-07-13 17:28:21

*david_a*
Member
Registered: 2009-06-19
Posts: 80

[Solved] Clarification request for Btrfs entry on wiki

On http://wiki.archlinux.org/index.php/Btrfs , near the bottom of the page, a method is described for activating Btrfs compression during the Arch install, before package selection, in order to have all those packages installed compressed (in addition to all the data that will be added after first boot of course). The command is

mount -o remount,compress=lzo /dev/sdXY /mnt/target

.

My question: I know that the /dev/sdXY in that command is a place holder, and I should insert the proper path to my disk at that point. But is /mnt/target a placeholder too? If it is, where do I find out the proper mount points?

--
Thanks
David

Last edited by *david_a* (2012-07-19 23:30:12)

Offline

#2 2012-07-13 18:49:10

prasinoulhs
Member
From: Greece
Registered: 2011-10-30
Posts: 53

Re: [Solved] Clarification request for Btrfs entry on wiki

Since you may have different partitions for /, /var, etc and since you can't shouldn't mount all of them on the same place (unless you know what are you doing), i guess that yes it's a placeholder and should be replaced with the path where they already are mounted from the installer.

Last edited by prasinoulhs (2012-07-14 04:31:48)

Offline

#3 2012-07-13 22:05:52

*david_a*
Member
Registered: 2009-06-19
Posts: 80

Re: [Solved] Clarification request for Btrfs entry on wiki

prasinoulhs wrote:

Since you may have different partitions for /, /var, etc and since you can't mount all of them on the same place, i guess that yes it's a placeholder and should be replaced with the path where they already are mounted from the installer.

That's good to know. Now, how do I discover where the installer has mounted them? Probably a silly question but I don't know the answer.

Offline

#4 2012-07-14 04:30:33

prasinoulhs
Member
From: Greece
Registered: 2011-10-30
Posts: 53

Re: [Solved] Clarification request for Btrfs entry on wiki

Use mount

Offline

#5 2012-07-19 23:31:45

*david_a*
Member
Registered: 2009-06-19
Posts: 80

Re: [Solved] Clarification request for Btrfs entry on wiki

Thanks. Switching to another tty and using "mount" works. Or could also use "df" to see what is mounted.

Offline

Board footer

Powered by FluxBB