You are not logged in.
This is NOT fixed in 2.9.2.
I installed fuse and libfuse 2.9.2 on Ubuntu and it SEEMED to be fixed, i.e. I hadn't observed it any more... until now. It has just happened again. So it is not fixed at all.
In the meanwhile I have upgraded from ubuntu 12.10 to 13.04, but Synaptic indicates that the currently installed version of fuse and libfuse is still 2.9.2-4
Offline
These are the Arch Linux forums, I don't know why you're telling us about your experience on Ubuntu..
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Online
not fixed even in fuse 2.9.3-2
17:31:01 papio@baboonsony:~$ uname -a
Linux baboonsony 3.13.7-1-pae #1 SMP PREEMPT Wed Feb 26 23:38:49 EST 2014 i686 GNU/Linux
Zygfryd Homonto
Offline
Hi all.
Today I ran into the same problem that occurs.
[root@homelinux user0]# blkid /dev/sda1
/dev/sda1: UUID="A3C143C50A282542" TYPE="ntfs" PARTUUID="30299868-01"
[root@homelinux user0]# ntfs-3g /dev/sda1 /mnt/win_sys/
[root@homelinux user0]# ls /mnt/win_sys
ls: cannot access /mnt/win_sys: Transport endpoint is not connected
[root@homelinux user0]# umount /mnt/win_sys
[root@homelinux user0]# ntfs-3g -o ro /dev/sda1 /mnt/win_sys/
fuse: mount failed: Device or resource busy
[root@homelinux user0]# fuser -m /dev/sda1
[root@homelinux user0]#
/dev/sda - this is my internal drive.
But if I try to mount a USB flash drive, I will have no problems
[root@homelinux user0]# blkid /dev/sdd1
/dev/sdd1: UUID="599077211AA3E740" TYPE="ntfs" PARTUUID="04dd5721-01"
[root@homelinux user0]# ntfs-3g /dev/sdd1 /mnt/win_sys/
[root@homelinux user0]# ls /mnt/win_sys/
DSCN5377.JPG DSCN5378.JPG DSCN5379.JPG DSCN5380.JPG DSCN5381.JPG Unigine_Heaven-3.0.exe ????????1 ???????????? ??????????.zip
[root@homelinux user0]# umount /mnt/win_sys/
[root@homelinux user0]# ntfs-3g -o ro /dev/sdd1 /mnt/win_sys/
[root@homelinux user0]# ls /mnt/win_sys/
DSCN5377.JPG DSCN5378.JPG DSCN5379.JPG DSCN5380.JPG DSCN5381.JPG Unigine_Heaven-3.0.exe ????????1 ???????????? ??????????.zip
[root@homelinux user0]# mount | grep sdd1
/dev/sdd1 on /mnt/win_sys type fuseblk (ro,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
[root@homelinux user0]#
Any ideas ?
Offline
This thread is old and solved. Please start your own thread if you need assistance.
https://wiki.archlinux.org/index.php/Fo … Bumping.22
Closing...
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline