Can't mount "packet writing" UDF formated media as user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
udftools (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
This is something I already did on Gutsy, but on a new Intrepid 64bits machine I can't mount an udf media as "packet writing" if not root. I believe I setup all what has to be setup but the drive is not even shown in nautilus (see attachement).
- Added "DEVICES=
- sudo mkdir /media/
- sudo chgrp plugdev /media/
- sudo chmod g+rwx /media/
- sudo chgrp plugdev /dev/pktcdvd/0
- sudo chmod g+rw /dev/pktcdvd/0
- Added this line to /etc/fstab:
/dev/pktcdvd/0 /media/
- Removed Nautilus automounting in /apps/nautilus/
- Prepared a dvdrw :
- sudo dvd+rw-format -force /dev/pktcdvd/0
- sudo growisofs -Z /dev/pktcdvd/
- sudo mkudffs --udfrev=0x0150 --spartable=2 --media-type=dvdrw --utf8 /media/
- reboot (I could use sudo invoke-rc.d udftools start, but just to be sure)
- mounted packet writing in Nauilus as root
- sudo chgrp plugdev /media/
- sudo chmod g+rwx /media/
- unmounted drive as root
=> In Nautilus, Computer does not show me the packet drives. You can see a screenshot of what I was seeing in Gutsy at http://
udftools 1.0.0b3-14
nautilus 1:2.24.1-0ubuntu1
description: | updated |