distrobox icon indicating copy to clipboard operation
distrobox copied to clipboard

[Error] Cannot mount ntfs volume on centos-7 container

Open marcello-pietrobon opened this issue 1 year ago • 3 comments

Using image quay.io/centos/centos:7

I don't see a mounted volume, which is an ntfs volume mounted with --make-shared

/dev/sda1 on /mnt/dskw type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)

[me@Resolve_Centos_7_root ~]$ ll /mnt/dskw/
total 0

The command to create the volume was: $ distrobox create --root --name Resolve_Centos_7_root --image quay.io/centos/centos:7 --volume "/mnt/dskw"

With other distros, Fedora, Roky Linux, etc. I don't have this issue in any way and I can easily see that volume.

As I really need a CentOS-7 distro I would like to understand and solve this.

Thank you

marcello-pietrobon avatar Oct 23 '23 12:10 marcello-pietrobon

Same issue with manjaro Linux hosting an ubuntu docker image, after I did an update last week. It does not mount ntfs volumes automatically like it used to do.

stafpapa avatar Oct 30 '23 11:10 stafpapa

I do too use archlinux distro.

marcello-pietrobon avatar Nov 02 '23 17:11 marcello-pietrobon

Hi @marcello-pietrobon this works in other distros (guest) but specifically not on centos-7?

If that's the case it is probable that maybe come dependencies are missing?

89luca89 avatar Nov 19 '23 19:11 89luca89