Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: FSCK - dev. busy

  1. #1
    Join Date
    Aug 2007
    Location
    Gran Buenos Aires-Arg.
    Beans
    776
    Distro
    Ubuntu 18.04 Bionic Beaver

    FSCK - dev. busy

    Ubuntu 18.04-

    Cada vez que arranco la máquina, me sale un aviso de ERROR en Ubuntu, preguntando si quiero informar. Digo que sí, en cada ocasión pero el error sigue saliendo.

    Tengo problemas de cuelgues. Trato de correr FSCK pero me informa que el dev. sda3 (donde está Raiz) está montado y no puede chequear.

    Se puede desmontar Raíz para poder hacer el chequeo de todos los archivos?

    Si la respuesta es sí, en qué forma? Traté de desmontar con Terminal pero me contesta que está ocupado.

    Gracias y saludos

  2. #2
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: FSCK - dev. busy

    Vero1; Hello -

    As a file system is dynamic and constantly changing fsck cannot get a handle on it, One must conduct a file system check while the target is not mounted,

    In this case I highly recommend that the file system check be ran from a live environment ( DVD or USB).

    From the liveUSB - :try ubuntu mode - activate a terminal. and execute:
    swap off if necessary:
    Code:
    sudo parted -l
    so you know the target partition,

    the file system checks:
    Code:
    change example shown with partition sda1 to your partition(s)
    #e2fsck is used to check the ext2/ext3/ext4 family of file systems. -p trys fixes where response not required
    
    sudo e2fsck -C0 -p -f -v /dev/sda1
    
    #if errors: -y auto answers yes for fixes needing response see: man e2fsck
    
    sudo e2fsck -f -y -v /dev/sda1
    See: fsck http://www.thegeekstuff.com/2012/08/...mand-examples/


    my bit to try and help
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #3
    Join Date
    Aug 2007
    Location
    Gran Buenos Aires-Arg.
    Beans
    776
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: FSCK - dev. busy

    Thank you for your quick response. As English is not my first language, I will copy your post and with the help of a Translator I'll see what will I do.

    Regards

  4. #4
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: FSCK - dev. busy

    Vero1; Good

    As English is the only language I can function in .. my hat is off to you to even try to relate in other than your native tongue.

    Will await and see further how we can help.

    all in this together
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #5
    Join Date
    Aug 2007
    Location
    Gran Buenos Aires-Arg.
    Beans
    776
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: FSCK - dev. busy

    You are really a very kind person Thanks.
    I owe very much to Facebook, where I am an Admin. my capacity of "speaking" English a little better than before
    Will come back when I`ll have news.
    Thanks again for your help.

    Regards

  6. #6
    Join Date
    Aug 2007
    Location
    Gran Buenos Aires-Arg.
    Beans
    776
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: FSCK - dev. busy

    Hi, good morning.
    I did what you told me. The result was no errors.
    On the other hand, I am still recieving the internal error of Ubuntu, despite of sending in each occasion the report, as they ask.
    I can't make a print-screen, but it says:

    ExecutablePath

    /usr/bin/baloo_file_extractor

    Please, can you tell me what to do?

    Thanks and regards.

  7. #7
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: FSCK - dev. busy

    Vero1 ; Very well


    Then it is an app that is now misbehaving ?

    See:https://community.kde.org/Baloo/Debugging
    for possible solutions and/or add your input to the bug tracker.

    -we can do that-
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  8. #8
    Join Date
    Aug 2007
    Location
    Gran Buenos Aires-Arg.
    Beans
    776
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: FSCK - dev. busy

    Thank you very much. I'll see. After will comment you.
    Regards.

  9. #9
    Join Date
    Aug 2007
    Location
    Gran Buenos Aires-Arg.
    Beans
    776
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: FSCK - dev. busy

    Hi, I went to :https://community.kde.org/Baloo/Debugging and apparently it belongs to KDE, but I have no KDE. Why is this Baloo on my Ubuntu?
    Can't I uninstall it some way?

    Thanks.

  10. #10
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: FSCK - dev. busy

    Vero1; Hummm ...
    1)
    Why is this Baloo on my Ubuntu?
    No idea why it is installed - it is not default in my system.

    2)
    Can't I uninstall it some way?
    Most likely can be safely removed.

    Let's see about that removal
    post back the outputs of terminal commands:
    Code:
    ls -al /usr/bin/baloo_file_extractor
    dpkg -l baloo
    apt policy baloo
    and I bet the package manager will happily remove baloo from the system.

    all in the process
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •