Displaying 2 results from an estimated 2 matches for "sdc0".
Did you mean:
  sdc
  
2007 May 03
5
Dom0 versus DomU and sata DVD drives
...workstation?
Next question.  I have a sata DVD/RW drive.  Is there way to get the
DomU''s to see it?  I tried the obvious
disk = [ ''file:/xen/xp/carthagexp,hda,w'', ''/dev/cdrom,hdc:cdrom,r'' ]
for an XP install with no luck.  I''ve also tied /dev/sdc0, /dev/dvd,
and /dev/sdc with no success.  The drive does show up in Dom0.
-- 
Stephen Carville
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Jun 10
0
KDE and mounting CD's / DVD's without noexec
Hi e,
I am normally use gnome and would do the following to make my CD / DVD 
mount with exec
gnome-mount --write-settings --device /dev/sdc0 -o exec
What is the equivalent in KDE ?  My initial research suggests that I 
actually have to write a custom udev rule to achieve this.
This has led me as far as running
udevinfo -q path -n /dev/scd0
udevtest /block/sr0   (the output is below)
My question is which of these commands is actually...