Results 1 to 4 of 4

Thread: mount ntfs error on file manager

  1. #1
    Join Date
    Nov 2024
    Beans
    2

    Question mount ntfs error on file manager

    Hello all, i've questions about mount error. My os is ubuntu 24.04.1. I tried to mount a NTFS device on file manager, it shows error dialog. But it was successfully mounted on terminal with bash command. Is it a bug on file manager? Is there any solution for this?

    Last edited by bigjohntw; 2 Weeks Ago at 10:41 PM. Reason: add prefix

  2. #2
    Join Date
    Jun 2014
    Beans
    7,889

    Re: mount ntfs error on file manager

    Did you mount from a terminal immediately after failing in the file manager? What command (exactly) did you use to mount. The link below discusses the problem and gives suggestions such as Disable the User Session Default with an explanation of how to do it on 24.04.

    https://askubuntu.com/questions/1512...-lubuntu-24-04

  3. #3
    Join Date
    Dec 2009
    Beans
    6,816

    Re: mount ntfs error on file manager

    From the bug report: https://bugs.launchpad.net/ubuntu/+s...g/+bug/2062972

    Comment 18 for bug 2062972
    Morbius1 (morbius1) wrote on 2024-09-04: #18

    Do what nmaxx above did and blacklist the ntfs3 driver from running:

    Code:
    echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf
    Then reboot the box.

    That will force the file manager to use the ntfs-3g driver like it did in Ubuntu 22.04

  4. #4
    Join Date
    Nov 2024
    Beans
    2

    Re: mount ntfs error on file manager

    Quote Originally Posted by yancek View Post
    Did you mount from a terminal immediately after failing in the file manager? What command (exactly) did you use to mount. The link below discusses the problem and gives suggestions such as Disable the User Session Default with an explanation of how to do it on 24.04.

    https://askubuntu.com/questions/1512...-lubuntu-24-04
    Yes, after failing. i tried to use mount/umount/fuser commands on terminal. Thanks for your information.
    Code:
    mount -t ntfs /dev/sdx8 /home/xxx123/mdev123
    umount /home/xxx123/mdev123
    fuser -i -k -m -v /home/xxx123/mdev123
    Quote Originally Posted by Morbius1 View Post
    so it's a bug? Thank you very much.

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
  •