1
vote
0answers
169 views

Linux mounting cifs share with elevated (chmod) privileges

I have mounted a NAS share on a linux computer using cifs (in etc/fstab). The NAS is a synology drive and is basicly just a linux box. Is there any way to get elevated privileges such as chown and ...
0
votes
1answer
1k views

mounts not present in fstab. where are they?

my debian system is using tmfs for a few things, notably /tmp and it's using a rather small size for it. And it's nowhere to be found in my /etc/fstab i guess i could just add the entry in fstab and ...
0
votes
1answer
281 views

debootstrap creates blank fstab (“UNCONFIGURED FSTAB FOR BASE SYSTEM”) - how do i configure fstab for the first time?

I've been following this tutorial to create a custom amazon ec2 image. It looks like debootstrap doesn't set up the fstab anymore. When I get to the mount /proc step, it complains: warning: can't ...
1
vote
1answer
477 views

what to do when fstab breaks?

Which is the best way to fix broken fstab? I think that i could do that with some live linux distro. First serch for partitions and mount them to temporary created /temproot. Manually mount partitions ...
4
votes
2answers
3k views

Is there any GUI tool to configure /etc/fstab?

I have little experiences in configuring the 'fstab'. I'm looking for any GUI tool that helps me with this. If possible based on gtk and should be available in Debian.
2
votes
1answer
521 views

What are the default fstab mount parameters in Debian?

I've accidentaly corrupted my fstab and cut the ends of lines. There are now disk uid, mount point, filesystem for root and swap, but the mount parameters are missing. The system boots as readonly. ...
0
votes
1answer
791 views

Debian: Unable to mount a second drive as a subdirectory inside of another partition

I have the following /etc/fstab: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> ...