Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   NZ Computing (http://www.velocityreviews.com/forums/f47-nz-computing.html)
-   -   Permissions on a USB external HDD (http://www.velocityreviews.com/forums/t579794-permissions-on-a-usb-external-hdd.html)

SchoolTech 10-09-2006 07:48 PM

Permissions on a USB external HDD
 
I have an external USB HDD formatted in a 40 GB NTFS partition.

How do I set permissions so that in any computer I take it to, whatever
username, whatever domain I am logged onto in that computer, I will
automatically have full permissions on the external drive?

Does the Everyone group mean the same thing on any computer?

Lawrence D'Oliveiro 10-10-2006 01:15 AM

Re: Permissions on a USB external HDD
 
In message <452aa78c$1@clear.net.nz>, SchoolTech wrote:

> I have an external USB HDD formatted in a 40 GB NTFS partition.
>
> How do I set permissions so that in any computer I take it to, whatever
> username, whatever domain I am logged onto in that computer, I will
> automatically have full permissions on the external drive?


On a Linux system, according to the mount(8) man page, you can set the uid,
gid and umask mount options so that non-root users can access the files.

Dave Taylor 10-10-2006 04:20 AM

Re: Permissions on a USB external HDD
 
SchoolTech <schoolcomputertech@education.nz> wrote in news:452aa78c$1
@clear.net.nz:

> I have an external USB HDD formatted in a 40 GB NTFS partition.
>
> How do I set permissions so that in any computer I take it to, whatever
> username, whatever domain I am logged onto in that computer, I will
> automatically have full permissions on the external drive?
>
> Does the Everyone group mean the same thing on any computer?


Just reformat it to Fat32, that way 9x boxes can see it too (with the
correct driver for your USB caddy)

--
Ciao, Dave

Peter Nield 10-10-2006 04:35 AM

Re: Permissions on a USB external HDD
 

"SchoolTech" <schoolcomputertech@education.nz> wrote in message
news:452aa78c$1@clear.net.nz...
>I have an external USB HDD formatted in a 40 GB NTFS partition.
>
> How do I set permissions so that in any computer I take it to, whatever
> username, whatever domain I am logged onto in that computer, I will
> automatically have full permissions on the external drive?
>
> Does the Everyone group mean the same thing on any computer?


The following "objects" have the same "SID" on all Windows computers:
Administrators
Users
Authenticated Users
Everyone

So if you want to have a freely accessible NTFS drive, pick one of Users,
Everyone or Authenticated Users.



Lawrence D'Oliveiro 10-10-2006 06:31 AM

Re: Permissions on a USB external HDD
 
In message <Xns9858B0689D9A7daveytaynospamplshot@203.97.37.6> , Dave Taylor
wrote:

> SchoolTech <schoolcomputertech@education.nz> wrote in news:452aa78c$1
> @clear.net.nz:
>
>> I have an external USB HDD formatted in a 40 GB NTFS partition.
>>
>> How do I set permissions so that in any computer I take it to, whatever
>> username, whatever domain I am logged onto in that computer, I will
>> automatically have full permissions on the external drive?
>>
>> Does the Everyone group mean the same thing on any computer?

>
> Just reformat it to Fat32, that way 9x boxes can see it too (with the
> correct driver for your USB caddy)


The only problem with that is limitations on file sizes.

SchoolTech 10-11-2006 04:48 AM

Re: Permissions on a USB external HDD
 
Dave Taylor wrote:
> SchoolTech <schoolcomputertech@education.nz> wrote in news:452aa78c$1
> @clear.net.nz:
>
>> I have an external USB HDD formatted in a 40 GB NTFS partition.
>>
>> How do I set permissions so that in any computer I take it to, whatever
>> username, whatever domain I am logged onto in that computer, I will
>> automatically have full permissions on the external drive?
>>
>> Does the Everyone group mean the same thing on any computer?

>
> Just reformat it to Fat32, that way 9x boxes can see it too (with the
> correct driver for your USB caddy)
>

FAT32 is a complete waste of time, NTFS is miles better
It can compress and encrypt seamlessly.

Earl Grey 10-11-2006 05:14 AM

Re: Permissions on a USB external HDD
 
SchoolTech wrote:
> Dave Taylor wrote:
>> SchoolTech <schoolcomputertech@education.nz> wrote in news:452aa78c$1
>> @clear.net.nz:
>>
>>> I have an external USB HDD formatted in a 40 GB NTFS partition.
>>>
>>> How do I set permissions so that in any computer I take it to,
>>> whatever username, whatever domain I am logged onto in that computer,
>>> I will automatically have full permissions on the external drive?
>>>
>>> Does the Everyone group mean the same thing on any computer?

>>
>> Just reformat it to Fat32, that way 9x boxes can see it too (with the
>> correct driver for your USB caddy)
>>

> FAT32 is a complete waste of time, NTFS is miles better
> It can compress and encrypt seamlessly.


But you did say ANY computer.

Dave Taylor 10-11-2006 05:21 AM

Re: Permissions on a USB external HDD
 
Earl Grey <eg@t.pot> wrote in news:452c7d8f$1@clear.net.nz:

> But you did say ANY computer.
>


That was what I saw too.

--
Ciao, Dave

Enkidu 10-11-2006 09:51 AM

Re: Permissions on a USB external HDD
 
Lawrence D'Oliveiro wrote:
> In message <452aa78c$1@clear.net.nz>, SchoolTech wrote:
>
>> I have an external USB HDD formatted in a 40 GB NTFS partition.
>>
>> How do I set permissions so that in any computer I take it to, whatever
>> username, whatever domain I am logged onto in that computer, I will
>> automatically have full permissions on the external drive?

>
> On a Linux system, according to the mount(8) man page, you can set the uid,
> gid and umask mount options so that non-root users can access the files.
>

You need to be root to issue the mount command though.

Cheers,

Cliff

Lawrence D'Oliveiro 10-11-2006 10:07 AM

Re: Permissions on a USB external HDD
 
In message <452cbe92$1@news2.actrix.gen.nz>, Enkidu wrote:

> Lawrence D'Oliveiro wrote:
>> In message <452aa78c$1@clear.net.nz>, SchoolTech wrote:
>>
>>> I have an external USB HDD formatted in a 40 GB NTFS partition.
>>>
>>> How do I set permissions so that in any computer I take it to, whatever
>>> username, whatever domain I am logged onto in that computer, I will
>>> automatically have full permissions on the external drive?

>>
>> On a Linux system, according to the mount(8) man page, you can set the
>> uid, gid and umask mount options so that non-root users can access the
>> files.

>
> You need to be root to issue the mount command though.


You can also set up the mount command, as root, so that non-root users can
issue it.


All times are GMT. The time now is 08:38 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57