Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Security > linux usb drive

Reply
Thread Tools Display Modes

linux usb drive

 
 
ted medin
Guest
Posts: n/a

 
      09-21-2009
I have a usb drive that is from ubuntu (Linux) & would like to access it
from vista but i get access not permitted. So tried to change the
properties so everyone can access the files. See the current owner is
Unix user 501. I tried to change with administration privileges but the
unix files will not let me. Anyone got any ideas? TIA HELP!
 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a

 
      09-22-2009
ted medin wrote:

> I have a usb drive that is from ubuntu (Linux) & would like to access it
> from vista but i get access not permitted. So tried to change the
> properties so everyone can access the files. See the current owner is
> Unix user 501. I tried to change with administration privileges but the
> unix files will not let me. Anyone got any ideas? TIA HELP!


There should be no problem accessing a USB flash drive that is used on Linux
or Unix in Windows. I do this all the time and the different operating
systems don't normally honor permissions set by each other. What file format
is the drive? To get the best interoperability between various file systems,
use FAT32 because Linux, Unix, OS X, and Windows can all write to it.

If is already FAT32, then you just need to take ownership of the drive.
There is no way "the unix files will not let me" is accurate.

To take ownership of a folder (or a drive):

1. Right-click the folder that you want to take ownership of, and then click
Properties.
2. Click the Security tab, click Advanced, and then click the Owner tab.
3. Click Edit. Administrator permission required If you are prompted for an
administrator password or confirmation, type the password or provide
confirmation.
4. Click the name of the person you want to give ownership to.
5. If you want that person to be the owner of files and subfolders in this
folder, select the Replace owner on subcontainers and objects check box.
6. Click OK

Or you can run this at an elevated Command Prompt:

For Folders or Directories (will perform action recursively):

