Displaying 20 results from an estimated 109 matches for "scd0".
2009 Sep 24
3
Inquiry:Problem in mounting external cdrom
Dear All
I tried to mount an external cdrom on my CentOS 5 server but un-successful .
I attached the device to my USB port and then the followings have been added
to my /dev folder :
"cdrom -> scd0
cdrom-sr0 -> scd0
cdrw -> scd0
cdrw-sr0 -> scd0
cdwriter -> scd0
cdwriter-sr0 -> scd0"
To this end , I tried to mount it as the followings (but it didn't get
through) :
#mount -t vfat /dev/cdrom-sr0 /mnt/cdrom
Add the following line to /etc/fstab :
/dev/cdrom-sr0 /mnt/cdrom...
2009 Jun 10
0
KDE and mounting CD's / DVD's without noexec
...o 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 doing the mount as
all I want to change is the exec flag rather that how the device is
labeled.
main: looking at device '/block/sr0' from subsystem 'block'
run_program: '/bin/bas...
2007 Apr 04
2
Problems with SATA DVD+-RW drive
...tried to burn some CD-R and DVD-R
disks and have been able to do nothing but make coasters. The drive is
a TSST TS-H653a (Samsung OEM) and does have the current firmware.
Playing back data, audio, and video disks work just fine, but recording
is a different matter.
The drive shows up as /dev/scd0 and all the symlinks for /dev/cdrom,
/dev/cdwriter, /dev/dvd, and /dev/dvdwriter point to that device. Both
cdrecord and growisofs complete without any errors, but when I try to
remount the just-recorded disk I get an error:
[jleafey at jaybird Downloads]$ mount /media/cdrecorder/
/dev/scd0: I...
2009 Mar 14
0
dvd rw not recognized
I installed Centos 5.2 on a brand new computer the other day. It has an Asus
DVD RW drive in it which I used to boot the netboot disk off of to install the
operating system so it found the dvd at that point.
Now k3b tells me that it can't find any drives.
[nathalie at jeff ~]$ ll /dev/scd0
brw------- 1 nathalie disk 11, 0 Mar 10 14:00 /dev/scd0
[nathalie at jeff ~]$ ll /dev/cdrom*
lrwxrwxrwx 1 root root 4 Mar 10 14:00 /dev/cdrom -> scd0
lrwxrwxrwx 1 root root 4 Mar 10 14:00 /dev/cdrom-sr0 -> scd0
[nathalie at jeff ~]$ ll /dev/dvd*
lrwxrwxrwx 1 root root 4 Mar 10 14:00 /dev/dvd...
2002 Apr 01
2
Newbie problems with isolinux
...n the same CD, some kind of an emergency or
initial setup CD.
So I startet with an directory called root_tree, placed the isolinux
directory and the binaries there. I copied the initrd from the /boot
directory and the Linux kernel image from /boot, rdev'ed the Linux image to
load from /dev/scd0 and hoped I could get at least at a shell prompt that way.
Unfortunately I get a kernel panic: VFS: unable to mount root file system
on 0b:00 which seems to indicate that /dev/scd0 cannot be mounted.
The ide-scsi module gets loaded but kmod reports that /sbin/modprobe for
block-major-11 cannot b...
2009 Jan 21
1
help with udev rules needed
...-- 1 rray disk 11, 1 2009-01-21 12:29 /dev/sr1
Everything is ok
On C5.2 I have /etc/udev/rules/00-my-custom.rules
BUS=="scsi", SYSFS{vendor}=="TSSTcorp", SYSFS{model}=="CDDVDW SH-S203N
",SYMLINK="dvd",OWNER="rray"
When I plug in dvd I get
# ll /dev/scd0
brw-rw---- 1 root disk 11, 0 Jan 21 12:30 /dev/scd0
I have also tried MODE="0666" and it also has no affect
I have checked "udevinfo -a -p $(udevinfo -q path -n /dev/scd0/1)" on both
machines and they are the same
Any suggestions
Thanks
Richard Ray
2005 Nov 24
1
Where is the proper place to set the group ownership of devices under /dev/ in Centos3.
Dear list members,
I have a DVD writer /dev/scd0 which after reboot has the following ACL:
brw-rw---- 1 root disk 11, 0 Sep 9 2004 /dev/scd0
However I want to set this device group to "Domain Users" in order to
enable its members to burn DVDs.
If i invoke: #chgroup "Domain Users" /dev/scd0
the next reboot will...
2006 Jul 20
3
Kickstart problem.
I am trying to use kickstart for automated builds from a DVD. Some of
the machines have DVD's drives and some have CDRom drives only. With the
CDRom only machines I would like to plug in an external DVD drive via
USB and use this to kickstart.
The DVD only machines work correctly with a isolinux.cfg as
label test
kernel vmlinuz
append initrd=initrd.img ramdisk_size=8192
2010 Dec 06
1
DVD drive ownership/permissions group ownership = mail?
I can change the group ownershipp of the DVD drive, but if I log out &
in again it changes back. Is there a way to make a change permanent?
How could I figure out what process is changing this back?
ls -la /dev/scd0
brw-rw---- 1 root mail 11, 0 Nov 12 15:17 /dev/scd0
mahalo,
Dave
2007 May 31
4
install debian lenny guest
hi,
i''m using ubuntu edge 6.10.
i''d like to test the debian lenny guest with the partition:
/dev/sdb5 /
/dev/sda8 swap
/dev/scd0 cdrom
lenny.iso /home/iso/lenny.iso
i succeded running edge-guest, windows-guest, but i can''t with debian
here''s my config:
2.6.17-6-generic-xen0
xen-hypervisor-3.0-i386
and
kernel = "/boot/xen0-linux-2.6.17-6-generic-xen0"
ramdisk = "/boot/xen0-linux-2.6...
2009 Jul 25
2
install DVD mounted -noexec by default == bad interpreter permission denied
...Error message I received:
[1] 10759
[root at taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh:
bad interpreter: Permission denied
Google found no hits with this precise error message, but several
similar hits when I leave out the matlab path.
Solution:
mount -o remount -o exec /dev/scd0
(scd0 is the drive where the DVD is inserted.)
Hope this helps someone with the same problem.
Dave
--
???????????????????????-
Q: Why should this email be 5 sentences or less?
A: http://five.sentenc.es
IPRC-help FAQ: https://wailua/wiki/index.php/Faq
2008 Mar 17
0
CDRW-DVD Mount Problem, Centos 5.1, Intel board...
...en, and I got the below outputs:
# sudo mount -t iso9660 /dev/sr0
/mnt/cdrom
mount: special device /dev/sr0 does not
exist
And:
# mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is
write-protected, mounting read-only
mount: you must specify the filesystem
type
And:
# mount /dev/scd0 /mnt/cdrom
mount: block device /dev/scd0 is
write-protected, mounting read-only
mount: you must specify the filesystem
type
And:
#sudo mount -t iso9660 /dev/scd0
/mnt/cdrom
mount: block device /dev/scd0 is
write-protected, mounting read-only
mount: wrong fs type, bad option, bad
superblock on /...
2008 Mar 18
0
SOLVED: CDRW-DVD Mount Problem, Centos 5.1, Intel board...
...en, and I got the below outputs:
# sudo mount -t iso9660 /dev/sr0
/mnt/cdrom
mount: special device /dev/sr0 does not
exist
And:
# mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is
write-protected, mounting read-only
mount: you must specify the filesystem
type
And:
# mount /dev/scd0 /mnt/cdrom
mount: block device /dev/scd0 is
write-protected, mounting read-only
mount: you must specify the filesystem
type
And:
#sudo mount -t iso9660 /dev/scd0
/mnt/cdrom
mount: block device /dev/scd0 is
write-protected, mounting read-only
mount: wrong fs type, bad option, bad
superblock on /...
2008 Aug 27
1
Problems with writing Dual Layer DVD
Hi,
I am running Centos 4 (fully updated on this box).
I removed the old DVD writer (/dev/hdc) and installed a new LG GH20
"Internal Super Multi DVD Rewriter" with a SATA interface - this shows
up as /dev/scd0.
When I insert a pre-recorded DVD autorun mounts it and displays the
contents without any hassles. It appears to me that the required kernel
modules are loaded - as copied below from lsmod output.
sata_nv 18629 0
libata 111261 1 sata_nv
sd_mod 172...
2007 Dec 28
4
MOre on buring ISOs
...usb drive. I can read cds with it.
Cannot burn CDs. First k3b suggests slowing down (from 8x to 4x). Then
use TAO. Then it gave up.
So I try cdrecord directly. -checkdrive finds some interesting things.
Got to close the drive manually; cdrecord says it can't. then try a
cdrecord -v dev=dev/scd0 sample.iso and if fails:
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent
defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (cpu-pc-linux-gnu) Copyright (C) 1995-2004 J?rg
Schilling
Note: Thi...
2001 Feb 11
2
CD Burning with Wine?
Hello,
I just got WINE running under FreeBSD and I was wondering if anyone has
had success getting CD burning programs to work. Specifically, I would
like to use CloneCD. I can use cdrecord / burncd to make data cd's and
backups and the like, but a disk-at-once program is best (IMO) for
copying audio cd's. And, unfortunately, there aren't any dao programs
that support EIDE drives
1998 Nov 30
4
Virtual CDROM for Unix?
Has anyone implemented a "virtual cdrom" facility as offered
on
windows? That is CD images are cached & compressed on hard
disk and shared across a network. See:
http://www.winmag.com/library/1996/1196/11r24a.htm
I have not found any news of a Unix solution. I would
like to offer one on a Linux server to Windows clients.
It should not be hard to implement with Samba...
Thanks
2001 Mar 31
1
Diablo II cannot find CD
...stallPath"="C:\\Program Files\\Diablo II"
"Program"="C:\\Program Files\\Diablo II\\Diablo II.exe"
"Save Path"="C:\\Program Files\\Diablo II\\save\\"
"SmallInstall"=dword:00000001
so are my rights on the cdrom
cd /dev
ls -l cdrom sg0 scd0
lrwxrwxrwx 1 root cdrom 3 Aug 17 2000 cdrom -> sr0
brw-rw---- 1 root cdrom 11, 0 Sep 25 2000 scd0
lrwxrwxrwx 1 root root 4 Sep 25 2000 sr0 -> scd0
groups
michael cdrom floppy audio users
Can somebody help me, please?
Thanks,
Michael
2008 Apr 23
10
WinXP CD-ROM problems
I''m running Xen on RHEL5.
I''ve got two problems with CD-ROMs.
In my .hvm file, I''ve got the following line:
disk = [ ''phy:/dev/VG_Guests/WinXP-001,ioemu:hda,w'',
''file:/opt/xen_stuff/winxp.iso,hdc:cdrom,w'',
''phy:/dev/scd0,hdd:cdrom,r'' ]
The first CD-ROM, (the one linking to the file winxp.iso), appears to
WinXP to be corrupted. I''m able to mount that iso in the main OS so
I''m thinking this is just some weird Xen/WinXP problem. I''m not sure
when this started as it is the WinXP...
2012 Feb 06
8
Cdrom on Linux domU PV
I tried to use cdrom in domU linux pv (Linux Mint 11 based on Natty).
With ''/mnt/vm/iso/test.iso,raw,xvdb,ro,cdrom'', Mint sees it as internal disk
(not cdrom) and only administrators can mount it.
I tried also ''/dev/scd0,raw,xvdb,ro,cdrom'' does the same thing.
Is possible use cdrom on linux domU pv full working where also normal user
can mount it without terminal?
Did I something wrong, or are there still bugs in this regard?
Dom0 is Squeeze 6.0.4 64 bit with kernel 2.6.32-5-xen-amd64 version
2.6.32-41, x...