How to open and edit inode bitmap? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is it safe to resize root partition?How can I expand a partition into non adjacent unallocated space?How to get back lost capacity after using Gparted?How can I create an EXT4 partition with an extra large number of inodes?Partition problem multi dual systemsExpanding ubuntu partition with unallocated spaceExtend Windows VirtualBox partitionHow to expand boot partition in front of LVM partitionHow to resize my dual-boot partitionsServer boots into initramfs after trying to edit partitions

What was the last x86 CPU that did not have the x87 floating-point unit built in?

What is the role of 'For' here?

Do I have Disadvantage attacking with an off-hand weapon?

Windows 10: How to Lock (not sleep) laptop on lid close?

Would an alien lifeform be able to achieve space travel if lacking in vision?

For what reasons would an animal species NOT cross a *horizontal* land bridge?

1960s short story making fun of James Bond-style spy fiction

What can I do if neighbor is blocking my solar panels intentionally?

How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?

First use of “packing” as in carrying a gun

Homework question about an engine pulling a train

Do working physicists consider Newtonian mechanics to be "falsified"?

Make it rain characters

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

Presidential Pardon

Sub-subscripts in strings cause different spacings than subscripts

Working through the single responsibility principle (SRP) in Python when calls are expensive

Mortgage adviser recommends a longer term than necessary combined with overpayments

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

Are spiders unable to hurt humans, especially very small spiders?

Is this wall load bearing? Blueprints and photos attached

Could an empire control the whole planet with today's comunication methods?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

How can a C program poll for user input while simultaneously performing other actions in a Linux environment?



How to open and edit inode bitmap?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is it safe to resize root partition?How can I expand a partition into non adjacent unallocated space?How to get back lost capacity after using Gparted?How can I create an EXT4 partition with an extra large number of inodes?Partition problem multi dual systemsExpanding ubuntu partition with unallocated spaceExtend Windows VirtualBox partitionHow to expand boot partition in front of LVM partitionHow to resize my dual-boot partitionsServer boots into initramfs after trying to edit partitions



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I wanted to expand my Ubuntu partition using DiskGenius on Windows, as normal Windows Disk Management and GParted couldn't do so and I received the following output:
It basically says that some inodes are mapped wrongly and I need to manually change that. How?



enter image description here










share|improve this question









New contributor




m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please don't use windows tools to expand Ubuntu / Linux partitions. Use gparted or similar. To fix the inode errors, run fsck /dev/sdXY as root (or by sudo) on the relevant partiton .. X=disk (a, b, ..), Y= partition number (1, 2, ..). The partition must not be mounted, so you might have to do it from a Live USB. Similary, gparted can't expand a mounted partition, so this also have to be done in a Live session.

    – Soren A
    2 days ago












  • How do I create Live USB? I had my Ubuntu installed by other person who then took his pendrive away

    – m1kush
    2 days ago

















0















I wanted to expand my Ubuntu partition using DiskGenius on Windows, as normal Windows Disk Management and GParted couldn't do so and I received the following output:
It basically says that some inodes are mapped wrongly and I need to manually change that. How?



enter image description here










share|improve this question









New contributor




m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please don't use windows tools to expand Ubuntu / Linux partitions. Use gparted or similar. To fix the inode errors, run fsck /dev/sdXY as root (or by sudo) on the relevant partiton .. X=disk (a, b, ..), Y= partition number (1, 2, ..). The partition must not be mounted, so you might have to do it from a Live USB. Similary, gparted can't expand a mounted partition, so this also have to be done in a Live session.

    – Soren A
    2 days ago












  • How do I create Live USB? I had my Ubuntu installed by other person who then took his pendrive away

    – m1kush
    2 days ago













0












0








0








I wanted to expand my Ubuntu partition using DiskGenius on Windows, as normal Windows Disk Management and GParted couldn't do so and I received the following output:
It basically says that some inodes are mapped wrongly and I need to manually change that. How?



enter image description here










share|improve this question









New contributor




m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I wanted to expand my Ubuntu partition using DiskGenius on Windows, as normal Windows Disk Management and GParted couldn't do so and I received the following output:
It basically says that some inodes are mapped wrongly and I need to manually change that. How?



enter image description here







partitioning inode






share|improve this question









New contributor




m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago









LeonidMew

1,041623




1,041623






New contributor




m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









m1kushm1kush

11




11




New contributor




m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






m1kush is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Please don't use windows tools to expand Ubuntu / Linux partitions. Use gparted or similar. To fix the inode errors, run fsck /dev/sdXY as root (or by sudo) on the relevant partiton .. X=disk (a, b, ..), Y= partition number (1, 2, ..). The partition must not be mounted, so you might have to do it from a Live USB. Similary, gparted can't expand a mounted partition, so this also have to be done in a Live session.

    – Soren A
    2 days ago












  • How do I create Live USB? I had my Ubuntu installed by other person who then took his pendrive away

    – m1kush
    2 days ago

















  • Please don't use windows tools to expand Ubuntu / Linux partitions. Use gparted or similar. To fix the inode errors, run fsck /dev/sdXY as root (or by sudo) on the relevant partiton .. X=disk (a, b, ..), Y= partition number (1, 2, ..). The partition must not be mounted, so you might have to do it from a Live USB. Similary, gparted can't expand a mounted partition, so this also have to be done in a Live session.

    – Soren A
    2 days ago












  • How do I create Live USB? I had my Ubuntu installed by other person who then took his pendrive away

    – m1kush
    2 days ago
















Please don't use windows tools to expand Ubuntu / Linux partitions. Use gparted or similar. To fix the inode errors, run fsck /dev/sdXY as root (or by sudo) on the relevant partiton .. X=disk (a, b, ..), Y= partition number (1, 2, ..). The partition must not be mounted, so you might have to do it from a Live USB. Similary, gparted can't expand a mounted partition, so this also have to be done in a Live session.

– Soren A
2 days ago






Please don't use windows tools to expand Ubuntu / Linux partitions. Use gparted or similar. To fix the inode errors, run fsck /dev/sdXY as root (or by sudo) on the relevant partiton .. X=disk (a, b, ..), Y= partition number (1, 2, ..). The partition must not be mounted, so you might have to do it from a Live USB. Similary, gparted can't expand a mounted partition, so this also have to be done in a Live session.

– Soren A
2 days ago














How do I create Live USB? I had my Ubuntu installed by other person who then took his pendrive away

– m1kush
2 days ago





How do I create Live USB? I had my Ubuntu installed by other person who then took his pendrive away

– m1kush
2 days ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






m1kush is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132680%2fhow-to-open-and-edit-inode-bitmap%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








m1kush is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















m1kush is a new contributor. Be nice, and check out our Code of Conduct.












m1kush is a new contributor. Be nice, and check out our Code of Conduct.











m1kush is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132680%2fhow-to-open-and-edit-inode-bitmap%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?