Messed up my fstab

RCNunya

Active Member
Nov 17, 2011
16
0
41
Was trying to add a samba share in my fstab and didnt realize the editor didnt like the numpad and apparently I deleted and changed some characters in it.
Can anyone tell me how it should look?

Here is what I have now:

Code:
/dev/pve/root / ext3 errors=remount-ro 0 1/dev/pve/data /var/lib/vz ext3 defaul$UUID=49e4c3f2-1131-4d57-9e70-24c42e5d33e8 /boot ext3 defaults 0 0
/dev/pve/swap none swap sw 0 0
/proc /proc proc defaults 0 0
 
Was trying to add a samba share in my fstab and didnt realize the editor didnt like the numpad and apparently I deleted and changed some characters in it.
Can anyone tell me how it should look?

Here is what I have now:

Code:
/dev/pve/root / ext3 errors=remount-ro 0 1/dev/pve/data /var/lib/vz ext3 defaul$UUID=49e4c3f2-1131-4d57-9e70-24c42e5d33e8 /boot ext3 defaults 0 0
/dev/pve/swap none swap sw 0 0
/proc /proc proc defaults 0 0
Hi,
like this:
Code:
/dev/pve/root / ext3 errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext3  defaults 0 1
UUID=49e4c3f2-1131-4d57-9e70-24c42e5d33e8 /boot ext3 defaults 0 0
/dev/pve/swap none swap sw 0 0
/proc /proc proc defaults 0 0
Udo
 
Hi,
like this:
Code:
/dev/pve/root / ext3 errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext3  defaults 0 1
UUID=49e4c3f2-1131-4d57-9e70-24c42e5d33e8 /boot ext3 defaults 0 0
/dev/pve/swap none swap sw 0 0
/proc /proc proc defaults 0 0
Udo

Thank you so much.
That fixed it and I got my share mounted as well.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!