BTS

Issue139

Title /etc/fstab: adjust root/permissions handling of /dev/cdrom and /dev/dvd
Priority wish Status resolved
Superseder Nosy List Mark, gebi, mika
Assigned To mika Topics core

Created on 2007-02-28.14:56:07 by mika, last changed 2007-07-05.05:01:06 by Mark.

Messages
msg635 (view) Author: Mark Date: 2007-07-05.05:01:06
Closing.  Tested grml 1.0 from console and found no problems.  Of course I could
not test from GNOME because it's not on grml CD.  Can re-open later if necessary.
msg623 (view) Author: mika Date: 2007-07-01.22:38:53
Just to not forget this bugreport: Is it still valid? I don't have any problems 
with permission handling and don't want to change anything what isn't broken.
Any instructions how I could reproduce it on my own?

thanks && regards,
-mika-
msg363 (view) Author: Mark Date: 2007-03-19.21:13:25
yes
msg352 (view) Author: gebi Date: 2007-03-18.10:21:49
you copied your files also as normal user?
msg351 (view) Author: Mark Date: 2007-03-18.07:20:26
(@gebi) In GNOME desktop 2.14 as user, I inserted a data CD sold commercially,
and copied some files to hard disk.
msg349 (view) Author: gebi Date: 2007-03-17.23:28:57
what exactly are you trying to do?
do you mount your cd/dvd as root and copy it as root to the hd?
who have you copied your files, cp -a?
msg311 (view) Author: Mark Date: 2007-03-05.02:42:41
Related:  fix annoying read-only status on files copied from CD to hard disk. 
CDROM is read-only but files copied to disk don't have to retain that setting. 
It is annoying to do manually.
msg305 (view) Author: mika Date: 2007-02-28.14:56:07
Report from Mark:

# Begin of report #

Just copied files from cdrom to hard disk.  Grml assigns owner of all
cdrom files as root:root so files copied to local disk become impossible
to manipulate.

Grml fstab should change to:

/dev/cdrom /mnt/cdrom  auto  users,noauto,exec,ro,uid=root,gid=users  0
0
/dev/dvd   /mnt/dvd    auto  users,noauto,exec,ro,uid=root,gid=users  0
0

Similar to what grml does for /dev/external and /dev/external1 ... CDROM
is very similar type of device, "ejectable media".

# End of report #

Thanks for reporting, Mark. Definitely something we have to take a closer look
at. Won't hit develrelease 0.9-5 though due to freeze but is something we have
to catch before grml 1.0 is there, assigning "release-stopper"-topic therefore.

thx,
-mika-
History
Date User Action Args
2007-07-05 05:01:06Marksetstatus: chatting -> resolved
nosy: mika, gebi, Mark
messages: + msg635
2007-07-01 22:38:53mikasetstatus: deferred -> chatting
nosy: + gebi
messages: + msg623
2007-03-19 21:13:25Marksetnosy: mika, Mark
messages: + msg363
2007-03-18 10:21:49gebisetnosy: mika, Mark
messages: + msg352
2007-03-18 07:20:26Marksetnosy: mika, Mark
messages: + msg351
2007-03-17 23:28:57gebisetnosy: mika, Mark
messages: + msg349
2007-03-17 19:33:10mikasettopic: - release-stopper
nosy: mika, Mark
2007-03-05 02:42:41Marksetnosy: mika, Mark
messages: + msg311
2007-02-28 14:56:07mikacreate