From: worley@alum.mit.edu (Dale R. Worley)
To: Stuart T Rogers <stuart@stella-maris.org.uk>
Cc: util-linux@vger.kernel.org
Subject: Re: Possible problem mounting Video DVD
Date: Fri, 7 Mar 2014 18:22:33 -0500 [thread overview]
Message-ID: <201403072322.s27NMX6A018323@hobgoblin.ariadne.com> (raw)
In-Reply-To: <52EAAA43.8030509@stella-maris.org.uk> (stuart@stella-maris.org.uk)
> From: Stuart T Rogers <stuart@stella-maris.org.uk>
> Thanks for that explanation. The only thing regarding the DVD_RECORDER
> directory is that it does not exist until the DVD is mounted so whoever
> creates it sets the permissions. The name DVD_RECORDER is the volume
> name of the DVD. I'm not sure how the DVD can itself have permissions
> attributed to it though.
One thing you can try for diagnosis is this: Insert the DVD and wait
for it to show up in File Manager. Then go to a shell and run "df".
That command lists *all* of the file systems that are rightly and
properly mounted. Most likely, /run/media/stuart/DVD_RECORDER will
show up as a mount point, showing that your DVD *actually is*
mounted. Which starts to narrow down where things could be going
wrong.
Then run "mount". That dumps a lot of information about the options
that were used during the mount operation. In particular, the word
after "type" in the relevant line is the type of file system, and the
stuff in parentheses is the options. You can go to the mount manual
page and look up the options to see if one of the options is buggering
how the DVD is mounted.
You can also do "ls -al /run/media/stuart/DVD_RECORDER", which will
show what the permissions are of the DVD_RECORDER directory and also
the subdirectories within it. (Under normal conditions, those should
be the same.)
This will give you some info to help figure out what's messing up:
the program creating DVD_RECORDER, the mount command that is getting
executed, the mount program itself, or the kernel filesystem code.
Dale
prev parent reply other threads:[~2014-03-07 23:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-28 17:41 Possible problem mounting Video DVD Stuart T Rogers
2014-01-28 21:26 ` Dale R. Worley
2014-01-28 23:01 ` Stuart T Rogers
2014-01-29 20:54 ` Dale R. Worley
2014-01-29 22:40 ` Stuart T Rogers
2014-01-30 19:06 ` Dale R. Worley
2014-01-30 19:38 ` Stuart T Rogers
2014-03-07 23:22 ` Dale R. Worley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201403072322.s27NMX6A018323@hobgoblin.ariadne.com \
--to=worley@alum.mit.edu \
--cc=stuart@stella-maris.org.uk \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox