LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-12-2015, 09:10 AM   #1
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Some UDF DVDs will not mount: Unknown filesystem


At first I thought this was a bug in libdvdcss as it really only affected pressed movies, but lately I've been having some strange issues mounting DVDs I just burned.

First, I want to rule out some hardware issues. This started happening on an old questionable DVD drive. I had another bay, so I added another DVD drive from an external enclosure...which had the same issue. Just to rule it out, I bought a brand new Samsung Super Writemaster drive from Amazon. And the problem still persists.

But today I went to burn a DVD (in the brand new drive), but after I reinserted the disk, it didn't automatically mount. So I went to the Disk Utility and saw a sight all too familiar:
http://s2.postimg.org/kcav0mv95/disks_84gbunknown.png

I have a theory that because I have 2 DVD drives, that it is trying to mount /dev/cdrom instead of, in this case, /dev/sr0. The thing is, though, that
Code:
sudo mount -t udf /dev/sr0 /mnt
will successfully mount the disk. That's what it should be doing automatically.

Here is what GNOME Disks reports after I mount the drive manually:
http://s28.postimg.org/4bb4ha3u5/odd.png

Would really like to know what's going on so I can file a bug report on Launchpad.

Thanks in advance.
 
Old 08-13-2015, 08:33 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
Oh, I re-read it

Last edited by jefro; 08-14-2015 at 04:18 PM.
 
Old 08-14-2015, 08:22 AM   #3
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616

Original Poster
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
No, neither drive is bad after I replaced the one I thought was bad. (And really wasn't). Both drives have the same issue.

This is a workstation PC (HP X series specifically). Ran a memory test last night and it came clean. I'm highly doubtful that it's anything hardware related, as things like a SATA controller or power supply would cause all kinds of problems. The only thing I might be skeptical of are the cables, but I don't think so for 2 reasons:
* I swapped them around, and the drives are still having issues.
* Both cables having the same exact issue would be highly unlikely.

What leads me to think this is a software issue is what I said in my first post, that I can mount it manually just fine. So I think it's something wrong with how it automounts the disk, I'm just not sure what the issue is.
 
Old 08-14-2015, 11:15 AM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,149

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
It looks like the automounting software doesn't identify the udf filing system. One trick you could try would be to use the second drive exclusively for disks with that system, and to make an entry for /dev/sr1 in /etc/fstab, which the automounter should use.
 
Old 08-15-2015, 02:38 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
if you search LQ forums for dvd and udf, there was a similar thread very recently.
iirc, the solution was that some linuxes don't support recent versions of udf.
 
Old 08-18-2015, 09:40 AM   #6
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616

Original Poster
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
You mean this thread? I already read that. That had to do with multiple users being logged on, and one user couldn't access the drive another user had mounted. I do have 2 users on my system (one for personal stuff, one for tutorial screencasts), but I almost never log in on both at the same time.

What I'm talking about is for some unknown reason, some UDF DVDs will not mount (but others will).

For example, I was watching Duck Dynasty S5, and Disk 1 read just fine, but Disk 2 didn't. Same UDF filesystem, same CSS encryption...I don't know what's going on.

Last edited by Ihatewindows522; 08-20-2015 at 09:05 AM. Reason: Removed something that didn't make any sense
 
Old 08-19-2015, 12:09 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Ihatewindows522 View Post
You mean this thread?
january is not "very recent" in my book.

i meant this thread and i see now that it was about blurays, so not strictly dvd. it might or might not contain information relevant to your problem.
 
Old 08-20-2015, 07:08 AM   #8
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616

Original Poster
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
No I never have that problem. On a manual mount it works fine, no issues...even though it claims it has no clue what the filesystem is. Something else I find odd is that I can completely omit the -t in the mount command, and it still works given it doesn't know what the filesystem is.

Obviously there's nothing wrong with mount, that's working just fine. I think it has something to do with GNOME. I'll try mounting some problematic DVDs from a Kubuntu live USB.
 
Old 01-22-2016, 11:31 AM   #9
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616

Original Poster
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Arg! This is driving me nuts! This is happening now on both my desktop AND laptop! Read this and found that it has to do with how the kernel has been compiled. Running this:
Code:
cat /boot/config-$(uname -r) | grep -i udf
gives this:
Code:
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
and means that the Ubuntu kernel that ships with apparently 12.04 and beyond does not support UDF filesystems fully. Arg!!! Filing a bug report on Launchpad right now...wish me luck.

Last edited by Ihatewindows522; 01-22-2016 at 11:34 AM. Reason: Forgot to add link.
 
Old 01-25-2016, 04:13 PM   #10
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616

Original Poster
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Filed the bug report:

https://bugs.launchpad.net/ubuntu/+s...x/+bug/1537918
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount old linux HD - filesystem unknown klobue Linux - General 13 07-14-2014 06:11 AM
Can't mount UDF Disks in CentOS - UDF-fs: No fileset found spoovy Linux - Desktop 4 05-29-2010 12:06 PM
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM
Mount Unknown Filesystem or Flashdrives on REDHAT DJanarkali Red Hat 4 09-09-2007 07:17 AM
mount: unknown filesystem type 'NTFS' jnorcal Slackware 8 09-07-2005 06:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration