Fstab Mounting Not Giving Permissions - Arch
by concorde from LinuxQuestions.org on (#53XKG)
When I start up my Arch Linux with XFCE, it "randomly decides" whether or not to mount the Internal Hard Drive (separate from Linux partition) properly. It is always mounted, but often I don't have write/execute permissions on it. This has been an issue since I ever installed Arch a long time ago.
The External Hard Drive, however, always mounts properly.
Both are formatted as NTFS.
With either HD, if I want to delete something, I really have to delete it. I can't "send to Trash".
My /etc/fstab reads:
Code:# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda3
UUID=474b56f0-b2cc-434d-8731-770f07154046 / ext4 rw,relatime 0 1
# /dev/sda1
UUID=2B4C-5E19 /efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859>
# /dev/sda2
UUID=f8ffb5a8-5542-4be8-9d03-e06226cd19eb none swap defaults 0 0
# /dev/sdb1
UUID=73334F9209D268D4 /run/media/william/INTHD ntfs-3g defaults 0 0
# /dev/sdd1
UUID=63C001AE6540DD49 /run/media/william/EXTHD ntfs-3g defaults 0 01. Can I make it so I can "send to Trash" instead?
2. What's wrong with my permissions?


The External Hard Drive, however, always mounts properly.
Both are formatted as NTFS.
With either HD, if I want to delete something, I really have to delete it. I can't "send to Trash".
My /etc/fstab reads:
Code:# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda3
UUID=474b56f0-b2cc-434d-8731-770f07154046 / ext4 rw,relatime 0 1
# /dev/sda1
UUID=2B4C-5E19 /efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859>
# /dev/sda2
UUID=f8ffb5a8-5542-4be8-9d03-e06226cd19eb none swap defaults 0 0
# /dev/sdb1
UUID=73334F9209D268D4 /run/media/william/INTHD ntfs-3g defaults 0 0
# /dev/sdd1
UUID=63C001AE6540DD49 /run/media/william/EXTHD ntfs-3g defaults 0 01. Can I make it so I can "send to Trash" instead?
2. What's wrong with my permissions?