Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 09-08-2003, 04:15 PM   #1 (permalink)
Apodysophilia
Regular Contributor
 
Apodysophilia's Avatar
 
Join Date: Apr 2003
Location: noWhere, PA
Posts: 104
Apodysophilia is on a distinguished road
Send a message via AIM to Apodysophilia
RedHat 8. newbie Q's

just installed redhat 8, and got some questions.

1: i have 2 other hard drives, hda1 and hda5, how do i make it mount and read/write to them both?? and do it auto on startup??

2: what is a good program to run some win apps on linux (ex: CS, photoshop ect...)??

that is all for now, but i know i will have more later.
Apodysophilia is offline   Reply With Quote
Old 09-08-2003, 04:36 PM   #2 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
In answer to your first question-
You might check and see if the other partitions (which I take are Windows / NTFS / FAT32 partitions) are already mounted. Some distros like Redhat or Mandrake, take the liberty of recognizing and mounting Windows partitions. If not, then its just a matter of recognizing what filesystem is on them, loading the necessary kernel module (or at least checking to see if it's loaded) then mounting the filesystem.

First off, what type of filesystem are we talking about?


In answer to the second -
Regarding running windows applications under linux, there is limited support. Wine / WineX etc can run certain applications, but something like photoshop I would think would be out of the question. Too big, too many dependancies for the emulators to handle. IMHO, if you want to run Win apps, dual-boot. OTHO, linux has alot of great software (most of which is probably already pre-installed under RH 8) to do most of the things you would want to do under Win.
bdl is offline   Reply With Quote
Old 09-08-2003, 04:41 PM   #3 (permalink)
Apodysophilia
Regular Contributor
 
Apodysophilia's Avatar
 
Join Date: Apr 2003
Location: noWhere, PA
Posts: 104
Apodysophilia is on a distinguished road
Send a message via AIM to Apodysophilia
thanks for the info,
1: NTFS is hda1, and i know you can only read from it. the other (hda5) is a FAT32.

2: i have a dual-boot win2k, i just dont want to switch every time i want to play CS, use photoshop or use Codewarrior.
Apodysophilia is offline   Reply With Quote
Old 09-08-2003, 09:21 PM   #4 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
Quote:
Originally posted by Apodysophilia
thanks for the info,
1: NTFS is hda1, and i know you can only read from it. the other (hda5) is a FAT32.
Ok so let's first off check to verify that they're not already mounted. Just use the command 'mount' and look for those two partitions. If yes, then it will tell you the directory they're mounted on. If not, follow the following -

(as root)

[SHELL]
hostname# mkdir /mnt/ntfs
hostname# mkdir /mnt/fat32
[/SHELL]

Creates the mount points you intend to mount the partitions on. Obviously change them to something more suitable if you like.

[SHELL]
hostname# modprobe ntfs
hostname# modprobe vfat
[/SHELL]

Loads the kernel modules for these two filesystems. Usually just mounting the partitions will automatically load the modules, but we'll do this just in case.

[SHELL]
hostname# mount -t ntfs -o ro /dev/hda1 /mnt/ntfs
hostname# mount -t vfat -o rw /dev/hda5 /mnt/fat32
[/SHELL]

These are the basic commands to mount the filesystems and be able to access them as the root user. A 'regular' user on the system takes a couple more parameters, and you'd usually use them in your /etc/fstab (the file that is read to automatically mount partitions at boot).

Try those commands out, post your results and we'll take it from there.
bdl is offline   Reply With Quote
Old 09-09-2003, 09:22 AM   #5 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
There has been some success with getting Half Life to run under Linux. Just google around for it. As far as Photoshop goes, you're stuck with using it in Windows, unless you want to try another program. The Gimp is the most popular graphics program out there that I know of. And codeweaver . . . well I use NetBeans for that sort of work. I'm not sure what to suggest in the place of CodeWeaver.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 09-10-2003, 02:39 PM   #6 (permalink)
Apodysophilia
Regular Contributor
 
Apodysophilia's Avatar
 
Join Date: Apr 2003
Location: noWhere, PA
Posts: 104
Apodysophilia is on a distinguished road
Send a message via AIM to Apodysophilia
thanks, and i got everything working, igot HL though a wine tut.

thanks again :rock:
Apodysophilia is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Langauge selection for a newbie ConcreteClam Standard C, C++ 19 07-12-2004 11:08 PM
Would you mind if there were small flash elements at code newbie? sde Lounge 10 05-29-2004 09:05 PM
compile in redhat sde Standard C, C++ 2 06-27-2003 04:18 PM
sis900 network redhat 7.3 Hrqls Linux / BSD / OS X 5 01-09-2003 02:43 PM
Newbie Site ? DesertWolf Java 2 12-05-2002 12:38 PM


All times are GMT -8. The time now is 10:36 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting