Displaying 5 results from an estimated 5 matches for "swap0".
Did you mean:
swap
2019 Apr 03
2
Kickstart putting /boot on sda2 (anaconda partition enumeration)?
...on sda2, and
root on sda3. for $REASONS I want /boot to be the partition #1 (sda1)
My kickstart storage config looks like this:
bootloader --location=mbr --driveorder=sda,sdb
zerombr
ignoredisk --only-use=sda,sdb
clearpart --all --drives=sda,sdb
part raid.boot0 --size 1000 --ondrive=sda
part raid.swap0 --size 8192 --ondrive=sda
part raid.root0 --size 8000 --grow --ondrive=sda
part raid.boot1 --size 1000 --ondrive=sdb
part raid.swap1 --size 8192 --ondrive=sdb
part raid.root1 --size 8000 --grow --ondrive=sdb
raid /boot --fstype ext4 --device md0 --level=RAID1 raid.boot1 raid.boot0
raid swap --fstyp...
2005 Dec 05
5
CENTOS4.2 swapon -s result ?
Hello
It is my first question here and I would like to thanks all of you to
keep alive this stream
and to give answers (I regulary read). Thanks for the good job.
After installing CENTOS4.2 and "play with" I type the command swapon -s
to verify everythings
is ok but the command does nor return info as it should do.
Is it something known ?
Thanks
Jean-Pierre Castello
HP France
mobile :
2014 Oct 05
0
lvcreate error
...-n- 998.00g 864.75g
#lvs
LV VG Attr LSize Pool Origin Data% Move Log Cpy%
Sync Convert
docker hm -wi-ao----
15.00g
libvirt-images hm -wi-ao----
63.24g
swap0 hm -wi-ao----
30.00g
system2_root hm -wi-ao----
15.00g
system2_var hm -wi-ao----
5.00g
system3_var hm -wi-a-----...
2013 Nov 03
1
FreeBSD 10 Beta 2: make installkernel failure with installer provided ZFS configuration.
...on /var/mail (zfs, local, noatime, noexec, nosuid, nfsv4acls)
zroot/var/run on /var/run (zfs, local, noatime, noexec, nosuid, nfsv4acls)
zroot/var/tmp on /var/tmp (zfs, local, noatime, nosuid, nfsv4acls)
root at els1:/usr/src # cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/swap0 none swap sw 0 0
/dev/gpt/swap1 none swap sw 0 0
/dev/gpt/swap2 none swap sw 0 0
/dev/gpt/swap3 none swap sw 0 0
/dev/gpt/swap4 none swap sw 0 0
root at els1:/usr/src # ll /dev/ada*
crw-r----- 1 root operator 0x5f Nov 3 10:01 /dev/ada0
crw-r----- 1 root operator 0x64 Nov 3 10:01 /dev/ada0p...
2013 Jan 24
2
RFC: Suggesting ZFS "best practices" in FreeBSD
>> #1. Map the physical drive slots to how they show up in FBSD so if a
>> disk is removed and the machine is rebooted all the disks after that
>> removed one do not have an 'off by one error'. i.e. if you have
>> ada0-ada14 and remove ada8 then reboot - normally FBSD skips that
>> missing ada8 drive and the next drive (that used to be ada9) is now