Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
08-25-2003, 09:10 AM
|
#1
|
LQ Newbie
Registered: Aug 2003
Posts: 4
Rep:
|
Help?!?!
I have a few Problem...
1. I have my hard drive partitioned, Linux on one section, And Windows on the other.
Is it possible to access my windows files through Linux, For like, Pulling Pictures over, And such?
2. I've downloaded a few things onto Linux Mandrake, and I cant figure out just how to install. Could someone give me a step-by-step on this?
Thanks greatly.
|
|
|
08-25-2003, 09:16 AM
|
#2
|
Senior Member
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044
Rep:
|
1) If you are using mandrake, your windows drive should already be mounted in /mnt/windows folder and yes you can access it from linux but you cant access linux from windows.
2) Installing new packages is easy, it depends on what kind of package you have there. If its a rpm package:
rpm -ivh packagename.rpm
if its a .tar file:
tar -xzvf packagename
Best way is to read the manual or howto but if you are still having problems then just post the extension of the package you have and someone will help you install it.
cheers
|
|
|
08-25-2003, 09:20 AM
|
#3
|
LQ Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
1)what is the file system of the windows partition ???
FAT32 or ntfs ???
2)
if the file is an .rpm then...
cd /[path of the file]
su
[root password]
rpm -ivh therpm.rpm
exit
if the file is a tar.gz
cd /[path of the file]
tar -zxf [thefile].tar.gz
{this will unzip the file into a folder named [thefile]}
cd into the new folder
if a file called configure exists then ./configure
make
su
[root password]
make install
exit
|
|
|
08-25-2003, 09:24 AM
|
#4
|
LQ Newbie
Registered: Aug 2003
Posts: 4
Original Poster
Rep:
|
Ok, Im trying to Install KMUD.
I downloaded the package, Opened it, and there are a ton of files in the first folder. There is Installation notes (Which dont help Linux Newbs) and a handfull of Configureation files. Which do I open when rooting to it?
|
|
|
08-25-2003, 09:30 AM
|
#5
|
LQ Newbie
Registered: Aug 2003
Posts: 4
Original Poster
Rep:
|
And I have another problem...Not to sound totally new to this...
But what do I run to Install?
|
|
|
08-25-2003, 09:55 AM
|
#6
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
Yes - you need to mount your Windows partition to a mount point in your Linux distribution.
To mount a FAT32 filesystem automatically on Boot-up
Create a mount point first :
Open a shell and type :
su
Then type you root password – then type :
mkdir /mnt/windows
Then - open /etc/fstab with:
kedit /etc/fstab
or use your favourite editor
Then - put an entry at the bottom of your /etc/fstab file on a new line - (just substitute in the device name for your Partition in place of my example one)
/dev/hda1 /mnt/windows vfat defaults,umask=000 0 0
Using the same mount point as before..........
To mount a NTFS filesystem automatically on Boot-up, put an entry at the bottom of your /etc/fstab file on a new line - (just substitute in the device name for your Partition in place of my example one)
/dev/hda1 /mnt/windows ntfs auto,ro,umask=0222 0 0
|
|
|
08-25-2003, 10:08 AM
|
#7
|
Member
Registered: Aug 2003
Location: Florida
Distribution: DEBIAN 3.x
Posts: 34
Rep:
|
WOW! that mght help me with mounting my partitions.... now a real newbie question. In debian what editors are there?
|
|
|
08-25-2003, 10:22 AM
|
#8
|
LQ Newbie
Registered: Aug 2003
Posts: 4
Original Poster
Rep:
|
Everytime I try to CD into something, It always says
"No such file or directiory"
All Im doing is opening a terminal, typing
cd /kmud-1.0.tar.gz
And it gives that error
Am I doing something wrong???
|
|
|
All times are GMT -5. The time now is 06:33 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
|
|