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 ...
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 ...
2
votes
1answer
107 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 ...
0
votes
1answer
195 views

LMDE with gnome 3 - Change automount options

I've got GNOME 3 on an LMDE machine and I need to change the automount options to mount without the noexec attribute for an NTFS partition. Does anyone know where I could find such configurations and ...
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 ...
3
votes
1answer
129 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 ...
2
votes
1answer
320 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 ...
0
votes
1answer
125 views

Why is every file marked as an executable on my mounted NTFS partition?

I have edited my /etc/fstab file to include this line: /dev/sda5 /media/yannbane/Shared ntfs defaults,umask=007,gid=46 0 0 I did this so my dev/sda5 partition (labeled Shared) is automatically ...
0
votes
0answers
70 views

Using a UUID to mount a swap volume causes startup to hang?

I have a mdadm RAID setup complete with a swap volume. I can use the volume for swap easy enough, but when I go to mark it as swap in the fstab, I get a system startup hang. # /dev/md125 ...
2
votes
1answer
630 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.
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 ...
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 ...
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
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 ...
0
votes
1answer
280 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 ...
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, ...
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 ...
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 ...
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 ...
0
votes
1answer
595 views

How do I configure fstab so that a partition can be used by different users simultaneously?

My intent is to set up a drive that any user can read to, write from, and execute on. Moreover, the users must be able to use the drive at the same time. I have my fstab entry set up like this: ...
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 ...
1
vote
1answer
168 views

How to make mount points inaccesible for any user or process in Ubuntu, when no filesystem is using it?

I have noticed that my mountpoints in /media often acquire underscores, double or triple at time, when I use Vuze which is configured to save the files on a mountpoint directory in /media. This is ...
1
vote
1answer
475 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. ...
1
vote
1answer
253 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
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 ...
2
votes
1answer
678 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
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 ...
1
vote
1answer
256 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 ...
0
votes
2answers
13k views

fstab line for auto mount drive that all users can read/write

I have installed a cable that connects from the CPU's SATA motherboard connection to a removable drives' ESATA connection. I would like to be able to swap drives on the ESATA connection and have all ...
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 ...
9
votes
6answers
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 ...
0
votes
1answer
790 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> ...
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
281 views

How do I use the Advanced NTFS-FS package to automount a NTFS filesystem in Linux?

I want to enable Advanced NTFS-3G support (permissions and users) automatically from the fstab entry.
3
votes
3answers
615 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 ...
0
votes
1answer
1k views

drive not mounting after reboot despite good fstab

I'm setting up a fresh Ubuntu 9.10 RC install. This is the fstab entry for my functioning, healthy raid array: # RAID storage drive /dev/md0 /media/storage ext3 auto,rw,user,relatime,exec,async 0 3 ...