Results 1 to 8 of 8

Thread: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

  1. #1
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    871
    Distro
    Xubuntu

    /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    I used advanced recovery mode to fsck my Ubuntu 24.04 instance due to filesystem checks on every boot.

    I used the 'fsck' option from the menu and received the error:

    /lib/recovery-mode/recovery-menu: line 80: /etc/default/rcs: No such file or directory.
    fsck from util-linux 2.39.3
    /dev/nvme0n1p5 is mounted
    e2fsck: Cannot continue, aborting.

    /dev/nvme0n1p5 is the mount point for /, /var/snap/...
    /dev/nvme0n1p6 is the mount point for /home

    I re-tried the same method this time using 'root access', separately, on each of the nvme's but received the same message each time.

    Help?

  2. #2
    Join Date
    May 2008
    Beans
    4,504
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    Quote Originally Posted by makem2 View Post
    /dev/nvme0n1p5 is mounted
    e2fsck: Cannot continue, aborting
    Boot into a "Try Ubuntu" live session
    If (unusually) your partitions are mounted:-
    Code:
    sudo umount -a
    Code:
    sudo fsck /dev/nvme0n1p5

  3. #3
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    +1 for tea for one ^^^^
    Also in Advanced mode "fsck" should be ran as:
    Code:
    sudo fsck -f /
    I pointed that out in your last thread as well.

    AND seeing how I see many fsck running at boot, I feel there is a bug in the soup.

    On Mine and NOT MOUNTED:
    Code:
    sudo fsck -f /dev/nvme0n1p2 
    [sudo] password for me:  
    fsck from util-linux 2.40.2 
    e2fsck 1.47.1 (20-May-2024) 
    Pass 1: Checking inodes, blocks, and sizes 
    Inode 23863922 extent tree (at level 1) could be shorter.  Optimize<y>? yes 
    Pass 1E: Optimizing extent trees 
    Pass 2: Checking directory structure 
    Pass 3: Checking directory connectivity 
    Pass 4: Checking reference counts 
    Pass 5: Checking group summary information 
    
    /dev/nvme0n1p2: ***** FILE SYSTEM WAS MODIFIED ***** 
    /dev/nvme0n1p2: 2612399/30507008 files (0.3% non-contiguous), 45034541/122018696 blocks
    
    
    

    Last edited by 1fallen; October 6th, 2024 at 08:59 PM. Reason: add to
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  4. #4
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    871
    Distro
    Xubuntu

    Re: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    Quote Originally Posted by tea for one View Post
    Boot into a "Try Ubuntu" live session
    If (unusually) your partitions are mounted:-
    Code:
    sudo umount -a
    Code:
    sudo fsck /dev/nvme0n1p5
    I did try that but the live session was 20.04 not 24.04 which I still have to do but rl intervenes as usual

  5. #5
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    871
    Distro
    Xubuntu

    Re: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    Quote Originally Posted by 1fallen2 View Post
    +1 for tea for one ^^^^
    Also in Advanced mode "fsck" should be ran as:
    Code:
    sudo fsck -f /
    I pointed that out in your last thread as well.

    AND seeing how I see many fsck running at boot, I feel there is a bug in the soup.

    On Mine and NOT MOUNTED:
    Code:
    sudo fsck -f /dev/nvme0n1p2 
    [sudo] password for me:  
    fsck from util-linux 2.40.2 
    e2fsck 1.47.1 (20-May-2024) 
    Pass 1: Checking inodes, blocks, and sizes 
    Inode 23863922 extent tree (at level 1) could be shorter.  Optimize<y>? yes 
    Pass 1E: Optimizing extent trees 
    Pass 2: Checking directory structure 
    Pass 3: Checking directory connectivity 
    Pass 4: Checking reference counts 
    Pass 5: Checking group summary information 
    
    /dev/nvme0n1p2: ***** FILE SYSTEM WAS MODIFIED ***** 
    /dev/nvme0n1p2: 2612399/30507008 files (0.3% non-contiguous), 45034541/122018696 blocks
    
    
    

    I think its related to the file it complains about. I have a feeling its related to Wayland. Is there a way to check if any Wayland bits and pieces remain which might need it?

    Edit: Ah I remember long time ago I had Gnome desktop for some reason and Wayland was involved in the reaso which I forget.

    Can I remove the Gnome desktop I ask and maybe, just maybe that will take out the need for rcs file. There are dozens or Wayland bits and piece still installed but no idea which is needed as its tied into many things.

    Gnome desktop no longer installed - must have purged it.

    Btw I did use sudo fsck -f / in advanced mode, thought I posted the result somewhere there.
    Last edited by makem2; October 6th, 2024 at 11:27 PM.

  6. #6
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    Quote Originally Posted by makem2 View Post
    Is there a way to check if any Wayland bits and pieces remain which might need it?
    Dang Wayland is very new to me so give me a beat to think about that????? I'm a Devout XFCE guy.
    But for the past year I've been running a Plasma-6 system with wayland and I'm falling in Like with it.

    If you get a chance when in Advanced Mode >>Root try
    Code:
    apt autoremove --purge
    Last edited by 1fallen; October 6th, 2024 at 11:15 PM.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  7. #7
    Join Date
    Jul 2015
    Location
    Essex, UK
    Beans
    871
    Distro
    Xubuntu

    Re: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    Quote Originally Posted by 1fallen2 View Post
    Dang Wayland is very new to me so give me a beat to think about that????? I'm a Devout XFCE guy.
    But for the past year I've been running a Plasma-6 system with wayland and I'm falling in Like with it.

    If you get a chance when in Advanced Mode >>Root try
    Code:
    apt autoremove --purge
    Done - nothing to remove

    Edit: I'm a Devout XFCE guy
    Last edited by makem2; October 6th, 2024 at 11:51 PM. Reason: I also

  8. #8
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: /devnvme01p5 is mounted. e2fsck: Cannot continue, aborting.

    Just a though, and Thanks for replying.
    I knew you was XFCEman, but the wayland part threw me.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •