[twincling] Re:how to mount partitions permanently

2006-12-21 Thread zeevy
c naveen wrote: Hi all This is naveen, iam new to linux, i have FC5 machine, every time i reboot my system, i have to mount my partiontions again and again, so i need to mount my harddisk partitons while my machine boots up, so in which startup files i have to do this, or a better solution,

[twincling] Naveen's mail incorrectly edited by me.

2006-12-21 Thread Saifi
Hi all: Naveen's mail was incorrectly edited by me. Please see - http://tech.groups.yahoo.com/group/twincling/message/2253 What I should have done was - 1. Edited the subject line 2. Re-phrase the statements. Apologize for the inadvertent mistake. Hence forth, i will be more careful. Spent

Re: [twincling] GREP - reg exp to find words ending with .V and .TO

2006-12-21 Thread Abrar Kazi
Hi Vikram, You can use $ grep -o '[ A-Z][a-z].V$' StockList30.txt $ grep -o '[ A-Z][a-z].TO$' StockList30.txt $ indicates end in regular expression ^ indicates start in regular expression. Regards... abrar On 12/21/06, Vikram Kumar [EMAIL PROTECTED] wrote: Hello Experts, Im trying to

[twincling] Re:how to mount partitions permanently

2006-12-21 Thread srinivas raj
You have to specify your partitions to be mounted at boot time in /etc/fstab On 12/20/06, c naveen [EMAIL PROTECTED] wrote: Hi all This is naveen, iam new to linux, i have FC5 machine, every time i reboot my system, i have to mount my partiontions again and again, so i need to mount my

[twincling] Re:how to mount partitions permanently

2006-12-21 Thread Narender Rao
Hi Naveen, For this you need to add an entry in the fstab file that is located in /etc. vi /etc/fstab and add a new line to it. check the partition name using fdisk -l /dev/hda.This will show you the partition which you want to mount. Considering your windows partition is /dev/hda5, add an

Re: [twincling] GREP - reg exp to find words ending with .V and .TO

2006-12-21 Thread srinivas raj
bash-2.05b$ cattext AVWI.OB AVX AVX-P.V AVXT.OB AVY AVZ AVZ.TO AW AWB.V AWBC AWC AWF AWG AWX.V AXA bash-2.05b$ egrep 'V$|TO$' text AVX-P.V AVZ.TO AWB.V AWX.V On 12/21/06, Vikram Kumar [EMAIL PROTECTED] wrote: Hello Experts, Im trying to extract the words ending with .V or .TO from the

[twincling] Re:how to mount partitions permanently

2006-12-21 Thread madhu ankam
go to /etc/ and edit the /etc/fstab file. add the entries to the end, whichever filesystems you want to mount. thanks madhu ankam c naveen [EMAIL PROTECTED] wrote: Hi all This is naveen, iam new to linux, i have FC5 machine, every time i reboot my system, i have to mount my