Date: Mon, 07 Jan 2019 17:17:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234694] multimedia/libdvdread: improve opening of a DVD mount point Message-ID: <bug-234694-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234694 Bug ID: 234694 Summary: multimedia/libdvdread: improve opening of a DVD mount point Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: martymac@FreeBSD.org Reporter: tijl@FreeBSD.org Flags: maintainer-feedback?(martymac@FreeBSD.org) Assignee: martymac@FreeBSD.org Created attachment 200871 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200871&action= =3Dedit patch libdvdread can open a device node like /dev/cd0, but it can also open a mou= nt point like /media/SOME_DVD_LABEL. It will lookup the device node for that mount point then. This appears to be used by GNOME. Currently libdvdread = uses getfsfile(3) for this which means the device node has to be in /etc/fstab.= =20 This is normally not the case for removable media. This patch changes libdvdread to use statfs(2) instead. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234694-7788>