10 More Discussions You Might Find Interesting
1. Linux
Hi,
Can anyone explain why we use defaults 0 0 in fstab and what does 0 inidicate
10.250.104.50:/home/u /home/u nfs defaults 0 0
Thanks in advance
Muzaffar (3 Replies)
Discussion started by: muzaffar.k
3 Replies
2. Red Hat
Can you please help me mount below filesystem in fstab ( I have rhel 5 )
as the line is long - it is not taking as single line
How can break this in 2 line and act as one ....please help
... (4 Replies)
Discussion started by: saurabh84g
4 Replies
3. Shell Programming and Scripting
Hi
I am looking for a unix command or a small shell script which can takes one parameter and then searches for the passed in the parameter in any or all files under say /home/dev/
Can anyone please help me on this? (3 Replies)
Discussion started by: pankaj80
3 Replies
4. UNIX for Dummies Questions & Answers
hi ,
i'm creating a shell script using fstab for my project of last year, i wonder you can help me to know what is the command allow me to get the list of unmounted partitions.
thanks (4 Replies)
Discussion started by: Linux001
4 Replies
5. Shell Programming and Scripting
I have a script in which I am trying to move some files.
find DIR1|awk -F/ '{print "mv " $0, $0}'|sed -e "s/${DIR1}/&.OLD/g" -e 's/.OLD//'
which gives me:
mv DIR1/abc DIR1.OLD/abc
mv DIR1/abc/tmp DIR1.OLD/abc/tmp
What I would like to do is change the command to print:
mv DIR1/abc... (0 Replies)
Discussion started by: Hesiod
0 Replies
6. Red Hat
Hi,
I comment out some vol group in fstab accidentally.
I also comment the swap space in /etc/fstab
But I cannot edit /remove it back by using vi /etc/fstab again in init 1 and init 6 .
The file system /etc/fstab is read -only . I cannot chmod .....
What can I do in order to recover it ... (2 Replies)
Discussion started by: chuikingman
2 Replies
7. UNIX for Dummies Questions & Answers
Folks;
Please be patient with this issue when you read it. I know it's a little tricky.
I have a new share created on my SUSE 10 box. I'm trying to edit the /etc/fstab file or find a way to make this share needs no authentication.
The reason for that is we're using an outside application to... (3 Replies)
Discussion started by: Katkota
3 Replies
8. Linux
can somebody help me out in editing the /etc/fstab. I am on RHEL5 (Tikanga).
**The problem is that i have given a wrong LABEL in /etc/fstab for root volume and so after reboot, it is unable to resolve the wrong LABEL;
so, i have to edit the /etc/fstab :-(
-ilan (3 Replies)
Discussion started by: ilan
3 Replies
9. Shell Programming and Scripting
Say I write something like the following:
var1=1
var2=2
for int in 1 2
do
echo "\$var$int"
done
I want the output to be:
1
2
Instead I get something like:
$var1
$var2 (2 Replies)
Discussion started by: Awanka
2 Replies
10. Linux
I've created a new drive and i've added it to my fstab file but on startup it will not mount. here is how i put it into my fstab file, is that right?
/dev/hdb2 /disk2a ext3 defaults 1 2 (6 Replies)
Discussion started by: byblyk
6 Replies