LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 07-03-2016, 03:12 AM   #1
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,820

Rep: Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985
Mounting UDF data disc problems


Distro disc I've burned using iso format worked fine.

Here's what I got. I don't know what to do. dvd is linked to dvd0

bash-4.3# mount
gvfsd-fuse on /home/er/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=zipzap)
/dev/sr1 on /media/dvd0 type udf (ro,nosuid,nodev)

dmesg | tail
[23805.208671] UDF-fs: INFO Mounting volume 'MY_DATA_092909', timestamp 2009/09/29 01:29 (1f10)

mount
drw-rw-rw- 3 65534 65534 144 Sep 29 2009 dvd0

bash-4.3# cd dvd
bash: cd: dvd: Permission denied
bash-4.3#

bash-4.3# mount -t udf /dev/sr1 /media/dvd
mount: /dev/sr1 is write-protected, mounting read-only

bash-4.3# umount /media/dvd
bash-4.3# mount -t udf /dev/sr1 /media/dvd
mount: /dev/sr1 is write-protected, mounting read-only
bash-4.3# cd /media/dvd
dvd/ dvd0/ dvd1/
bash-4.3# cd /media/dvd
bash: cd: /media/dvd: Permission denied

lsblk
sr1 11:1 1 4.4G 0 rom /media/dvd0

/etc/fstab
/dev/sr1 /media/dvd auto noauto,owner,ro,comment=x-gvfs-show 0 0

Last edited by RadicalDreamer; 07-03-2016 at 03:14 AM.
 
Old 07-03-2016, 01:06 PM   #2
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,820

Original Poster
Rep: Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985
A little bit more information. Konquerer in user account says Could not enter folder /media/dvd0 Thunar opens the disc and shows the files but can't access them and the files are listed as being size 0 bytes.

I've tried this with the built in dvd player and an external one and the same thing happens.
 
Old 07-03-2016, 03:57 PM   #3
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
you really should not have to use an /etc/fsatb
for any removable devices. this will cause issues. That is very old school but it will
cuase the devices to be pushed to another sr0 to sr1
 
2 members found this post helpful.
Old 07-03-2016, 11:23 PM   #4
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,820

Original Poster
Rep: Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985
Thanks, I did not know that! I removed it from fstab. My problems remains though! It mounts at /run/media/zipzap/MY_DATA_092909
 
Old 07-04-2016, 02:51 AM   #5
Richard Twat
LQ Newbie
 
Registered: Jul 2009
Location: The Netherlands
Distribution: Slackware
Posts: 19

Rep: Reputation: 19
Well, it seems something went wrong creating the dvd. How did you create it ?
 
1 members found this post helpful.
Old 07-04-2016, 06:36 AM   #6
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,820

Original Poster
Rep: Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985
Quote:
Originally Posted by Richard Twat View Post
Well, it seems something went wrong creating the dvd. How did you create it ?
It works fine in windows. I used cyberlink around 5 years go to create them in UDF format (hindsight probably not the best choice).
 
Old 07-04-2016, 03:56 PM   #7
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,820

Original Poster
Rep: Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985
Update. I switched to xfce

typed this to mount:
bash-4.3$ udisks --mount /dev/sr1
Mounted /org/freedesktop/UDisks/devices/sr1 at /media/MY_DATA_092909

and it worked perfectly! This must be a permissions problem in KDE 4.

It auto mounts the disc. I have to unmount it and mount it again with udisk to get it working.

Last edited by RadicalDreamer; 07-04-2016 at 05:48 PM.
 
Old 07-05-2016, 07:09 AM   #8
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,820

Original Poster
Rep: Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985Reputation: 985
One more question on this. What is setting the policy on the automounting/mounting system in Slackware 14.2 and what do I need to look at/do to allow my user account access to the discs with auto-mounting like I get with udisks in console?
 
  


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
Recover data from UDF DVD ordealbyfire83 Linux - Software 3 02-12-2009 05:57 PM
mounting UDF 2.0 DVDs of camcorder LinToWinWin Linux - Hardware 1 12-07-2006 05:50 AM
Sorting through all of the installable packages/Mounting UDF Richard Rahl Linux - Newbie 3 08-07-2006 11:45 AM
Trouble accessing UDF DVD data... Zigor Linux - Newbie 0 07-15-2004 06:06 AM
UDF Mounting SpEcIeS Linux - Software 4 03-12-2003 07:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 02:15 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