How long can fsck take on a 30 TB volume?Slow ext4 fsckHow dangerous is it to interrupt an fsck?How do i fsck / on solaris 10?Can fsck on ufs cause data loss?JFS: long fsck time on large filesystem?run fsck on mounted partitionHow long does it take to fsck a volume?Difference between “fsck -y” vs “fsck -a”Strange behavior of fsckWhen is fsck dangerous?

Justification of physical currency in an interstellar civilization?

Is your maximum jump distance halved by grappling?

Efficient manipulation of Associations passed to functions, how to?

Colorless commander using lands that chose based upon identity?

I want to write a blog post building upon someone else's paper, how can I properly cite/credit them?

How to start your Starctaft II games vs AI immediatly?

What happens when the drag force exceeds the weight of an object falling into earth?

Can I bring back Planetary Romance as a genre?

Was Mohammed the most popular first name for boys born in Berlin in 2018?

Light Switch Neutrals: Bundle all together?

My perfect evil overlord plan... or is it?

Names of the Six Tastes

Are wands in any sort of book going to be too much like Harry Potter?

Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?

How do I give a darkroom course without negatives from the attendees?

99 coins into the sacks

What should I use to get rid of some kind of weed in my onions

Partition error (Fdisk/Parted)

Can a character shove an enemy who is already prone?

Whose birthyears are canonically established in the MCU?

How to avoid making self and former employee look bad when reporting on fixing former employee's work?

Is it safe to keep the GPU on 100% utilization for a very long time?

While drilling into kitchen wall, hit a wire - any advice?

How can I test a shell script in a "safe environment" to avoid harm to my computer?



How long can fsck take on a 30 TB volume?


Slow ext4 fsckHow dangerous is it to interrupt an fsck?How do i fsck / on solaris 10?Can fsck on ufs cause data loss?JFS: long fsck time on large filesystem?run fsck on mounted partitionHow long does it take to fsck a volume?Difference between “fsck -y” vs “fsck -a”Strange behavior of fsckWhen is fsck dangerous?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








3















In mid-November, a VPS that I am renting from a hosting company stopped responding. When I contacted support, they explained that a power outage in the datacenter caused a forced reboot and fsck. Eventually, I asked why it was taking so long, and was told that the size of the volume is 30 TB. The last time I received an update was in February, and they have not responded to my most recent inquiry.



I understand that fsck can be very slow for some file systems, but is it possible for fsck to take 6 months on a 30 TB volume, or should I assume that this hosting company is lying to me so that I continue to pay my bill every month?










share|improve this question

















  • 7





    They were probably lying to you from the start. I would expect that to take hours. You should have stopped paying in December.

    – Michael Hampton
    3 hours ago


















3















In mid-November, a VPS that I am renting from a hosting company stopped responding. When I contacted support, they explained that a power outage in the datacenter caused a forced reboot and fsck. Eventually, I asked why it was taking so long, and was told that the size of the volume is 30 TB. The last time I received an update was in February, and they have not responded to my most recent inquiry.



I understand that fsck can be very slow for some file systems, but is it possible for fsck to take 6 months on a 30 TB volume, or should I assume that this hosting company is lying to me so that I continue to pay my bill every month?










share|improve this question

















  • 7





    They were probably lying to you from the start. I would expect that to take hours. You should have stopped paying in December.

    – Michael Hampton
    3 hours ago














3












3








3








In mid-November, a VPS that I am renting from a hosting company stopped responding. When I contacted support, they explained that a power outage in the datacenter caused a forced reboot and fsck. Eventually, I asked why it was taking so long, and was told that the size of the volume is 30 TB. The last time I received an update was in February, and they have not responded to my most recent inquiry.



I understand that fsck can be very slow for some file systems, but is it possible for fsck to take 6 months on a 30 TB volume, or should I assume that this hosting company is lying to me so that I continue to pay my bill every month?










share|improve this question














In mid-November, a VPS that I am renting from a hosting company stopped responding. When I contacted support, they explained that a power outage in the datacenter caused a forced reboot and fsck. Eventually, I asked why it was taking so long, and was told that the size of the volume is 30 TB. The last time I received an update was in February, and they have not responded to my most recent inquiry.



I understand that fsck can be very slow for some file systems, but is it possible for fsck to take 6 months on a 30 TB volume, or should I assume that this hosting company is lying to me so that I continue to pay my bill every month?







