Re: Single partition fs layout

2024-02-20 Thread Odhiambo Washington
On Tue, Feb 20, 2024 at 5:24 PM hahahahacker2009 wrote: > Vào Th 3, 13 thg 2, 2024 vào lúc 19:41 Odhiambo Washington > đã viết: > > > > Is there a disadvantage to having this layout style where everything is > on > > 1 partition? > > > > ``` > > openbsd$ uname -a > > OpenBSD openbsd.vmbridge.l

Re: Single partition fs layout

2024-02-20 Thread hahahahacker2009
Vào Th 3, 13 thg 2, 2024 vào lúc 19:41 Odhiambo Washington đã viết: > > Is there a disadvantage to having this layout style where everything is on > 1 partition? > > ``` > openbsd$ uname -a > OpenBSD openbsd.vmbridge.local 7.4 GENERIC.MP#1397 amd64 > openbsd$ df -h > Filesystem SizeUsed

Re: Single partition fs layout

2024-02-14 Thread Odhiambo Washington
On Tue, Feb 13, 2024 at 10:11 PM Brian Conway wrote: > On Tue, Feb 13, 2024, at 6:37 AM, Odhiambo Washington wrote: > > Is there a disadvantage to having this layout style where everything is > on > > 1 partition? > > Beyond the plethora of responses you've already received, the Installation > se

Re: Single partition fs layout

2024-02-13 Thread Brian Conway
On Tue, Feb 13, 2024, at 6:37 AM, Odhiambo Washington wrote: > Is there a disadvantage to having this layout style where everything is on > 1 partition? Beyond the plethora of responses you've already received, the Installation section of the FAQ covers this thoroughly: https://www.openbsd.org/f

Re: Single partition fs layout

2024-02-13 Thread Odhiambo Washington
On Tue, Feb 13, 2024 at 6:00 PM Frank Habicht wrote: > On 13/02/2024 16:52, Odhiambo Washington wrote: > > Thanks a million for such a nice explanation. > > Let me now ask Google about those flags. > ^^ > you misspelled "the man pages" > > Frank > Heheee... it's just today

Re: Single partition fs layout

2024-02-13 Thread Frank Habicht
On 13/02/2024 16:52, Odhiambo Washington wrote: Thanks a million for such a nice explanation. Let me now ask Google about those flags. ^^ you misspelled "the man pages" Frank

Re: Single partition fs layout

2024-02-13 Thread Odhiambo Washington
On Tue, Feb 13, 2024 at 5:21 PM Andreas Kähäri wrote: > On Tue, Feb 13, 2024 at 04:52:08PM +0300, Odhiambo Washington wrote: > > On Tue, Feb 13, 2024 at 4:12 PM Janne Johansson > wrote: > > > > > Den tis 13 feb. 2024 kl 13:40 skrev Odhiambo Washington < > > > odhia...@gmail.com>: > > > > > > > >

Re: Single partition fs layout

2024-02-13 Thread Andreas Kähäri
On Tue, Feb 13, 2024 at 04:52:08PM +0300, Odhiambo Washington wrote: > On Tue, Feb 13, 2024 at 4:12 PM Janne Johansson wrote: > > > Den tis 13 feb. 2024 kl 13:40 skrev Odhiambo Washington < > > odhia...@gmail.com>: > > > > > > Is there a disadvantage to having this layout style where everything i

Re: Single partition fs layout

2024-02-13 Thread Odhiambo Washington
On Tue, Feb 13, 2024 at 4:12 PM Janne Johansson wrote: > Den tis 13 feb. 2024 kl 13:40 skrev Odhiambo Washington < > odhia...@gmail.com>: > > > > Is there a disadvantage to having this layout style where everything is > on > > 1 partition? > > A few. The partitioning scheme allow certain parts of

Re: Single partition fs layout

2024-02-13 Thread Maja Reberc
A very nice explanation, Janne, thank you! On Tue, 13 Feb 2024 14:12:10 +0100 Janne Johansson wrote: > A few. The partitioning scheme allow certain parts of the filesystem > to have different permissions, > > /dev/sd1a on / type ffs (local) > /dev/sd1e on /home type ffs (local, nodev, nosuid) >

Re: Single partition fs layout

2024-02-13 Thread Janne Johansson
Den tis 13 feb. 2024 kl 13:40 skrev Odhiambo Washington : > > Is there a disadvantage to having this layout style where everything is on > 1 partition? A few. The partitioning scheme allow certain parts of the filesystem to have different permissions, /dev/sd1a on / type ffs (local) /dev/sd1e on

Single partition fs layout

2024-02-13 Thread Odhiambo Washington
Is there a disadvantage to having this layout style where everything is on 1 partition? ``` openbsd$ uname -a OpenBSD openbsd.vmbridge.local 7.4 GENERIC.MP#1397 amd64 openbsd$ df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/sd0a 43.3G1.7G 39.5G 5%/ openbsd$ ls