I have installed my Ubuntu 18.10 on a SSD and I also have a another drive which is formatted as NTFS file system. When I click on mount it mounts that drive but I am only able to see the files. I can't seem to write into it.
I am not dual booting. I only have Ubuntu installed as a Operating System.
Can anyone please help me on how to setup my NTFS drive to auto mount at startup with Read and Write Access?
/etc/fstab
? – Jeeth Feb 25 '19 at 10:01fstab
is not the issue. The problem is with hibernation. Do you have Windows installed? – Pilot6 Feb 25 '19 at 10:03mount
it (esp. if done from terminal where you are shown the reason), you can check system logs to see the messages (hidden by a GUI). Look withdmesg
for the messages for the mount. I'm suggesting you check for a reason for safety reasons, as usually a RO mount has a reason (and forcing it is unwise where you value the data) – guiverc Feb 25 '19 at 10:09dmesg
which shows the messages hidden by your gui/file-manager, or lets you re-view the messages that you saw on terminal. – guiverc Feb 25 '19 at 10:13mount
it (ie. it's easy to see as it just occurred & is at the bottom of the list [of events]). I didn't look, if not there look withjournalctl -a
– guiverc Feb 25 '19 at 10:24journalctl -a
couldn't find anything regarding a mounting error. – Jeeth Feb 25 '19 at 11:09/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9APE5111-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
(I prefer using UUID to mount, but I don't have a NTFS partition on any running system I can login currently to test an entry for you; I grabbed this line from a backup dataset; I believe that [example] was for a windows 7 dual-boot hdd) – guiverc Feb 25 '19 at 11:32