fsck






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 3 hours ago









Brian BiBrian Bi

1165




1165







  • 7





    They were probably lying to you from the start. I would expect that to take hours. You should have stopped paying in December.

    – Michael Hampton
    3 hours ago













  • 7





    They were probably lying to you from the start. I would expect that to take hours. You should have stopped paying in December.

    – Michael Hampton
    3 hours ago








7




7





They were probably lying to you from the start. I would expect that to take hours. You should have stopped paying in December.

– Michael Hampton
3 hours ago






They were probably lying to you from the start. I would expect that to take hours. You should have stopped paying in December.

– Michael Hampton
3 hours ago











1 Answer
1






active

oldest

votes


















6














fsck speed mainly depends on the number of files and how they are spread in the respective directory. That said, 6 month for a fsck is absolutely absurd: it should had completed in some hours at most, especially if using xfs which as the speedy xfs_repair utility. Here you can find some fsck run at a scale - all completed under one hour (3600s). So, it is not possible that your fsck is still running.



Anyway, an unexpected power loss will not cause a full-blow fsck, rather only a very fast (some seconds) journal replay. However, if some key files was damaged, the OS can be unbootable.



But they probably just lied to you. You should stop paying immediately, ask for an explanation and apply for a total refund.






share|improve this answer


















  • 1





    If they're using ext2, then a power failure will require a full fsck, and I wouldn't be surprised if it takes days on a heavily-used 30TB volume. On the other hand, if they're using ext2 on a 30TB volume, that in and of itself is a reason to look elsewhere for hosting services.

    – Mark
    33 mins ago






  • 2





    ext2 uses 32-bit block counter, with a maximum block size of 4096 bytes (ie: a page) on x86 and x86_64. This means ext2 (and ext3) are limited to 8TB volumes so no, the OP can not be using ext2/3. Anyway, using any non-journaled filesystem on a 30 TB volume would be absolutely insane.

    – shodanshok
    21 mins ago












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f966244%2fhow-long-can-fsck-take-on-a-30-tb-volume%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









6














fsck speed mainly depends on the number of files and how they are spread in the respective directory. That said, 6 month for a fsck is absolutely absurd: it should had completed in some hours at most, especially if using xfs which as the speedy xfs_repair utility. Here you can find some fsck run at a scale - all completed under one hour (3600s). So, it is not possible that your fsck is still running.



Anyway, an unexpected power loss will not cause a full-blow fsck, rather only a very fast (some seconds) journal replay. However, if some key files was damaged, the OS can be unbootable.



But they probably just lied to you. You should stop paying immediately, ask for an explanation and apply for a total refund.






share|improve this answer


















  • 1





    If they're using ext2, then a power failure will require a full fsck, and I wouldn't be surprised if it takes days on a heavily-used 30TB volume. On the other hand, if they're using ext2 on a 30TB volume, that in and of itself is a reason to look elsewhere for hosting services.

    – Mark
    33 mins ago






  • 2





    ext2 uses 32-bit block counter, with a maximum block size of 4096 bytes (ie: a page) on x86 and x86_64. This means ext2 (and ext3) are limited to 8TB volumes so no, the OP can not be using ext2/3. Anyway, using any non-journaled filesystem on a 30 TB volume would be absolutely insane.

    – shodanshok
    21 mins ago
















6














fsck speed mainly depends on the number of files and how they are spread in the respective directory. That said, 6 month for a fsck is absolutely absurd: it should had completed in some hours at most, especially if using xfs which as the speedy xfs_repair utility. Here you can find some fsck run at a scale - all completed under one hour (3600s). So, it is not possible that your fsck is still running.



Anyway, an unexpected power loss will not cause a full-blow fsck, rather only a very fast (some seconds) journal replay. However, if some key files was damaged, the OS can be unbootable.



But they probably just lied to you. You should stop paying immediately, ask for an explanation and apply for a total refund.






share|improve this answer


















  • 1





    If they're using ext2, then a power failure will require a full fsck, and I wouldn't be surprised if it takes days on a heavily-used 30TB volume. On the other hand, if they're using ext2 on a 30TB volume, that in and of itself is a reason to look elsewhere for hosting services.

    – Mark
    33 mins ago






  • 2





    ext2 uses 32-bit block counter, with a maximum block size of 4096 bytes (ie: a page) on x86 and x86_64. This means ext2 (and ext3) are limited to 8TB volumes so no, the OP can not be using ext2/3. Anyway, using any non-journaled filesystem on a 30 TB volume would be absolutely insane.

    – shodanshok
    21 mins ago














