-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upsize VPS partition: add info for 'remove ext4 signature' prompt #173
Comments
Hi, I've just upgraded my OVH VPS successfully ( 1 disk from 40 GB to 80 GB with one partition /dev/sdb1 ) Bellow is full list of commands: root@rescue-pro:~# lsblk root@rescue-pro:~# umount /dev/sdb1 root@rescue-pro:~# e2fsck -yf /dev/sdb1 e2fsck 1.43.4 (31-Jan-2017) Welcome to fdisk (util-linux 2.29.2). Command (m for help): p Device Boot Start End Sectors Size Id Type Command (m for help): d Command (m for help): n Created a new partition 1 of type 'Linux' and of size 80 GiB. Do you want to remove the signature? [Y]es/[N]o: Command (m for help): a Selected partition 1 Command (m for help): w root@rescue-pro:~# resize2fs /dev/sdb1 root@rescue-pro:~# mount /dev/sdb1 /mnt root@rescue-pro:~# df -h Filesystem Size Used Avail Use% Mounted on |
It's work for me, when I fails before when a execute fdisk without -u parameter. Thanks |
Hello everyone, I unfortunately deleted the ext4fs signature. How can I solve the problem? |
That's three times nothing to add to the documentation and it's still not done (after 3 years). As a result, like @dncwarren , I deleted the old signature too. I have no choice to restore my backup to make sure I haven't lost anything... |
Why is this not specified in docs ? |
The guide to resize the partition (guide.fr-fr.md) is well explained and following up is easy, but just after creating the partition with 'p' in fdisk this message appears:
It would be great to add a line explaining what implies to remove or not the signature.
The text was updated successfully, but these errors were encountered: