Incorrect permissions when accessing an auto-mounted NTFS partition in nautilus.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Nautilus |
Confirmed
|
Low
|
|||
nautilus (Ubuntu) |
Invalid
|
Medium
|
Unassigned |
Bug Description
I recently installed Dapper Drake from the installation CD (Flight 6 I think?) and immediately after did a dist-upgrade.
The setup procedure recognized my main NTFS partition and mounted it at /media/hda1. Unfortunately, whenever I try to browse my partition either through nautilus or command line, I receive a permission error.
Here is the screenshot:
http://
Here is my /etc/fstab for reference:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda5 / ext3 defaults,
/dev/hda6 /home ext3 defaults 0 2
/dev/hda1 /media/hda1 ntfs defaults 0 0
/dev/sda1 /media/sda1 vfat defaults 0 0
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Changed in nautilus: | |
status: | Unknown → Confirmed |
Changed in nautilus: | |
importance: | Unknown → Low |
Hi!
Please take a look at https:/ /wiki.ubuntu. com/MountNtfsOn Boot?highlight= %28NTFS% 29 and see if that helps you at all. There is a how-to on mounting and setting up the fstab file.
Thanks