হ্যালো আমার উইন্ডোজ-পার্টিশন (/ dev / sda3) স্বয়ংক্রিয়ভাবে স্টার্টআপে মাউন্ট করার জন্য "/ etc / fstab" ফাইলটিতে আমার কী লিখতে হবে?
আমি এই ত্রুটি-বার্তাটি পেয়েছি (নটিলাসে বিভাজনের জন্য বুকমার্কে ক্লিক করা):
Error mounting: mount exited with exit code 1: helper failed with:
Unprivileged user can not mount NTFS block devices using the external FUSE
library. Either mount the volume as root, or rebuild NTFS-3G with integrated
FUSE support and make it setuid root. Please see more information at
http://ntfs-3g.org/support.html#unprivileged
আমার fstab এর মত দেখাচ্ছে:
> # /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sdb6 / ext4 errors=remount-ro 0 1
/dev/sda3 /media/Jonas ntfs rw,auto,users,nls=utf8,umask=007,gid=46 0 0
# swap was on /dev/sdb7 during installation
UUID=9dcdfad2-4e66-416e-bf68-142afe23fa0b none swap sw 0 0
আমি ফোল্ডার / মিডিয়া / জোনাস তৈরি করেছি এবং পার্টিশনটি / dev / sda3। আমি কী ভুল করেছি?