Replies: 1 comment
-
I abandoned trying to create swap partitions and dd swap with a swap file. The procedure I followed for doing this is at: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a highly customized procedure to install Ubuntu in an encrypted ZFS file system, and RAIDed drives. A description of the installation procedure can be downloaded here:
https://www.mediafire.com/file/2w8mdb96tbzslub/Ubuntu_22.04_Root_on_ZFS_Encryption.odt/file
I got Ubuntu working fine in most respects, but I was not able to configure the swap partition. The partition was created with the statements:
The swap configure attempt was done with the command sequence:
This result of the last command above was the error message:
How does one make these partitions not busy? I cannot figure how it be busy because in the installation procedure I do not see anything done that would make it busy. They have not been used for anything up to that point.
Is the partition not suitable only because it is busy? Is the type FD00 (Linux Raid type) appropriate for a RAIDed swap partition? I also tried type BF02 which is the Solaris swap type, but I got the same resulting error.
Beta Was this translation helpful? Give feedback.
All reactions