Results 1 to 9 of 9
I was interested in trying out FontForge, and being a dyed-in-the-wool Windows user I decided to install andLinux to run it in. After downloading FontForge as a .tar.bz2, I started ...
- 12-15-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
[SOLVED] andLinux: extracting a tar.bz2
I was interested in trying out FontForge, and being a dyed-in-the-wool Windows user I decided to install andLinux to run it in. After downloading FontForge as a .tar.bz2, I started Konsole, navigated to the folder and entered:
I repeatedly get "Cannot open: No such file or directory". I have checked time and again but as far as I can see I have the correct folder and filename. The filename is exactly as it appears in Dolphin, although I did change the filename from the downloaded file (the original name didn't work either).Code:tar -jxvf fntforge.tar.bz2
Can anyone suggest what might be going wrong?
Vic
- 12-16-2010 #2
Hello and Welcome.
Can you verify the file has any size? Is it a blank, empty file?
Use the ls command in a terminal window....in the correct directory.
If the file is in /home/downloads....then cd to that directory.
Code:cd /home/downloads
How big is the file? Nevermind what Dolphin tells you, when you use the ls command above, you need to type the name exactly as it is shown in the terminal window. Capital letters and syntax are very important in Linux, so make sure you aren't missing that.Code:ls -la
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 12-16-2010 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
Thanks for your reply Mike. Still no luck. Here's exactly what I did (in Konsole):
Does that tell you anything?Code:vj@andLinux:~$ cd /home/vj/windows/src vj@andLinux:~/windows/src$ ls -la total 2590 drwxr-xr-x 1 vj vj 0 Dec 15 18:54 . drwxr-xr-x 1 vj vj 0 Dec 16 2010 .. -r-xr-xr-x 1 vj vj 5304028 Dec 15 16:53 fntforge.tar.bz2 vj@andLinux:~/windows/src$ tar -jxvf fntforge.tar.bz2 tar: bzip2: Cannot exec: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Error exit delayed from previous errors vj@andLinux:~/windows/src$
Vic
- 12-16-2010 #4
Make sure you have bzip2 installed. That could be the problem.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 12-16-2010 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
Perfect -- that was indeed the problem. And after fixing it using Synaptic I managed to install FontForge the same way and even run it. Now for the tutorials ...
Meanwhile, may I tack on another newbie question? I installed andLinux to recognize my data drive (D:\ in Windows parlance) as my home folder. Is there some way andLinux can read the contents of other logical drives on my hard disk (such as C:\)?
Vic
- 12-17-2010 #6
Linux can read any file system. You probably just need to mount the partition and browse to it.
Is this an NTFS, Fat32?
Open a terminal window and issue this command as root or use sudo.
That's a lowercase L, not a 1. Post your results.Code:fisk -l
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 12-17-2010 #7Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
The partitions of interest are all NTFS. I navigated to /root, but entering fisk always results in "command not found". I googled for "download fisk" on the web but had no luck there.
I don't know anything about sudo. Without an argument, it just gives help information. If I add fisk as an argument, it asks me for a password, but I don't have a password for sudo.
Vic
- 12-18-2010 #8
Oh man, that was a typo. It should be
I can't believe no one even corrected me, sorry about that.Code:fdisk -l
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 12-18-2010 #9Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
fdisk also resulted in "command not found" (from /root) but a search for fdisk in Synaptic yielded 6 or so hits. Of these, I installed three useful looking packages: gnu-fdisk, gpart and kdf.
Entering the first two in the Console still gave "command not found" (see attachment: presumably there is something I have misunderstood). kdf resulted in a series of messages and a window showing disk space information on at least two of my HD partitions. Still, I do not know how to interpret the information, or if I can use it to read files on the partitions.
vic


