tar -xzvf /path/to/your/file.tar.gzxkcd? xfce? No. xzvf.
I'm sorry, that's a really bad nerd joke. I'll bet the nerds didn't even laugh.
My experiences and solutions when porting over to Linux. Written for intermediate computer users. Hope my own troubleshooting helps you!
tar -xzvf /path/to/your/file.tar.gzxkcd? xfce? No. xzvf.
Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/bin/firefox
WARNING: /usr/bin/firefox is not a directory.
rm .kde/share/config/ktorrentrc
sudo fdisk -l(For posterity.) I forget this command.
sudo mount /dev/hdb1 /media/kat120data/ -t ntfs -o nls=utf8,umask=0222(all one line)
- Close all applications that were referencing the DVD/CD (k3b, kaffeine).
- Close all Konqueror windows.
- use "pkill Konqueror", "pkill k3b", etc. in the command line for good measure.
- THEN try to eject your DVD/CD
umount: /media/hdd is not in the fstab (and you are not root)I've just been burning DVDs like mad because my primary hard drive indicates it's failing while booting.
Please check that the disk is entered correctly
ejectWill by default eject the cdrom. (By the way, the UNIX manual for eject is very well-written. "man eject | more"). I tried:
eject dvd(with and without "sudo" beforehand) but it gave me an error
umount: /media/hdd: device is busyIs there a command line way to force the drive to "stop" so I can eject it? Due to advice here, ejecting via the desktop icon should work, so I have to make sure that all programs referring to the cd/dvd are not running. *rolls eyes*
umount: /media/hdd: device is busy
Error: umount failed
eject: unmount of `/media/hdd' failed
pkill k3band then attempting to eject still gives me the same error. I was about to accuse them of being liars, but I started thinking "there can not possibly be another application locking up the DVD. " And then... "A Konqueror window opened when I loaded the DVD. But I closed that." And then... "but there is another Konqueror window open, listing the contents of my hard drive. That was open at that time, and it's still open now."
I closed all my Konqueror windows.And yes, now the DVD will eject (via right-clicking the DVD icon on the desktop).
I typed "pkill Konqueror" in the command line for good measure.
alsamixerI was then advised to restart ALSA.
sudo /etc/init.d/alsa-utils restartThis did not work. I tried closing all my programs which might be using sound, and running the command again. This did not work either.
sudo fdisk -l
sudo mount /dev/hda1 /home/ubuntu/Desktop/folder -t ntfsThis is for mounting ntfs drives only!
-o nls=utf8,umask=0222