Subject: Re: udfclient
To: None <netbsd-users@netbsd.org>
From: Mark Weinem <mark.weinem@onlinehome.de>
List: netbsd-users
Date: 12/18/2004 13:47:32
Hi Wojciech!
On Sun, 12 Dec 2004, Wojciech Puchar wrote:
> anyone got write success with this program (and DVD+RW)? newfs_udf
> works - at least it says it works and writes something to DVD.
>
> udfclient gives error when trying to write anything.
Don't know, if you get any replies offlist, so this may be redundant:
1) format the DVD+RW:
# dvd+rw-format /dev/rcd0d
2) run newfs_udf:
# newfs_udf -L Backup /dev/rcd0d
3) run udfclient, to copy for example /home/mark to DVD:
# udfclient -W /dev/rcd0d
[...]
Directory listing of /
drwxr--r-- 0 0 40 41c67ea6:167eb0e7:Backup:fileset
UDF working directory is /
Current FS working directory /root
UDF> cd 41c67ea6:167eb0e7:src:fileset
UDF working directory is /41c67ea6:167eb0e7:Backup:fileset
Current FS working directory /root
UDF> lcd /home
Changing local directory to /home
UDF> put mark
[...]
Ciao, Mark