I have accidently deleted my fstab... how do i recover/
regenerate the file?????? in rescue mode i cannot create a
new file since the filesystem is readonly and could not
mount in readwrite mode ?????????
Answers were Sorted based on User's Feedback
Answer / sudhir
first of all go to rescue mode and the
run the command fdisk -l and see the / which is using
like /dev/sda5 ?
then mount -o rw /dev/sda5 /1
cd /1/etc;vi fstab
put the entry of ur filesytem at here manually
form sudhir sharma
| Is This Answer Correct ? | 32 Yes | 4 No |
Answer / nikhil vasishta
it is always suggested to take a regular backup of /etc
directory if u have configured a lot of services in ur
server still, if you see in /etc/mtab file, u'll get all
your currently mounted partitions and using that file u can
recreate fstab. hope this will help.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / jitendra kirar
go to the rescue mode and type the command
mount -o remount rw /
mow type
vi /etc/fstab
now you can edit the file. after edit save the file and
reboot the system.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / raj kumar yadav
Go in rescue mode
mount -o remount rw /
cp /etc/mtab /etc/fstab
otherwise make it manualy
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ali rao
I deleted vold.fstab when I reboot my tab phone storage or external sd is not showing please help me.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gavy balintag
how do you open the command when you go to rescue mode??
| Is This Answer Correct ? | 0 Yes | 0 No |
how to install linux OS? pls send step by step
What is the difference between semaphore and spinlock?
You want to create a compressed backup of the users' home directories. What utility should you use?
How to ""Add"" not replace address to same network card other than the alias way.... ??????
1. User gaves df -h and the system get hanged. why ? 2. what is the hardlink and softlink mount ? 3. why is portmape should be started ? 4. what is nologin option 5. how to restrict users from accessing nfs ? 6. what is the difference between cpio and tar 7. what are the kernel parameters ? how to find out it ? 8. why we use sysctl.conf ? 9. if we gives init1 from multiuser runlevel, will it affect other users who already logged in to the system ? 10. what will be the available space to use after configuering raid5 with 5 disks each having 5gb spce ?
There are 4 network Interfaces, how can we find which one is Primary.
This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.
What utility can you use to automate rotation of logs?
why accounting Software does not support on linux?
i want to install XP on RHEL5 with virtualization tell me step by step configuration
How to load the old kernel without rebooting server
what is difference between TFTP abd FTP?