6












6








6







fsck speed mainly depends on the number of files and how they are spread in the respective directory. That said, 6 month for a fsck is absolutely absurd: it should had completed in some hours at most, especially if using xfs which as the speedy xfs_repair utility. Here you can find some fsck run at a scale - all completed under one hour (3600s). So, it is not possible that your fsck is still running.



Anyway, an unexpected power loss will not cause a full-blow fsck, rather only a very fast (some seconds) journal replay. However, if some key files was damaged, the OS can be unbootable.



But they probably just lied to you. You should stop paying immediately, ask for an explanation and apply for a total refund.






share|improve this answer













fsck speed mainly depends on the number of files and how they are spread in the respective directory. That said, 6 month for a fsck is absolutely absurd: it should had completed in some hours at most, especially if using xfs which as the speedy xfs_repair utility. Here you can find some fsck run at a scale - all completed under one hour (3600s). So, it is not possible that your fsck is still running.



Anyway, an unexpected power loss will not cause a full-blow fsck, rather only a very fast (some seconds) journal replay. However, if some key files was damaged, the OS can be unbootable.



But they probably just lied to you. You should stop paying immediately, ask for an explanation and apply for a total refund.







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









shodanshokshodanshok

27k34889




27k34889







  • 1





    If they're using ext2, then a power failure will require a full fsck, and I wouldn't be surprised if it takes days on a heavily-used 30TB volume. On the other hand, if they're using ext2 on a 30TB volume, that in and of itself is a reason to look elsewhere for hosting services.

    – Mark
    33 mins ago






  • 2





    ext2 uses 32-bit block counter, with a maximum block size of 4096 bytes (ie: a page) on x86 and x86_64. This means ext2 (and ext3) are limited to 8TB volumes so no, the OP can not be using ext2/3. Anyway, using any non-journaled filesystem on a 30 TB volume would be absolutely insane.

    – shodanshok
    21 mins ago













  • 1





    If they're using ext2, then a power failure will require a full fsck, and I wouldn't be surprised if it takes days on a heavily-used 30TB volume. On the other hand, if they're using ext2 on a 30TB volume, that in and of itself is a reason to look elsewhere for hosting services.

    – Mark
    33 mins ago






  • 2





    ext2 uses 32-bit block counter, with a maximum block size of 4096 bytes (ie: a page) on x86 and x86_64. This means ext2 (and ext3) are limited to 8TB volumes so no, the OP can not be using ext2/3. Anyway, using any non-journaled filesystem on a 30 TB volume would be absolutely insane.

    – shodanshok
    21 mins ago








1




1





If they're using ext2, then a power failure will require a full fsck, and I wouldn't be surprised if it takes days on a heavily-used 30TB volume. On the other hand, if they're using ext2 on a 30TB volume, that in and of itself is a reason to look elsewhere for hosting services.

– Mark
33 mins ago





If they're using ext2, then a power failure will require a full fsck, and I wouldn't be surprised if it takes days on a heavily-used 30TB volume. On the other hand, if they're using ext2 on a 30TB volume, that in and of itself is a reason to look elsewhere for hosting services.

– Mark
33 mins ago




2




2





ext2 uses 32-bit block counter, with a maximum block size of 4096 bytes (ie: a page) on x86 and x86_64. This means ext2 (and ext3) are limited to 8TB volumes so no, the OP can not be using ext2/3. Anyway, using any non-journaled filesystem on a 30 TB volume would be absolutely insane.

– shodanshok
21 mins ago






ext2 uses 32-bit block counter, with a maximum block size of 4096 bytes (ie: a page) on x86 and x86_64. This means ext2 (and ext3) are limited to 8TB volumes so no, the OP can not be using ext2/3. Anyway, using any non-journaled filesystem on a 30 TB volume would be absolutely insane.

– shodanshok
21 mins ago


















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • 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%2fserverfault.com%2fquestions%2f966244%2fhow-long-can-fsck-take-on-a-30-tb-volume%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

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480