takeown /f drive:\ /r /d y [enter]
(where "drive:\" is your USB thumb drive)
icacls drive:\ /grant yourusername:F /t [enter]
(make the correct substitution of your user account)

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
http://www.elephantboycomputers.com/#FAQ

 
Reply With Quote
 
ted medin
Guest
Posts: n/a

 
      09-22-2009

Malke wrote:
> ted medin wrote:
>
>> I have a usb drive that is from ubuntu (Linux) & would like to access it
>> from vista but i get access not permitted. So tried to change the
>> properties so everyone can access the files. See the current owner is
>> Unix user 501. I tried to change with administration privileges but the
>> unix files will not let me. Anyone got any ideas? TIA HELP!

>
> There should be no problem accessing a USB flash drive that is used on Linux
> or Unix in Windows. I do this all the time and the different operating
> systems don't normally honor permissions set by each other. What file format
> is the drive? To get the best interoperability between various file systems,
> use FAT32 because Linux, Unix, OS X, and Windows can all write to it.
>
> If is already FAT32, then you just need to take ownership of the drive.
> There is no way "the unix files will not let me" is accurate.
>
> To take ownership of a folder (or a drive):
>
> 1. Right-click the folder that you want to take ownership of, and then click
> Properties.
> 2. Click the Security tab, click Advanced, and then click the Owner tab.
> 3. Click Edit. Administrator permission required If you are prompted for an
> administrator password or confirmation, type the password or provide
> confirmation.
> 4. Click the name of the person you want to give ownership to.
> 5. If you want that person to be the owner of files and subfolders in this
> folder, select the Replace owner on subcontainers and objects check box.
> 6. Click OK
>
> Or you can run this at an elevated Command Prompt:
>
> For Folders or Directories (will perform action recursively):
>
> takeown /f drive:\ /r /d y [enter]
> (where "drive:\" is your USB thumb drive)
> icacls drive:\ /grant yourusername:F /t [enter]
> (make the correct substitution of your user account)
>
> Malke

Ok thanks for the info i tried the above from the cmd with admin
privileges & got access denied.
As to the first part i will try that & thanks. One question i am not
talking about a flash drive but a usb2.0 external hard drive. Is that
important? TIA
 
Reply With Quote
 
Paul Adare
Guest
Posts: n/a

 
      09-22-2009
On Mon, 21 Sep 2009 17:15:44 -0700, Malke wrote:

> If is already FAT32, then you just need to take ownership of the drive.
> There is no way "the unix files will not let me" is accurate.
>
> To take ownership of a folder (or a drive):


None of what follows in Malke's post will work, nor is it necessary. A
FAT32 drive doesn't support file and folder level security so there is no
concept of ownership on the FAT32 file system. Everything described in
Malke's post applies to the NTFS file system and not to FAT32.

--
Paul Adare
MVP - Identity Lifecycle Manager
http://www.identit.ca
 
Reply With Quote
 
Malke
Guest
Posts: n/a

 
      09-22-2009

ted medin wrote:

> Ok thanks for the info i tried the above from the cmd with admin
> privileges & got access denied.
> As to the first part i will try that & thanks. One question i am not
> talking about a flash drive but a usb2.0 external hard drive. Is that
> important? TIA


What file system is the drive? FAT32? NTFS? Ext3? Something else is going on
here. It doesn't matter that the drive in question is an external hard drive
or a USB thumb drive. It matters that the operating system to which you are
connecting the drive can deal with its contents. You say you used this drive
with Ubuntu. Ubuntu normally uses Ext3 and Windows can't read/write to Ext3.

Is this an old hard drive you put in an external enclosure? Can it still be
read from a *nix box? I ask this because another possibility is that the
drive is failing and the reason you can't access its contents has nothing to
do with permissions.

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
http://www.elephantboycomputers.com/#FAQ

 
Reply With Quote
 
David B.
Guest
Posts: n/a

 
      09-23-2009

Just a little, again, what file system is in use on the drive?

--
The following is a signature, don't take it personally unless it applies to
you.
How to ask a question http://support.microsoft.com/kb/555375

------
"ted medin" <> wrote in message
news:...
> Malke wrote:
>> ted medin wrote:
>>
>>> I have a usb drive that is from ubuntu (Linux) & would like to access it
>>> from vista but i get access not permitted. So tried to change the
>>> properties so everyone can access the files. See the current owner is
>>> Unix user 501. I tried to change with administration privileges but the
>>> unix files will not let me. Anyone got any ideas? TIA HELP!

>>
>> There should be no problem accessing a USB flash drive that is used on
>> Linux or Unix in Windows. I do this all the time and the different
>> operating systems don't normally honor permissions set by each other.
>> What file format is the drive? To get the best interoperability between
>> various file systems, use FAT32 because Linux, Unix, OS X, and Windows
>> can all write to it.
>>
>> If is already FAT32, then you just need to take ownership of the drive.
>> There is no way "the unix files will not let me" is accurate.
>>
>> To take ownership of a folder (or a drive):
>>
>> 1. Right-click the folder that you want to take ownership of, and then
>> click Properties.
>> 2. Click the Security tab, click Advanced, and then click the Owner tab.
>> 3. Click Edit. Administrator permission required If you are prompted for
>> an administrator password or confirmation, type the password or provide
>> confirmation.
>> 4. Click the name of the person you want to give ownership to.
>> 5. If you want that person to be the owner of files and subfolders in
>> this folder, select the Replace owner on subcontainers and objects check
>> box.
>> 6. Click OK
>>
>> Or you can run this at an elevated Command Prompt:
>>
>> For Folders or Directories (will perform action recursively):
>>
>> takeown /f drive:\ /r /d y [enter]
>> (where "drive:\" is your USB thumb drive)
>> icacls drive:\ /grant yourusername:F /t [enter]
>> (make the correct substitution of your user account)
>>
>> Malke

> Ok thanks for the info i tried the above from the cmd with admin
> privileges & got access denied.
> As to the first part i will try that & thanks. One question i am not
> talking about a flash drive but a usb2.0 external hard drive. Is that
> important? TIA


 
Reply With Quote
 
Justin
Guest
Posts: n/a

 
      09-26-2009
Malke wrote:
> ted medin wrote:
>
>> I have a usb drive that is from ubuntu (Linux) & would like to access it
>> from vista but i get access not permitted. So tried to change the
>> properties so everyone can access the files. See the current owner is
>> Unix user 501. I tried to change with administration privileges but the
>> unix files will not let me. Anyone got any ideas? TIA HELP!

>
> There should be no problem accessing a USB flash drive that is used on Linux
> or Unix in Windows. I do this all the time and the different operating
> systems don't normally honor permissions set by each other. What file format
> is the drive? To get the best interoperability between various file systems,
> use FAT32 because Linux, Unix, OS X, and Windows can all write to it.
>
> If is already FAT32, then you just need to take ownership of the drive.
> There is no way "the unix files will not let me" is accurate.



Oh really?
FAT32 has file permissions? Source?
 
Reply With Quote
 
FromTheRafters
Guest
Posts: n/a

 
      09-27-2009
"Justin" <> wrote in message
news:%...
> Malke wrote:
>> ted medin wrote:
>>
>>> I have a usb drive that is from ubuntu (Linux) & would like to
>>> access it
>>> from vista but i get access not permitted. So tried to change the
>>> properties so everyone can access the files. See the current owner
>>> is
>>> Unix user 501. I tried to change with administration privileges but
>>> the
>>> unix files will not let me. Anyone got any ideas? TIA HELP!

>>
>> There should be no problem accessing a USB flash drive that is used
>> on Linux or Unix in Windows. I do this all the time and the different
>> operating systems don't normally honor permissions set by each other.
>> What file format is the drive? To get the best interoperability
>> between various file systems, use FAT32 because Linux, Unix, OS X,
>> and Windows can all write to it.
>>
>> If is already FAT32, then you just need to take ownership of the
>> drive. There is no way "the unix files will not let me" is accurate.

>
>
> Oh really?
> FAT32 has file permissions? Source?


???

I don't see that claim being made.


 
Reply With Quote
 
Paul Adare
Guest
Posts: n/a

 
      09-28-2009

On Sun, 27 Sep 2009 19:51:15 -0400, FromTheRafters wrote:

> ???
>
> I don't see that claim being made.


From Malke's post to which Justin replied:

"If is already FAT32, then you just need to take ownership of the drive.
There is no way "the unix files will not let me" is accurate.

To take ownership of a folder (or a drive):"


--
Paul Adare
MVP - Identity Lifecycle Manager
http://www.identit.ca
 
Reply With Quote
 
FromTheRafters
Guest
Posts: n/a

 
      09-28-2009
"Paul Adare" <> wrote in message
news:7yfz0jkt1vet$....
> On Sun, 27 Sep 2009 19:51:15 -0400, FromTheRafters wrote:
>
>> ???
>>
>> I don't see that claim being made.

>
> From Malke's post to which Justin replied:
>
> "If is already FAT32, then you just need to take ownership of the
> drive.
> There is no way "the unix files will not let me" is accurate.
>
> To take ownership of a folder (or a drive):"


So, if a USB drive is formatted FAT32, it is no longer a securable
object as far as Vista is concerned?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed Vista dual boot, think I screwed up! Don Windows 64 Bit 69 09-12-2008 12:06 AM
CDFS partition on Flash drive. . . Tony Sperling Windows 64 Bit 27 09-07-2008 11:02 AM
Windows XP Professional 64 Bit Edition installed onto an extended. umwhat Windows 64 Bit 9 07-01-2008 04:17 AM
Cannot detect second hard drive after upgrade to Win XP 64-bit imlaseke Windows 64 Bit 8 10-24-2007 12:32 PM
Help - Primary drive low on disk space Mervin Williams Windows Server 3 08-25-2006 10:42 PM



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 58 59