LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RH Enterprise - Questions on Basic Usage (https://www.linuxquestions.org/questions/linux-newbie-8/rh-enterprise-questions-on-basic-usage-530408/)

srisci87 02-19-2007 09:01 AM

RH Enterprise - Questions on Basic Usage
 
Hello friends,

I am a newbie to linux. I have been learning in my own. Could I access NTFS partition in Redhat Enterprise Linux.If yes,which package should I install. And one more where could i find the installed path.I have another problem in extracting the file format .tar.tar. Please reply as soon as possible.

XavierP 02-19-2007 04:51 PM

Srisci87 - I have moved your thread out of News and into Linux-Newbie as it is clearly not a news story. I have also given it a meaningful title - please don't use "Please Help" as a title, it tells your fellow members nothing about your problem.

pixellany 02-19-2007 06:28 PM

Which version of Enterprise?

Try mounting the NTFS drive--everything may be there:
su
mkdir /mnt/win
mount /dev/hda1 /mnt/win
cd /mnt/win
ls


Above assumes that Windows is on the first partition of the first IDE/PATA drive. If SATA or SCSI, change the "h" to an "s".
If not on 1st drive/partition, change numbers/letters as required.

reddazz 02-19-2007 06:43 PM

The Linux NTFS project has the packages you need. Take a look in the Redhat/Fedora section and choose the rpms for your version of RHEL that match the kernel you are running.


All times are GMT -5. The time now is 06:33 PM.