mount fstab partition with public access
Posted
by
Mikhail
on Super User
See other posts from Super User
or by Mikhail
Published on 2014-08-22T02:50:51Z
Indexed on
2014/08/22
4:23 UTC
Read the original article
Hit count: 270
linux
How do I specify that an fstab
mount-point should be public? I want /mnt/windows
to be accessible to normal users. I believe I am using ntfs-3g. If I set the /mnt/windows
to 777
will it be publicly accessible without changing the permissions on the NTFS disk?
/dev/sdb4 /mnt/windows ntfs noatime 0 1
/dev/sdb5 / ext4 noatime 0 1
UUID=5AA4-168D /boot/efi vfat defaults 0 1
and
localhost my_computer # stat /mnt/windows/
File: '/mnt/windows/'
Size: 12288 Blocks: 24 IO Block: 512 directory
Device: 814h/2068d Inode: 5 Links: 1
Access: (0700/drwx------) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2014-08-21 18:29:13.597722200 -0500
Modify: 2014-08-21 18:29:13.597722200 -0500
Change: 2014-08-21 18:29:13.597722200 -0500
Birth: -
© Super User or respective owner