sector size won't change with fdisk
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
am trying to change the sector size from 512 to 2048 of my swap partition.
# fdisk -b 2048 /dev/mapper/fedora-swap
and then I try to write to it gives me the following message.
The partition table has been altered. Calling ioctl() to re-read
partition table. Re-reading the partition table failed.: Invalid
argument
partition fdisk block-device
add a comment |Â
up vote
0
down vote
favorite
am trying to change the sector size from 512 to 2048 of my swap partition.
# fdisk -b 2048 /dev/mapper/fedora-swap
and then I try to write to it gives me the following message.
The partition table has been altered. Calling ioctl() to re-read
partition table. Re-reading the partition table failed.: Invalid
argument
partition fdisk block-device
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
am trying to change the sector size from 512 to 2048 of my swap partition.
# fdisk -b 2048 /dev/mapper/fedora-swap
and then I try to write to it gives me the following message.
The partition table has been altered. Calling ioctl() to re-read
partition table. Re-reading the partition table failed.: Invalid
argument
partition fdisk block-device
am trying to change the sector size from 512 to 2048 of my swap partition.
# fdisk -b 2048 /dev/mapper/fedora-swap
and then I try to write to it gives me the following message.
The partition table has been altered. Calling ioctl() to re-read
partition table. Re-reading the partition table failed.: Invalid
argument
partition fdisk block-device
asked Jan 12 at 22:00
alkabary
574823
574823
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I think you have to "dismount" swap with the command
swapoff /dev/mapper/fedora-swap
fdisk -b 2048 /dev/mapper/fedora-swap
swapon /dev/mapper/fedora-swap
I am not sure about syntax then man swapoff.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I think you have to "dismount" swap with the command
swapoff /dev/mapper/fedora-swap
fdisk -b 2048 /dev/mapper/fedora-swap
swapon /dev/mapper/fedora-swap
I am not sure about syntax then man swapoff.
add a comment |Â
up vote
0
down vote
I think you have to "dismount" swap with the command
swapoff /dev/mapper/fedora-swap
fdisk -b 2048 /dev/mapper/fedora-swap
swapon /dev/mapper/fedora-swap
I am not sure about syntax then man swapoff.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I think you have to "dismount" swap with the command
swapoff /dev/mapper/fedora-swap
fdisk -b 2048 /dev/mapper/fedora-swap
swapon /dev/mapper/fedora-swap
I am not sure about syntax then man swapoff.
I think you have to "dismount" swap with the command
swapoff /dev/mapper/fedora-swap
fdisk -b 2048 /dev/mapper/fedora-swap
swapon /dev/mapper/fedora-swap
I am not sure about syntax then man swapoff.
answered Jan 12 at 23:25
MysticDog
12
12
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f416689%2fsector-size-wont-change-with-fdisk%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password