1833832 Members
1990 Online
110063 Solutions
New Discussion

/etc/fstab

 
SOLVED
Go to solution
Ammar_4
Frequent Advisor

/etc/fstab

How can we make new entry in /etc/fstab
2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: /etc/fstab

Use 'vi'.

# vi /etc/fstab

The /etc/fstab file is just a plain text file. Use the entries already there as a template for what you want to add.
Ammar_4
Frequent Advisor

Re: /etc/fstab

Thanks very much