fstab is a file on in Unix / POSIX systems that stores settings about where devices system startup are mounted.
12
votes
3answers
20k views
Mac Lion: fstab is deprecated. so what replaces it to prevent a partition from mounting?
If fstab is deprecated in Lion (and before, I think?) how does one, properly, prevent a partition from mounting on system boot?
This is loosely related to this question which as of this post has no ...
10
votes
3answers
8k views
UNIX - mount: only root can do that
I need to allow a non-root user to mount/unmount a device. I am a total noob when it comes to UNIX, so please dumb it down for me.
I've been looking all over teh interwebz to find an answer and it ...
9
votes
5answers
24k views
Modify fstab entry so all users can Read and Write to an EXT4 Volume
I have an Ubuntu 10.04 box with an EXT4 partition. This partition is set to automatically mount in /etc/fstab. For the purposes of this post, we'll call it: /media/foo.
Unfortunately, only root ...
8
votes
3answers
7k views
My virtualbox fstab will not auto-mount on reboot?
I am able to mount my drive manually like this (ubuntu):
sudo mount -t vboxsf C_DRIVE /mnt/saga_c
But when I try and add it to my fstab it does not mount when I restart the machine. Is there ...
6
votes
2answers
4k views
Set proper rights for sshfs mountpoint so it can be shared with samba
I have a domain hoster that provides access via SSH.
My platforms are:
Gentoo 2.6.36-r5
Windows (XP/Vista/7)
I work on my Windows, I use Gentoo to do all the magic Windows can't do.
Therefore I ...
5
votes
2answers
3k views
How do I load Ubuntu into RAM and boot from it?
The Problem
I have a USB flash drive which, among Windows PE and other things, has an Ubuntu 11.04 system on a virtual (file-based) partition:
<drive>/ubuntu/disks/boot.disk mount point ...
5
votes
3answers
95 views
Mount hibernated windows paritition
I am trying to mount my windows partition at boot. It works fine when windows in shutdown, but when windows is hibernated, it can't be mounted as rw and I am sent to the root shell at boot. I tried to ...
4
votes
2answers
197 views
Linux - Advanced automounting via /etc/fstab file
I have a simple server with 6 hard disk drives (all SATA) inside of it. They are in a simple JBOD (just a bunch of disks) mode, so Linux just shows the following devices (assume each one has a single ...
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.
4
votes
2answers
640 views
How to Set “<options>” in fstab - Manual Mounting is Successfull
I am not real familiar with fstab yet, so I have a couple questions. When I use this command to mount devices:
sudo mount -t cifs -o username=admin //192.168.1.134/share_name /mnt/share_name
With ...
3
votes
2answers
582 views
fstab on boot: mount when device is plugged in
I have an external USB drive which I want to be mounted automatically on boot when it is plugged in. With the current settings in fstab, mount will try to mount it even when it is not available, which ...
3
votes
1answer
197 views
How can mount work with an empty fstab?
From the Arch Linux installation guide:
The /etc/fstab file contains static filesystem information. It defines how storage devices and partitions are to be mounted and integrated into the overall ...
3
votes
1answer
3k views
mount cifs through fstab non readable/writable
I have FreeNAS server and domain-controller with Windows Server 2008.
I use OpenSuse 11.4 and my Windows account have full access to FreeNAS CIFS share.
I can connect through any filemanager with smb ...
3
votes
3answers
617 views
Disk device changes after each rebooting
I have a SATA disk and an IDE disk on my desktop machine, and I've installed Windows 7 in the SATA disk while ArchLinux in the IDE, the grub is installed on the IDE disk.
In ArchLinux /etc/fstab I ...
3
votes
3answers
2k views
Why is my USB drive not mounted during startup
I have Arch Linux running on my Raspberry Pi. I added the following line to my fstab file:
/dev/sda1 /mnt/MyBook ntfs defaults 0 0
for a while this worked fine, the device was ...
3
votes
2answers
75 views
How do I always mount the same drive to the same location?
I have Debian running on a laptop of mine, and an rsnapshot config that does a wonderful job of backing up incrementally to a 1TB external drive of mine. Unfortunately, sometimes the drive mounts to ...
3
votes
1answer
131 views
Why Linux /etc/fstab UUIDs are case sensitive?
I recently added a line for a USB memory stick to /etc/fstab, to be able to mount it automatically, using UUID to identify the device.
Before I already have several external ext4 drives that have ...
3
votes
2answers
245 views
Removable vs fixed mount points in Linux
What makes a mount point removable in Linux? I am using Gentoo Linux with Gnome 3.2, and I find it annoying that some of my drives (ex: /dev/sdb) appear as removable but not the others (ex: /dev/sdc, ...
2
votes
1answer
5k views
fstab: When do you use the “dump” and “fsck” options?
I found a great tutorial on how to use fstab: http://www.tuxfiles.org/linuxhelp/fstab.html
Using this tutorial, I was able to successfully get my SIMPLE mounting needs working. But during the ...
2
votes
1answer
636 views
How to mount curlftpfs in fstab
How can I permanently mount a remote FTP directory in fstab with curlftpfs, so it will be accessible for the common users on the machine?
I am using Linux Slackware.
2
votes
1answer
679 views
Is there a difference between using pmount and mount?
Is there any difference between using pmount to mount a device (e.g., USB drive) and using mount with user in the 4th column of /etc/fstab?
Essentially, is the only purpose of pmount to allow the ...
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.
...
2
votes
1answer
1k views
Mounting a partition as your Music folder in Ubuntu 10.4
I have installed a new hard drive and partitioned some space that I am wanting to use for keeping my Music files on. I have entered a line into the /etc/fstab file that I believe mounts the partition ...
2
votes
3answers
7k views
Mounting a VirtualBox shared folder on boot with fstab in OpenSuse 11.3
I have followed the steps found here, however, the share is not mounted on boot. The share will mount if i run 'mount -a' after booting. Why would the share not mount on boot?
1 - Set up a ...
2
votes
2answers
777 views
cannot mount remote partition using fstab/fuse
Using a combination of http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/ and http://www.tuxfiles.org/linuxhelp/fstab.html I figured I could mount the ...
2
votes
1answer
39 views
mounting share in fstab error
I've been successfully able to mount a share on my Ubuntu Server using this command:
sudo mount -t cifs //IPTOSHARE/DriveLetter$/Folder/"Folder Space" /mnt/Folder/"Folder Space" -o ...
2
votes
1answer
108 views
Mounting samba share from fstab
Currently I have 3 network drives I mount each time i restart my system. The command I use is:
sudo mount -t cifs //192.168.1.8/ARES /media/Ares -o user=USER,password=***
sudo mount -t cifs ...
2
votes
1answer
66 views
Cygwin fstab configuration issue
Can't quite see where I'm going wrong. Trying to replicate the command "mount c: /c" in my fstab file, similar to this question: Cygwin fstab - what am I doing wrong?
Michael@Michael-PC ~
$ cat ...
2
votes
1answer
479 views
Which options to put in /etc/fstab for / partition? (ArchLinux)
I am installing ArchLinux and I don't know which options to put for the / partition in /etc/fstab. On ArchWiki they suggest defaults,noatime, but on my LinuxMint options are just errors=remount-ro ...
2
votes
2answers
3k views
Configure CIFS mount point permissions
On my Ubuntu machine I am mounting a CIFS share by having the following in my /etc/fstab
//netgear0/photos /media/netgear0-photos cifs ...
2
votes
1answer
718 views
Ubuntu network share fails to mount, can't get to command prompt on boot?
One of my network shares is down, which isn't a big deal, but now my Ubuntu instance fails to boot properly. On boot it will display the screen giving me the option to skip the mount, or do a manual ...
2
votes
1answer
322 views
Mounting ext4 drive with specified user permission
I want to mount a supplementary etx4 data disk drive with specified rwx permission for a certain user. The mount point is inside the home of such a user and it's owned by the user. I added the new ...
2
votes
0answers
103 views
Pysdm has disabled my ability to write to my storage partition
I have a dual boot setup with Windows 7 and Mint 13 Cinnamon. As well as their respective partitions, I also have a large one (NTFS) for storing all my music, videos, documents etc. I downloaded ...
2
votes
1answer
366 views
How to permanently mount ntfs drive in WUBI installation mode?
I have a Windows 7 installed as my primary operating system on my C:\ drive. I have another ntfs partition, D:.
Ubuntu is installed using WUBI on C:\Ubuntu, which makes C:\ accessible through ...
2
votes
1answer
139 views
Proper fstab options for the disk
I have the following line in /etc/fstab
/dev/sdb3 /media/mybook xfs rw,auto,users 0 0
The device is properly mounted and seen by root, but not by the normal ...
1
vote
2answers
1k views
Why bind-mount /var/tmp to /tmp?
I've read in several places that it is recommended to bind-mount /var/tmp to /tmp.
This can be done by adding the following line to /etc/fstab:
/tmp /var/tmp none rw,noexec,nosuid,nodev,bind 0 0
How ...
1
vote
1answer
826 views
Cygwin fstab - what am I doing wrong?
I'm trying to automount my Windows home directory over my Cygwin home directory. If I run the mount command manually it works fine, but putting the mountpoint into /etc/fstab doesn't seem to work:
$ ...
1
vote
3answers
3k views
Automatically mounting windows share in Fedora 12
I'm trying to automatically mount a windows share in a Fedora 12 instance (FC12).
When I manually mount things work:
mount -t cifs //nas01/servers -o username=guest,password=myPassword ...
1
vote
1answer
1k views
mount Command Works, but fstab Version Fails - Samba Issue
I can mount a share with this command:
sudo mount -o username=user,password=pass //192.168.5.227/share /mnt/share
And in my fstab I have this line:
//192.168.5.227/share /mnt/share cifs ...
1
vote
2answers
3k views
EC2 volume not mounting via fstab; manual mount successful
I have a Micro instance running Ubuntu 10.04 x86 (AMI ami-3e02f257). It has the OS volume attached at /dev/sda1 and a second volume attached at /dev/sdf (reported as ...
1
vote
2answers
2k views
mounted shares are not writable
I have several shares that are on my windows 7 system. The system I am accessing them from is an kubuntu 9.10 running gnome.
These are the lines I have in my /etc/fstab file
...
1
vote
1answer
793 views
How to mount filesystem at boot when filesystem exist
I have Linux mint 13 maya installed on USB Pendrive (my portable linux). I run it on different computers. Is there a way to set the fstab to auto mount the hard drive from X computer at boot?
So far ...
1
vote
1answer
478 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 ...
1
vote
1answer
510 views
Automounting with fstab not working on Ubuntu guest VM on OSX host
I've been setting up a new development environment using VirtualBox so I can sandbox my services and such in their own VM. It's an Ubuntu-based VM, which loads as a headless instance that I SSH into ...
1
vote
1answer
2k views
Cant open file for writing with cifs mount
Hi I have mounted my QNAP on to a drive on my ubuntu machine using the following fstab entry
//<ip-address>/Documents/Aly /home/aly/Documents cifs ...
1
vote
1answer
255 views
How to write as a normal user to a mounted dm-crypt/LUKS partition?
I managed to setup an encrypted partition that's mounted on boot using dm-crypt/LUKS.
The relevant entry from my /etc/fstab:
/dev/mapper/st_crypt /media/st ext4 defaults 0 2
...
1
vote
1answer
869 views
Allowing users to mount /dev/loop0
I have a following problem. I need to let normal users mount device /dev/loop0 to a predefined directory /mnt/data. The filesystem of the device is unknown and is to be defined when mount command is ...
1
vote
1answer
257 views
Filesystem handling for embedded Linux device
I am developing a device that will run Linux as its operating system.
The device is a small form factor X86 device with a flash drive exposed as a SATA-device. So it is not very dissimilar from any ...
1
vote
0answers
128 views
LVM volume activation before fstab mounts
I am trying to mount LVM volumes during startup of my Debian Squeeze system. Since for some reason, the LVM volumes / groups are inactive by default, they need to be activated before any mounting can ...
1
vote
0answers
51 views
Is it possible to automatically mount a hot-swappable drive when it is turned on?
In my PC, I have a hot-swap drive. Usually I keep it off to save power. I only really use it when accessing from another PC on the network. Is it possible to configure /etc/fstab to mount this drive ...