[Cialug] System overriding fstab options on system reboot.

Matt Stanton matt at itwannabe.com
Mon Feb 24 20:33:55 CST 2014


It has been a long, long time since I bothered to research mounting ntfs in Linux, so the following may be mindless blabber, but:

The way I remember it, there are (or were?) two different ways to mount ntfs in linux: via an ntfs kernel module, or via fuse.  Maybe fuse can only mount it in some specific fashion, and this conflicts with the options you need to use.  Does this box have ntfs compiled into or as a module for the kernel?  If neither, then the system might be reverting to the use of fuse.

If fuse is the normal (and only) way for Linux to mount ntfs filesystems, then just disregard this as the ravings of an out-of-touch mind. ;)

-- Matt (N0BOX)

Sent from my ASUS Transformer

-----Original Message-----
From: aaron <ampilgrim85 at gmail.com>
To: Central Iowa Linux Users Group <cialug at cialug.org>
Sent: Mon, 24 Feb 2014 8:00 PM
Subject: Re: [Cialug] System overriding fstab options on system reboot.

Same issue, $ mount returns:

/dev/sdb1 on
/mnt/mounted type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)"

I added 'exec" to the options and removed "defaults", but the options are still replaced upon reboot.


On 02/24/2014 07:46 PM, David Champion wrote:

> What if you change your fstab to start with "/dev/sdb1" instead of the UUID?
>
> -dc
>
>
> On Mon, Feb 24, 2014 at 7:30 PM, aaron <ampilgrim85 at gmail.com> wrote:
>
>> Hello all,
>>
>> I have an external USB HDD that needs to be connected at reboot in Ubuntu
>> 12.04.4. The drive is NTFS and have edited my fstab file to mount the drive
>> upon boot with the following options:
>>
>> UUID=*system uuid*    /mnt/mounted    ntfs defaults,usrquota,grpquota,acl,user_xattr
>>     0    2
>>
>> The system reboots and the drive is mounted but when I run *mount to view
>> the mounted drives, I see the drive is mounted as " /dev/sdb1 on
>> /mnt/mounted type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)". I
>> need the drive mounted with the options in fstab so I can add it to my
>> Zentyal samba network pool.
>>
>> Any ideas on what is causing this this issue?
>> _______________________________________________
>> Cialug mailing list
>> Cialug at cialug.org
>> http://cialug.org/mailman/listinfo/cialug
>>
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug

_______________________________________________
Cialug mailing list
Cialug at cialug.org
http://cialug.org/mailman/listinfo/cialug


More information about the Cialug mailing list