Results 1 to 10 of 10
Hello Friends !
At our workplace, some are using Ubuntu ! our computers are being operated by many users.
I know the root password and would want to deny/block the ...
- 05-23-2011 #1
Determining Permissions
Hello Friends !
At our workplace, some are using Ubuntu ! our computers are being operated by many users.
I know the root password and would want to deny/block the other users from accessing the File System, Computer-Windows Drives (Hard Disk C:,D:,E: etc..) and home folder -Downloads, music, documents etc..
If i right click on drives Properties-Permissions it says (The Permissions could not be determined).
How to block/Not Permit the other users from accessing the files/folders from Windows Drives and Ubuntu Folders
is there any password protected folder guard kind a application for Ubuntu ?
Thanks !
- 05-23-2011 #2
Windows does not have the same permissions system as Linux so that is why it says 'permissions could not be determined'.
I would suggest you could create a group which would have permission to see the windows drives and then only have yourself as a member of the group. Then set the permissions on each drive so only the owner and group can access them.
- 05-24-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 1
- 05-24-2011 #4Linux Newbie
- Join Date
- Nov 2008
- Location
- Tokyo, Japan
- Posts
- 243
Modern windows filesystems (using NTFS) is limited to read-only in Linux. Older systems like VFAT do not have permissions built-in to the filesystem like Linux does.
If you want to restrict access, you simply need to get rid of the Windows filesystem. Copy all files to a Linux filesystem (ext4) -- or better yet, backup your files and re-format the drive as ext4, then copy the files back to it, then set your Windows users to connect to the Linux filesystem via Samba. Samba will enforce permissions that are set in Linux.
- 05-24-2011 #5
- 05-24-2011 #6Linux Newbie
- Join Date
- Nov 2008
- Location
- Tokyo, Japan
- Posts
- 243
Linux NTFS support is just not that reliable or stable. Read-only NTFS access is highly recommended.
All NTFS support I have ever seen for Linux is fairly limited. The user-space filesystem driver does not allow setting permissions, and the Kernel-level filesystem driver does not allow you to create new files, only overwrite or rename existing files.
There are other commercial NTFS user-space drivers, but I don't think they are open source. I think the real problem is dealing with patents/licensing issues, that's why its been so difficult to get a working Linux NTFS driver. No one wants to stick their neck out.
- 05-24-2011 #7Just Joined!
- Join Date
- Mar 2010
- Posts
- 16
I mostly use Knoppix 5.1
and I often use it to create both files and folders on my Windows XP NTFS partition.
The only problem that I encounter is:
that NTFS does not allow the use of as many characters in filenames as Linux.
So copying files from ext2 to NTFS sometimes throws up an error message.
- 05-24-2011 #8Just Joined!
- Join Date
- Feb 2007
- Location
- Cobleskill, NY
- Posts
- 51
I find it quite stable in Fedora 14. True you can't set NTFS permissions, yet.:ramin.honary: Linux NTFS support is just not that reliable or stable. Read-only NTFS access is highly recommended.
That was the reason why early on in the Fedora Project Red Hat did not include the ntfs-3g drivers.I think the real problem is dealing with patents/licensing issues
- 05-24-2011 #9Just Joined!
- Join Date
- Feb 2011
- Posts
- 2
@ramin.honary
like others have said, the situation where r/w access to ntfs was not reliable is no longer since about three or four years when ntfs-3g became mainstream. I've been using it heavily on a Tb filesystem with zero problems.
What is true though, is that ntfs-3g performance leaves to be desired, and that it can't map between the two permission schemes. Samba does a better job at that mapping but is a network FS
- 05-25-2011 #10Linux Newbie
- Join Date
- Nov 2008
- Location
- Tokyo, Japan
- Posts
- 243


Reply With Quote
