On Thu, 26 Dec 2013 12:38:27 -0800
wes <[email protected]> dijo:
>The problem is that it isn't "mounted" in the traditional way we think
>of it. This is what GVFS is all about, it's a "virtual file system"
>which allows X-windows applications to access devices without mounting
>them. This is why "mount" doesn't show it - it wasn't mounted by mount.
That clears up part of the confusion. But still there must be a way to
access files on it from the command line. C'mon Xubuntu, can't I have a
path?
>You can probably do what you're looking for by mounting it yourself.
>mount /dev/cdrom /mnt should be a beginning - if you get an error, it
>should at least be a hint.
Everywhere on this computer I find references to sr0, so I'm pretty
sure it's /dev/sr0. But:
$ sudo mount /dev/sr0 /mnt
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: /dev/sr0: can't read superblock
$ sudo mount -t iso9660 /dev/sr0 /mnt
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Superblock?
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug