Puppy as wireless NAS

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#16 Post by greengeek »

At some point I need to re-visit this project and make a newer better version.
In terms of improving security i am currently thinking that there may be some value in using NTFS formatting for the storage drive as that would allow me to set the Puppy software to open the files as read only - by using rcrsn51's ntfs3g mod as described here
rcrsn51 wrote:The concern above seemed to be that even if you hid the drive icons, people could still manually mount and damage Windows. This fix is just another line of defense. It is only for NTFS. It doesn't permanently change the drive.
1. Go to the folder /bin
2. Locate the file ntfs-3g and rename it as ntfs-3g-full
3. In the same folder, create a script named ntfs-3g

Code: Select all

#!/bin/sh
ntfs-3g-full -o ro "$@"
I wonder if forcing the Puppy software to open the files 'readonly' will improve the overall security of the files? Or will other machines simply be able to access the files in r/w mode as before?

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#17 Post by rcrsn51 »

Are you talking about the files on the Samba server? The proper way to protect them is to declare the share as "read only = yes" in its definition.

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#18 Post by greengeek »

Thanks for the advice. That sounds like a good enough protection for me.
cheers

Post Reply