LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-11-2008, 11:36 PM   #1
rapattack
Member
 
Registered: Jan 2008
Posts: 109

Rep: Reputation: 15
Writing in linux using either kde or gnome


Hi I have made a few mistakes doing some burning since I had linux. My former system was set up with Debian and I multisessioned using k3b and I presumed now that I am using ubuntu that it's default would multisession but it overwrote my files today. Is this normal? I know that in windows if it is not set (Nero) in certain versiosn of certain burning programs the same thing can happen.....gee I hope I don't make this presumption/mistake again as now I have lost heaps of videos and pictures. The media was a dvd rewritable. Does this happen with a dvdr? I am using Gnomebaker to write in ubuntu. Sorry if I am not very clear.....please lemme know if there is a general guide as I am experimenting with so many distros at the moment that I am not sure what is normal behaviour in this particular case.
 
Old 05-13-2008, 12:53 PM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
I'm not 100% sure how this works since I've never really used multisession disks myself, but I was always under the impression that the previous sessions remain on the disk; they're just superseded by the newest one. At least, that's what happens with non-rewritable media, since data can't ever be erased. It could be different with a dvd-rw.

Another problem I've heard of is that "open" sessions can sometimes be incompatible between programs because there are various standards and levels of standards for encoding open sessions, and the disk only becomes truly standardized after it's closed. If you had one program create the first session, then tried to access it with a second one, the second program may not have been able to read it and done something like close it out so it could write a new session.

Anyway, there's a mount command option "session=n" available for mounting previous sessions. I believe the current session is numbered as 0, so "session=1" should get you into the one immediately previous to it, if available.
 
Old 05-14-2008, 06:49 AM   #3
rapattack
Member
 
Registered: Jan 2008
Posts: 109

Original Poster
Rep: Reputation: 15
That makes a lot of sense to me.

How do I do that mount command. Sorry I don't know that one.
 
Old 05-16-2008, 12:08 PM   #4
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Read "man mount" in a console window. It's the command for manually mounting a disk. It's very commonly used in Linux.

Code:
The syntax is this:

mount -t <filesystem> -o <options> /dev/<devicename> /<mountpoint>

So you'll probably run something like:

mount -t iso9660 -o session=1 /dev/dvd /mountpoint
You'll have to have root permissions to run it generally. You'll also have to learn exactly what the "/dev" device is for your drive. And DVD's can use the udf filesystem also, so you might have to try that instead of iso9660.

Finally, to unmount it again just use:

Code:
"umount /dev/dvd" or "umount /mountpoint"
(notice that it's umount, not unmount)
 
Old 07-10-2008, 12:09 PM   #5
rapattack
Member
 
Registered: Jan 2008
Posts: 109

Original Poster
Rep: Reputation: 15
Thanks I ended up getting K3b. I dunno why but it just works and I am used to it from using Debian before. I got rid of whatever I was using to burn on Ubuntu.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
uninstall kde 4 & gnome 2.20 and install kde 3.5 or gnome 1.x on suse 10.3 laucian Linux - Newbie 2 04-07-2008 01:01 PM
KDE apps crash on Gnome, Gnome apps work on my KDE - Gnome/KDE integration Happy Gimper Linux - Software 0 03-18-2008 09:28 AM
writing a gnome panel applet epoo Programming 1 04-27-2007 09:11 AM
Gnome 2.4 CD writing problem pgte3 Linux - General 3 09-27-2004 05:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration