M
M
matrix91642015-02-04 17:18:06
linux
matrix9164, 2015-02-04 17:18:06

Why doesn't automount work on boot?

Please help me figure it out. I'm trying to set up automount ntfs partition in Linux Mint 17.1
My steps. I open Nemo. I open the desired partition so that it is automatically mounted. Execute in terminal

cat /etc/mtab

to see with what parameters it is mounted.
The required section looks like this:
/dev/sda7 /media/nightmareman/04C4F146C4F13A8E fuseblk rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0

Then I edit /etc/fstab as follows: I add the above line to the end
But nothing works. When booting, the system complains that it cannot mount /dev/sda7 , and also if you run
mount -a
, I get the following
anonymous nightmareman # mount -a
mount: wrong fs type, bad option, bad superblock on /dev/sda7,
missing codepage or helper program, or other error
In some cases, useful information can be
found in syslog - try dmesg | tail or something like
that

I tried to write instead of / dev / sda7 its UUID, but this did not help either. What is the reason?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CycaHuH, 2015-02-04
@matrix9164

Try replacing fuseblk with ntfs-3g

I
Igor, 2015-02-04
@merryjane

Try to mount it to some other directory by UUID, having previously created it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question