Quote:
Originally Posted by Dutchy
With F17 It should be mounted in a sub folder of /run/user/$USER/gvfs/
For F16 you might need to take a look in ~/.gvfs (the mount points changed in F17 and I'm not really sure about the exact location of it in F16).
Btw. the mount -o loop thing is only used for mounting image files e.g. ISO's (as far as I know).
|
Thanks,
Hmmm... it is actually in /usr/share/gvfs. It contains 2 folders with .mount files that point to an executable, here is the cdda.moun file:
Code:
[Mount]
Type=cdda
Exec=/usr/libexec/gvfsd-cdda
AutoMount=false
So we know now it is mounted using gvfs whatever it is. This folder is not actually the mount point.
Using gvfs-mount got this:
Code:
gvfs-mount -l -i
Drive(0): CD/DVD Drive
Type: GProxyDrive (GProxyVolumeMonitorGdu)
ids:
unix-device: '/dev/sr1'
themed icons: [drive-optical] [drive]
is_media_removable=1
has_media=0
is_media_check_automatic=1
can_poll_for_media=1
can_eject=0
can_start=0
can_stop=0
start_stop_type=unknown
Drive(2): CD/DVD Drive
Type: GProxyDrive (GProxyVolumeMonitorGdu)
ids:
unix-device: '/dev/sr0'
themed icons: [drive-optical] [drive]
is_media_removable=1
has_media=1
is_media_check_automatic=1
can_poll_for_media=1
can_eject=1
can_start=0
can_stop=0
start_stop_type=unknown
Volume(0): Audio Disc
Type: GProxyVolume (GProxyVolumeMonitorGdu)
ids:
unix-device: '/dev/sr0'
activation_root=cdda://sr0/
themed icons: [media-optical-audio] [media-optical] [media]
can_mount=1
can_eject=1
should_automount=1
Mount(0): Audio Disc -> cdda://sr0/
Type: GProxyShadowMount (GProxyVolumeMonitorGdu)
default_location=cdda://sr0/
themed icons: [media-optical-audio] [media-optical] [media]
x_content_types: x-content/audio-cdda
can_unmount=1
can_eject=1
is_shadowed=0
Mount(0): Audio Disc -> cdda://sr0/
Type: GDaemonMount
default_location=cdda://sr0/
themed icons: [media-optical-audio] [media-optical] [media]
x_content_types: x-content/audio-cdda
can_unmount=1
can_eject=0
is_shadowed=1
We can see now that the mount point or location is cdda://sr0/ and it is virtual. Any ideas??
oll