Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I mounted the partition by adding entry to /etc/fstab and set it's permissions as you specified but that did not work because now my startup script cannot access data in /mnt when I log as a normal user (not root). My normal user is not getting access to /mnt which is very fine to me but my program must get access to /mnt. I am still stuck. :(
    – Uthman
    Commented Apr 15, 2010 at 9:24
  • In your comment you said "I want only root to have access to that partition" If you want others to have read-only access replace the 770 with 774 in the chmod command.
    – Mark
    Commented Apr 15, 2010 at 12:29