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 |
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)
What is LILO?
how can i create samba server in fedora 9.0 ? and domain/LDAP controller! clilent side is windows pc .?
What is the difference between home directory and working directory?
Tell me the 5 differences between Linux and Unix?
What is the name and path of the main system log?
How to check all open ports on linux machine and block unsed ports????????
i installed clustering packages.When i try to run it getting LUCI error...what is it..??
When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?
How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?
in linux gui desktop icon was lost how con u back this icons
Why is it suggested to disable journalism in ext4 filesystem?