Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-23-2006, 08:12 PM
|
#1
|
Member
Registered: Mar 2006
Location: Wisconsin
Distribution: Kubuntu v6.06
Posts: 30
Rep:
|
Mounting devices, commands, .exe files
I recently bought the MEPIS version of linux to install in some test computers. I have programs that I would like to install on these computers, but the files are all in Windows .exe format and I can't figure out if there is a way to convert these to work with Linux. Could anyone be of assistance?
I have a 40GB hard drive hooked up through a USB port. Using fdisk-l, I can see the drive is loaded, but not mounted. Can anyone give me the command to mount this, or better yet, a list of the linux system commands?
|
|
|
03-23-2006, 08:29 PM
|
#2
|
Senior Member
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020
Rep:
|
hi,
Quote:
I recently bought the MEPIS version of linux to install in some test computers. I have programs that I would like to install on these computers, but the files are all in Windows .exe format and I can't figure out if there is a way to convert these to work with Linux. Could anyone be of assistance?
|
Crossover, Cedega, Wine are some programs using which you can run windows programs on linux.
Quote:
I have a 40GB hard drive hooked up through a USB port. Using fdisk-l, I can see the drive is loaded, but not mounted. Can anyone give me the command to mount this, or better yet, a list of the linux system commands?
|
first make a directory where this is to be mounted.
#mkdir /mnt/USB
now mount the usb h/d.
#mount /dev/sda /mnt/USB
replace /dev/sda with the entry of your USB in #fdisk -l.
regards
|
|
|
03-24-2006, 02:53 AM
|
#3
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
There is a program called "xman". You type that at a command prompt, and it pops up. Inside are all the commands in linux. You can figure out how to work xman. It's easy.
|
|
|
03-24-2006, 03:08 PM
|
#4
|
Member
Registered: Mar 2006
Location: Wisconsin
Distribution: Kubuntu v6.06
Posts: 30
Original Poster
Rep:
|
Thank you for the help. I'll check to see if I can mount the drive.
Last edited by scuba14c; 03-24-2006 at 05:41 PM.
|
|
|
03-24-2006, 05:42 PM
|
#5
|
Member
Registered: Mar 2006
Location: Wisconsin
Distribution: Kubuntu v6.06
Posts: 30
Original Poster
Rep:
|
I created the directory and tried to mount it but it gave me this message:
Can't find /dev/sda1/mnt/USB in /etc/fstab or /etc/mtab
I used the mountpoint command, and it told me that the directory I created was not a mountpoint.
What did I do wrong?
EDIT: I fixed the problem. I forgot the space between sda1 and /mnt.
Thanks for the help.
Last edited by scuba14c; 03-24-2006 at 05:53 PM.
|
|
|
03-24-2006, 09:38 PM
|
#6
|
Senior Member
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020
Rep:
|
Quote:
Originally Posted by scuba14c
I created the directory and tried to mount it but it gave me this message:
Can't find /dev/sda1/mnt/USB in /etc/fstab or /etc/mtab
I used the mountpoint command, and it told me that the directory I created was not a mountpoint.
What did I do wrong?
EDIT: I fixed the problem. I forgot the space between sda1 and /mnt.
Thanks for the help.
|
lol.......me too got struct at that line "/dev/sda1/mnt/USB" (thought it would be a new command........just kidding )
|
|
|
All times are GMT -5. The time now is 02:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|