I have been trying two days to get this right but no success. I have a ntfs partition that I want to mount on boot via fstab. The partition mounts, but not readable. I check permissions, it says that my user has read and write permission but it's not writable.
The fstab entry is:
ZitatUUID=1BC6BEB4779943DD /media/ntfs ntfs-3g rw,uid=1000,gid=1000,dmask=0002,fmask=0003,nofail 0 0
In thunar it looks like on the attached screen-shot.
Which rights did you given to the /media/ntfs folder before the drive was mountet? Mayby it's only writeable for root and this causes your problem?
try it easyest as possible!
UUID=1BC6BEB4779943DD /media/ntfs ntfs-3g rw,umask=0 0 0
If it not work, look in dmesg, what your system is telling you about that partition on mount.
Tried your entry in fstab Towo, not writeable, can't write as root either.Two attached screenareas shows how it looks like as user and as root in thunar.
dmesg, the ntfs partition is sda1, I can't find anything there, but I don't really know what to look for. the output of dmesg is to long for copying here. There is a way but I don't remember how to show it here?
Edit: found out, here is the output of dmesg: http://paste.siduction.org/20161126160130
What does the output of "mount" shows to you?
What output you get, if you do "umount /media/ntfs && mount /media/ntfs"?
Maybe the problem is here:root@down:/home/down# umount /media/ntfs && mount /media/ntfs
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.) I have had windows running in between and let it close as it shall.
Here is the output of mount also:root@down:/home/down# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3044632k,nr_inodes=761158,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=611640k,mode=755)
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=38,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/115 type tmpfs (rw,nosuid,nodev,relatime,size=611636k,mode=700,uid=115,gid=124)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=611636k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda1 on /media/ntfs type fuseblk (ro,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
The message is crystal clear.
If you use fastboot-feature, you allways will get this problem!
Zitat von: towo in 2016/11/26, 17:48:23
The message is crystal clear.
If you use fastboot-feature, you allways will get this problem!
This is gaming computer only, but I want to be able to use siduction also and have a shared partition with windows.
OK, I don't know what fastboot-feature is, the computer has two hard disks, one windows 10 only (sdb) with windows 10 start sector. The other disk is the ntfs (sda1) partition and a small ext4 (sda2) partition for siduction and grub is on the boot sector of that disk. I start booth windows and siduction via grub.
I did try to start windows, checked the filesystem on the ntfs partition with no errors, closed the computer, started siduction again, problem is still there.
How shall I solve this then?
Fastboot is default enabled in Windows 10. So deactivate it!
http://www.tenforums.com/tutorials/4189-fast-startup-turn-off-windows-10-a.html
Zitat von: towo in 2016/11/26, 18:09:01
Fastboot is default enabled in Windows 10. So deactivate it!
Solved, thank you very much towo for helping me, it's a pity to have to get help here for a windows related problem. :-[