savannah-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-users] Info


From: Kamil Parkanyi
Subject: [Savannah-users] Info
Date: Thu, 16 Apr 2009 09:03:00 +0200

Hello,

I'm using TkDVD 4.0.9 on FreeBSD 7.1. I tried to create .iso file from DVD but with no success. The command executed by TkDVD
dd if=/dev/acd0 of=/usr/user/file.iso
has error output:
dd: /dev/acd0: Invalid argument
0+0 records in
0+0 records out
0 bytes transferred in 0.000211 secs (0 bytes/sec)

I have to add axtra option for dd command :
dd if=/dev/acd0 of=/usr/user/file.iso bs=2048
with output:
2295104+0 records in
2295104+0 records out
4700372992 bytes tranferred in 2684.212630 secs (1751118 bytes/sec)

Is it possible to built this option (bs=2048) to app as a default?

Thanks,

Kamil

reply via email to

[Prev in Thread] Current Thread [Next in Thread]