LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount/ntfs (https://www.linuxquestions.org/questions/linux-newbie-8/mount-ntfs-4175426207/)

ares666 09-08-2012 02:39 AM

mount/ntfs
 
how to make an executable file which I mount a ntfs partition in Red Hat 6

I do not know how logez as root on a single line meaning not to wax password
be something like: "su root passwd blabla" and enter directly into the root

can???? pls help
10x

malekmustaq 09-08-2012 03:54 AM

You do not need to create a file. Exe file. Under Linux just mount the partitions change / etc / fstab.

If you do not want to "su root", then you better log in as root and do whatever you want.

m.m.

pixellany 09-08-2012 07:14 AM

Ummm---this site is English only.

colucix 09-08-2012 02:23 PM

I'd like to remind that LinuxQuestion adopted English as official language. This is for the benefit of the LQ community and to allow moderators to ensure all content complies with all the LQ rules. Therefore, please translate from romanian and comply with the rules you accepted upon your subscription. Thank you in advance.

John VV 09-08-2012 05:56 PM

google translate
Quote:

greeting

how to make an executable file which I mount a ntfs partition in Red Hat 6

I do not know how logez as root on a single line meaning not to wax password
be something like: "su root passwd blabla" and enter directly into the root

can???? pls help
RHEL6 will AUTO mount a NTFS partition
usb thumb drive
a USB or firewire drive ( like a WD 3TB usb3 drive -- well as a usb2 )
now
the DEFAULT is READ ONLY
you WILL need to be root to change this !!!

to run a Linux program built for RHEL6 YOU WILL NEED TO BE ROOT
for example

Code:

su -
-- your root password when asked for --
cd /mnt/ntfs
chmod +x LinuxProgram
exit
./LinuxProgram


malekmustaq 09-08-2012 10:12 PM

Quote:

Originally Posted by colucix (Post 4775766)
I'd like to remind that LinuxQuestion adopted English as official language. This is for the benefit of the LQ community and to allow moderators to ensure all content complies with all the LQ rules. Therefore, please translate from romanian and comply with the rules you accepted upon your subscription. Thank you in advance.

Actually I know the rule, and for that reason I only posted one and only one in his lingo just to point to him one hint of solution JUST IN CASE he has insurmountable difficulty in using english. No malice in my end.

colucix 09-09-2012 01:00 AM

Quote:

Originally Posted by malekmustaq (Post 4775928)
Actually I know the rule, and for that reason I only posted one and only one in his lingo just to point to him one hint of solution JUST IN CASE he has insurmountable difficulty in using english. No malice in my end.

I know. The reminder is usually redirected to new members. My duty. Anyway, if you know the mother language of the OP and are willing to help in translating (provided it's particularly difficult for the OP) your effort is welcome! :)

Thanks John VV for translating the previous posts!


All times are GMT -5. The time now is 11:58 AM.