Displaying 20 results from an estimated 39 matches for "growisof".
Did you mean:
growisofs
2019 May 01
1
Brasero/cdrecord/growisofs with selinux users confined to staff_u
...elinux boolean cdrecord_read_content is
set to on, and the user is confined to staff_u. When the user runs
Brasero to burn a disk, the burn operation fails.
/var/log/audit/audit.log contains the following:
type=AVC msg=audit(1556724762.446:1133340): avc: denied { read } for
pid=8296 comm="growisofs" name="devices" dev="proc" ino=4026532225
scontext=staff_u:staff_r:cdrecord_t:s0-s0:c0.c1023
tcontext=system_u:object_r:proc_t:s0 tclass=file permissive=0
type=AVC msg=audit(1556724762.446:1133341): avc: denied { read } for
pid=8296 comm="growisofs" name="...
2008 Dec 04
5
Burning DVD with files>4GB from console
...backup script split filesystem dumps to files with size of 4,37 GB (4
588 544 kB). It's just an optimal size to fill out DVDs. At this moment
I have to burn them from windows via smb-link becuase I didn't manage to
do this task from FreeBSD console due to 2GB/4GB filesize restrictions
(growisofs). I'm using freeware CDBurnerXP to burn my backups
(ISO9660/UDF/Joliet), and they mount without problems on my FreeBSD BOX,
files are fully readable too. However, burning gigabytes of data via
slow (about 3.5MB/s) SMB network is just annoing. Is there *any* way to
burn DVDs with files>4...
2007 Feb 14
1
Help regarding DVD burning in multi session
Dear All,
I am burning DVD using growisofs command and -M option for multi session
burning.
Command is executing properly but when I try to mount dvd, it is
displaying error and error no is 32. Therefore, I am not able to view the
DVD contents.
If I try to read same written DVD on Win-XP, I am able to view it all
records.
Can u tell me w...
2003 Jun 15
2
dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support)
...ding the popular Sony 500A (which I just bought myself, hence the
port).
It should work on a wider variety of burners then the half-broken
GNU dvdrecord tools work on (the GNU dvdrecord is a hacked up version
of the original cdrecord). Andy's tool set is based around his
growisofs program which features multi-session recording capabilities.
You also need to have mkisofs installed since growisofs uses it. You
can burn individual files or ISO images with andy's tools.
Someone should build a FreeBSD port for this toolset, there's a gaping
hole in the...
2008 Aug 27
1
Problems with writing Dual Layer DVD
...sata_nv 18629 0
libata 111261 1 sata_nv
sd_mod 17217 0
scsi_mod 125261 3 sr_mod,libata,sd_mod
I am using Verbatim DVD-RDL blanks.
When I try to write a pre-recorded iso to the DVD I get the following
error message:
[user at test]$ growisofs -dvd-compat -Z /dev/dvdwriter=<pre-recorded>.iso
:-( /dev/dvdwriter: media is not recognized as recordable DVD: 10015
I have tried to do this as root with the same result. /dev/dvdwriter is
a link to /dev/scd0 and has full read/write/execute permissions.
Output of growisofs -version:
* g...
2011 Jul 11
4
problems with burning i386 centos 6 dvd
Hey guys,
Thanks a lot for the CentOS 6 distro. I am having trouble burning the i386
dvds. I tried on a RHEL 6 deskop and also a CentOS 5 laptop. The command I
am running on both systems is this:
growisofs -dvd-compat -speed=4 -Z
/dev/sr0=/home/gsgatlin/CentOS-6.0-i386-bin-DVD/CentOS-6.0-i386-bin-DVD.iso
The error I am seeing is:
:-( /dev/sr0: 2295104 blocks are free, 2297586 to be written!
(Yes it puts a sad face on the command line)
The DVD says DVD +R on it if that matters.
I was able to bu...
2018 Apr 29
1
formating DVR-RW
On Sun, 29 Apr 2018, Thomas Schmitt wrote:
> Michael Hennebry wrote:
>> The last time I use it [K3B], , it crapped out after writing,
>> but before finalizing.
>
> Sounds like a growisofs problem.
>
> If it was with unformatted DVD-R or DVD-RW media, does it resemble this
> error ?
> https://bugzilla.redhat.com/show_bug.cgi?id=810483
>
> Any message from the failed program run might help to diagnose the problem.
No message, it just went to 100% CPU and quit resp...
2003 Aug 01
1
[Fwd: dvd+rw-format -force problem]
...scribes which ECC blocks were
de-iced/written to and nullifies few blocks in the beginning of the
media. It's not what one would normally consider as [full] blanking. If
you want to nullify the media, e.g. for privacy reasons, 'dvd+rw-format
-force /dev/cd0c' won't do the tick, 'growisofs -Z /dev/cd0c=/dev/zero'
would.
> The problem is the following:
> When issuing:
> dvd+rw-format -force /dev/cd0c
>
> it fails, with 'unable to unmount' error.
I see the problem now. Fortunately I'm preparing new update addressing
performance problems with Pioneer D...
2010 Apr 14
4
burning an image
I downloaded CentOS-5.4-x86_64-bin-DVD.iso but I haven't used Centos
before and I've haven't used a -bin-DVD.iso before,every attempt so far
to burn one has produced coasters,what do I do to get an image.
Thanks david
2018 Apr 29
2
formating DVR-RW
On Wed, 25 Apr 2018, m.roth at 5-cent.us wrote:
> Michael Hennebry wrote:
>> My Centos 6 wodim tell me that it can only format DVD+RW.
>> I have DVD-RWs.
>> Even when I format a DVD-RW on my standalone DVD recorder,
>> wodim still will not write to it.
>> Is there a centos-6-useable mechanism
>> for formatting and writing DVD-RWs?
>>
> Have you ever
2003 Jun 16
1
dvd+rw+r for FreeBSD
I'm not subscribed to this list; but I read that
Matthew Dillon has ported the dvd+rw tools to FreeBSD.
I just compiled and installed the application; but I
can't burn to a DVD+RW on a Sony DRU-500A.
command: growisofs -Z /dev/acd0c -rl ./testfile
result: ":-( unable to CAMGETPASSTHRU for /dev/acd0c:
Inappropriate ioctl for device"
The DVD+RW website:
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
which is for Linux, says that you have to use scsi
emulation with ide burners. Is the Sony 500A a scsi...
2003 Jul 05
2
NEC 1300A DVD-R writing
...rite medium - incompatible format) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.001s timeout 200s
dvdrecord: Cannot open new session.
dvdrecord: fifo had 64 puts and 0 gets.
dvdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
root@ghost /usr/local/video/iso
$ growisofs -Z /dev/cd0c -dvd-compat -r -J -iso-level 2 -l in
Executing 'mkisofs -r -J -iso-level 2 -l in | builtin_dd of=/dev/pass0 obs=32k
seek=0'
:-[ LBA=0h, SENSE KEY=5h/ASC=30h/ASCQ=05h ]
:-[ media is not formatted or unsupported ]
:-( write failed: Invalid argument
root@ghost /usr/local/vi...
2017 Aug 04
4
Verify contents before boot?
I see there's a memtest on the Linux discs I've created... would it be
possible to put another program in place (a module, perhaps?) that can
calculate a hash using a certain algorithm (i.e. SHA512 or similar) to
validate and print out the hash of the boot ISO before booting it? The
integrity of the ISO is absolutely critical.
Thanks,
Bret
2008 Jun 02
3
Burning DVD with upgrade of cdrtools for cdrecord
I am having problems burning DVD's from commandline. I was wondering if
anyone else has had any luck using cdrecord-2.01 and cdrtools that is
supposed to add DVD support? Thanks!
-- Dexter
-- Dexter Fitzgerald Stowers
Systems Programmer I
Systems Administrator Unix/Linux Systems
142 Freeman Hall
College of Engineering and Sciences
GSEC, GCIH, GCIA, RHCT, RHCE
-------------- next part
2008 May 02
1
AW: Archive-to-DVD
....xdroop.com
#########################
Hi David,
Well, it would be interesting if every path
You mentioned (e.g. path/path/path/A/04??) will fit on a DVD.
You could create several iso-images
with "mkisofs" (e.g. "mkisofs -o /path1.iso path/path/path/A/04??").
Writing to dvd : growisofs /path1.iso
Also check the man-pages for those commands to find more parameters.
Regards
Marc Rebischke
2008 Jan 06
1
How do I blank or overwrite DVD-RW disks in CentOS 5?
...ut of range) Fru 0x0
Sense flags: Blk 0 (valid)
cmd finished after 0.004 s timeout 40s
Current Secsize: 2048
cdrecord.prodvd: Cannot set speed/dummy.
ATIP start of lead in: -150 (00:00/00)
I've had similar lack of success trying to blank or overwrite using
cdrecord or growisofs. The disks I'm using are Sony 2X DVD-RW 4.7GB,
which _should_ be compatible with the drive AFAICT. The drive is
happy to write to a new disk.
I'm not using KDE, so I'd prefer a command-line or Gnome tool.
--
Bob Nichols "NOSPAM" is really part of my email address....
2018 Apr 25
3
formating DVR-RW
...a DVD-RW on my standalone DVD recorder,
> > wodim still will not write to it.
> > Is there a centos-6-useable mechanism
> > for formatting and writing DVD-RWs?
>
> According to the man page for wodim - formatting is not supported for DVD-RW.
> You might take a look at growisofs and dvd+rw-format. The latter command, in
> spite of the name, can deal with DVD-RW media.
>
> It is possible that the optical drive in your computer does not support DVD-RW
> media. The only way I know of to find what media are supported is to use K3B.
> If you go to Setting...
2018 Apr 25
5
formating DVR-RW
My Centos 6 wodim tell me that it can only format DVD+RW.
I have DVD-RWs.
Even when I format a DVD-RW on my standalone DVD recorder,
wodim still will not write to it.
Is there a centos-6-useable mechanism
for formatting and writing DVD-RWs?
--
Michael hennebry at web.cs.ndsu.NoDak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph,
2006 Jun 17
4
64-bit ISO Burning Failures
Hi,
I have downloaded several different sets of the 64-bit ISOs, and have
burned them to CD using various of my known-good ISO burning softwares,
including Nero and DeepBurn on Windows, as well as the native CD burning
KDE linux tool on Xandros Linux. I am using mirrors from the site, like
kernel.org.
I have chosen low burning speeds also, but when I insert the ISO CD into a
server and boot it
2007 Apr 04
2
Problems with SATA DVD+-RW drive
...sung 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: Invalid argument
mount: block device /dev/scd0 is write-protected, mounting read-only
/dev/scd0: Invalid argument
mount: I could not d...