Articles on: Operating Systems

Archiving using Ubuntu

Problem
Has anything been looked into to improve the disk burning process in Ubuntu please?

The default application (Brasero) is full of bugs and won’t allow multi-session writing, despite that option being enabled.

We have to try and find a way to retain the functionality users have become familiar with and we are some way off that with Ubuntu at this stage, both 12.04 and 14.04 seem to have the same issue.

Take a look at the Ubuntu app ‘K3b’ (apt-get install k3b).

It is a media writing app which has more capabilities than the default Brasero app.


Solution
We've allowed the configuration of the app used and the command line passed to that app. If you edit the file:

/usr/nvr/client_settings/archivesetup.ini

You'll find find a line containing:

burn_cmd_line "brasero -d $PATH"

The command: brasero -d $PATH gets run when the user is prompted to burn and the token $PATH is replaced in software by the path of the archive data to burn. All you need to do is fill in the command line appropriate for the authoring app you've chosen and use the token $PATH where your app takes the path to burn on the command line.


Browse through our useful tutorial videos and manual resources that can be found using the links below:

https://cathexisvideo.com/support/videos/

https://cathexisvideo.com/support/documents/

Updated on: 12/10/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!