Mounting ext4 in CentOS5.6 on EC2 [on hold]SSH attack CentOS Amazon EC2“safe” ext4 configuration for systems running unattendedHow to extend an ext4 partition and filesystem?Cant mount GlusterFS volume on EC2 clientNeed help recovering RAID 6 arrayUpdate Amazon EC2 Rightscale Centos for latest GLIBCmy ext3 to ext4 dont work“Operation not permitted” on files over 2GB on ext4 filesystem18TB with ext4 filesystemWhy is UUID missing after creating ext4 filesystem on RHEL7 ec2 instance

Why does Kotter return in Welcome Back Kotter?

Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?

What would happen to a modern skyscraper if it rains micro blackholes?

How old can references or sources in a thesis be?

Why is consensus so controversial in Britain?

How to format long polynomial?

Two films in a tank, only one comes out with a development error – why?

Paid for article while in US on F-1 visa?

What typically incentivizes a professor to change jobs to a lower ranking university?

NMaximize is not converging to a solution

High voltage LED indicator 40-1000 VDC without additional power supply

Is it inappropriate for a student to attend their mentor's dissertation defense?

Alternative to sending password over mail?

Do I have a twin with permutated remainders?

how to check a propriety using r studio

Maximum likelihood parameters deviate from posterior distributions

Replacing matching entries in one column of a file by another column from a different file

What is a clear way to write a bar that has an extra beat?

How can bays and straits be determined in a procedurally generated map?

How to regain access to running applications after accidentally zapping X.org?

Could an aircraft fly or hover using only jets of compressed air?

How to determine what difficulty is right for the game?

Why doesn't H₄O²⁺ exist?

Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?



Mounting ext4 in CentOS5.6 on EC2 [on hold]


SSH attack CentOS Amazon EC2“safe” ext4 configuration for systems running unattendedHow to extend an ext4 partition and filesystem?Cant mount GlusterFS volume on EC2 clientNeed help recovering RAID 6 arrayUpdate Amazon EC2 Rightscale Centos for latest GLIBCmy ext3 to ext4 dont work“Operation not permitted” on files over 2GB on ext4 filesystem18TB with ext4 filesystemWhy is UUID missing after creating ext4 filesystem on RHEL7 ec2 instance






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








0















I've been unable to successfully mount an ext4 formatted drive to any of my EC2 instances. All are running CentOS 5.6 (32 and 64-bit mix) all successfully yum upgraded from one of public RightScale AMIs (originally CentOS 5.4) with some of the Rightscale stuff edited/removed as needed.



The error is always when mounting:



# mount -t ext4 /dev/sdf /test
mount: unknown filesystem type 'ext4'


I've tried installing the latest e2fsprogs and e4fsprogs packages (also compiled from the latest e4fsprogs release) and tried 'mke2fs -t ext4' and 'mke4fs' with the same error every time when mounting. Formatting to ext2 will always mount just fine.



Is there a boot time option I need to change or something missing from the Kernel I can verify or change?



FYI: I installed a local CentOS 5.6 virtualbox instance and can mount an ext4 drive just fine using the same commands, so my assumption is it's something with EC2 or the RightScale image I used to upgrade to CentOS 5.6.









share













migration rejected from stackoverflow.com yesterday


This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.





put on hold as off-topic by kubanczyk, Ward yesterday


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – kubanczyk, Ward
If this question can be reworded to fit the rules in the help center, please edit the question.






















    0















    I've been unable to successfully mount an ext4 formatted drive to any of my EC2 instances. All are running CentOS 5.6 (32 and 64-bit mix) all successfully yum upgraded from one of public RightScale AMIs (originally CentOS 5.4) with some of the Rightscale stuff edited/removed as needed.



    The error is always when mounting:



    # mount -t ext4 /dev/sdf /test
    mount: unknown filesystem type 'ext4'


    I've tried installing the latest e2fsprogs and e4fsprogs packages (also compiled from the latest e4fsprogs release) and tried 'mke2fs -t ext4' and 'mke4fs' with the same error every time when mounting. Formatting to ext2 will always mount just fine.



    Is there a boot time option I need to change or something missing from the Kernel I can verify or change?



    FYI: I installed a local CentOS 5.6 virtualbox instance and can mount an ext4 drive just fine using the same commands, so my assumption is it's something with EC2 or the RightScale image I used to upgrade to CentOS 5.6.









    share













    migration rejected from stackoverflow.com yesterday


    This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.





    put on hold as off-topic by kubanczyk, Ward yesterday


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – kubanczyk, Ward
    If this question can be reworded to fit the rules in the help center, please edit the question.


















      0












      0








      0








      I've been unable to successfully mount an ext4 formatted drive to any of my EC2 instances. All are running CentOS 5.6 (32 and 64-bit mix) all successfully yum upgraded from one of public RightScale AMIs (originally CentOS 5.4) with some of the Rightscale stuff edited/removed as needed.



      The error is always when mounting:



      # mount -t ext4 /dev/sdf /test
      mount: unknown filesystem type 'ext4'


      I've tried installing the latest e2fsprogs and e4fsprogs packages (also compiled from the latest e4fsprogs release) and tried 'mke2fs -t ext4' and 'mke4fs' with the same error every time when mounting. Formatting to ext2 will always mount just fine.



      Is there a boot time option I need to change or something missing from the Kernel I can verify or change?



      FYI: I installed a local CentOS 5.6 virtualbox instance and can mount an ext4 drive just fine using the same commands, so my assumption is it's something with EC2 or the RightScale image I used to upgrade to CentOS 5.6.









      share














      I've been unable to successfully mount an ext4 formatted drive to any of my EC2 instances. All are running CentOS 5.6 (32 and 64-bit mix) all successfully yum upgraded from one of public RightScale AMIs (originally CentOS 5.4) with some of the Rightscale stuff edited/removed as needed.



      The error is always when mounting:



      # mount -t ext4 /dev/sdf /test
      mount: unknown filesystem type 'ext4'


      I've tried installing the latest e2fsprogs and e4fsprogs packages (also compiled from the latest e4fsprogs release) and tried 'mke2fs -t ext4' and 'mke4fs' with the same error every time when mounting. Formatting to ext2 will always mount just fine.



      Is there a boot time option I need to change or something missing from the Kernel I can verify or change?



      FYI: I installed a local CentOS 5.6 virtualbox instance and can mount an ext4 drive just fine using the same commands, so my assumption is it's something with EC2 or the RightScale image I used to upgrade to CentOS 5.6.







      amazon-ec2 centos ext4





      share












      share










      share



      share










      asked Sep 1 '11 at 22:43









      RichardRichard

      3612




      3612




      migration rejected from stackoverflow.com yesterday


      This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.





      put on hold as off-topic by kubanczyk, Ward yesterday


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – kubanczyk, Ward
      If this question can be reworded to fit the rules in the help center, please edit the question.







      migration rejected from stackoverflow.com yesterday


      This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.





      put on hold as off-topic by kubanczyk, Ward yesterday


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Questions should demonstrate reasonable business information technology management practices. Questions that relate to unsupported hardware or software platforms or unmaintained environments may not be suitable for Server Fault - see the help center." – kubanczyk, Ward
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

          What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

          Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?