LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Noob asks for help in burning a data dvd disc (https://www.linuxquestions.org/questions/linux-newbie-8/noob-asks-for-help-in-burning-a-data-dvd-disc-231784/)

steelyken 09-17-2004 10:10 AM

Noob asks for help in burning a data dvd disc
 
Before I state my problem, let me make perfectly clear that I am a complete newborn-baby just-fell-off-the-turnip-truck noob to linux. If you should decide to answer my post to help me, please take that into consideration. Telling me to edit my cupcake file or post my blowfish config means nothing to me if you don't tell me exactly step by step how to do this. I don't mean to sound rude, I am just very frustrated at this point!

On Suse Pro 9.1 I am trying to burn some data from my Windows directory on to a dvd. It fails and tells me something about root and not being able to unmount dvdrecorder. Can anyone help me on how to resolve this? Did I mention that I am a soaking-wet noob to linux???? Thanks!

Boudewijn 09-17-2004 10:18 AM

Do you use KDE or GNOME?

steelyken 09-17-2004 10:24 AM

KDE 3.2

rjtucke 09-17-2004 10:36 AM

As far as not being root, try using the sudo command. That is, prefix "sudo " to everything you type that gives you an error about not being root. Your system may or may not be configured to let you use this, but if it is, then you're done. If it doesn't work, tell me why, and I'll show you how to make it work...

rjtucke

steelyken 09-17-2004 10:41 AM

Thanks for posting, but I think you missed the part about me being a total noob. As far as typing goes, I haven't typed anything. I am trying to use k3b with my mouse. If you tell me to type something, I need to know exactly how and where to do it. I don't mean to be a pain, but I have absolutely no idea what I am doing in Linux.

rjtucke 09-17-2004 10:58 AM

Oh, sorry, that's my bad. I did misinterpret- I thought you were at command line. OK, so here's my next piece of advice:
log out of your user account and log back in as root. I'm assuming that this is your home computer and that you have the login password for root. If this is not the case, then we need to talk to your administrator. OK, so log in as root and do exactly what you were doing before and it shouldn't complain about you not being root. OK?

Boudewijn 09-17-2004 11:01 AM

well,

he means thaat you should open a console (that, for n00bs, nasty black screen) and type sudo ;)

steelyken 09-17-2004 11:03 AM

When I installed suse it asked for a root password and I set it, but it did not ask for a root username. When I log in as root, what do i put in as user name? Root?

Boudewijn 09-17-2004 11:06 AM

try 'root' ;)


Remember: there is ONLY ONE ROOT!

steelyken 09-17-2004 12:00 PM

Thanks, logging in as root allowed me to begin the burning process. Unfortunately, the burn failed with an error at about the 50% mark. I wish I could log back into windows, but I can't even do that. This 3 1/2 day experience has been a nightmare. Thanks everyone for your help.

m_yates 09-17-2004 12:23 PM

Perhaps you could post what error you see and someone will help you. K3B has to be setup to allow non-root users to use it. You shouldn't log in as root as a rule. It is a way to royally screw things up.

To set up k3b, log in as a regular user. Open k3b, then select Settings>k3b setup. It will prompt you for the root password and take you step by step through setting everything up. Once set up, you can burn discs as a regular user.

Don't give up so soon! It will take some time to get accustomed to a new operating system, but it is well worth it.

Boudewijn 09-17-2004 01:07 PM

Yups, the first few days you've got to go on with it...... although it can be hard.
But if you're used to it, it's very easy and nice !

steelyken 09-17-2004 01:20 PM

burned a dvd that completed, but I can't see the files in Linux so I don't know if it is good or not. gonna take it to work and see if it can be read in windows. thanks for everything guys!

m_yates 09-17-2004 02:17 PM

You need to mount the DVD to be able to see it. You open a console and enter the command "su" to become root, then the command:
Code:

mount /dev/dvd /mnt/dvd
If you don't have a directory named /mnt/dvd, you can create one:
Code:

mkdir /mnt/dvd
After you mount the drive, you should see your files in the directory /mnt/dvd. When you are done, the command:
Code:

eject
will un-mount the dvd and spit the disc out. If it says "device busy", make sure you are not accessing the /mnt/dvd directory with a program, and make sure you are not issuing the "eject" command from within the /mnt/dvd directory.

steelyken 09-17-2004 11:26 PM

Thanks m_yates, that worked. My burn was successful.


All times are GMT -5. The time now is 02:05 PM.