windows partition file permision


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers windows partition file permision
# 1  
Old 11-16-2011
windows partition file permision

I hava a windows NTFS partition on fedora15. The partitions auto-mounts to /media/Data ever starting of KDE.
Code:
/dev/sda5 on /media/Data type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)

But I cant change the file permission in this partition. The default permission are:

Code:
drwx------. 1 alien alien    4096  8月 22 12:40 appe
drwx------. 1 alien alien    4096  8月 22 12:40 data
drwx------. 1 alien alien    4096  8月 22 14:05 dict
drwx------. 1 alien alien       0  8月 22 12:40 font
drwx------. 1 alien alien       0  8月 22 12:40 help
drwx------. 1 alien alien    8192  8月 22 12:40 icon
drwx------. 1 alien alien   32768  8月 22 12:40 image
drwx------. 1 alien alien    8192  8月 22 12:40 lang
-rw-------. 1 alien alien  229376  7月  1 2009 lgsupd.exe
-rw-------. 1 alien alien  286720  2月 23 2010 LGui64u.dll
-rw-------. 1 alien alien    5809  5月 20 2008 license.rtf
-rw-------. 1 alien alien   49152 11月 10 2008 lingoes.api
-rw-------. 1 alien alien 2252800  7月 23 2010 Lingoes.exe

The permission of the files or directories won't change without any error after I type
Code:
chmod 755 FILE_NAME_OR_DIRECTORY

permission of /media is
Code:
drwxr-xr-x.   6 root root   120 11月 17 10:38 media

PS: selinux status is permissive.

Last edited by vistastar; 11-16-2011 at 10:59 PM..
# 2  
Old 11-23-2011
somebody?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Repair windows 8.0 ntfs partition

I have a 1TB HD, suspect it had bad sectors and blocks... it was pre-installed with windows 8.0.. I was able to boot up ubuntu and looked at the partitions and run a badblocks comand to verify secotors, after getting a serious of Input and Output errors mounting the partition and doing any... (2 Replies)
Discussion started by: ppchu99
2 Replies

2. UNIX for Dummies Questions & Answers

file permision

Hello, I have a program which at run time creates a shell script and tries to redirect the output of the same to another file. both of the files are created at run time with different names. The problem is: the file it is redirecting to is being created as: -rw-r--r-- 1 root tech 69... (1 Reply)
Discussion started by: chandan.sharma
1 Replies

3. SuSE

write permissions in windows partition?

Hi everyone i was able to mount windows partition in open suse 10.3 and was able to view all contents of windows but unable to create any content in that one. Can it be done or not? (0 Replies)
Discussion started by: ganapathy.psgit
0 Replies

4. UNIX for Dummies Questions & Answers

Based on the permision in the dir can i delete the file

All, I am having a directory as drwxrwsr-x 3 intermec intermec 10240 Jan 8 09:07 intermec inside the directory . the files are like cd -rw-r----- 1 intrmc01 intermec 5226 Dec 2 15:03 AST07356.txt -rw-r----- 1 intrmc01 intermec 5025 Dec 2 12:51... (4 Replies)
Discussion started by: arunkumar_mca
4 Replies

5. UNIX for Dummies Questions & Answers

Can I run unix in the same partition with windows?

Can I run unix in the same partition with windows xp? Because I have one for now.. Thank you for answers. (2 Replies)
Discussion started by: olddays
2 Replies

6. UNIX for Dummies Questions & Answers

File Permision

Hi, I want to know how the file permision should change to 755 automatically once the file is created. At the moment I do it explicitely by changing the permission mode to 755 using chmod command. The default permission for a new file in my system is 644 (-rw-r--r--). Thanks Saumya (6 Replies)
Discussion started by: sommyp
6 Replies

7. UNIX for Dummies Questions & Answers

Formatted Linux partition from Windows

While working in windows, I accidently formatted the Linux partition (I had fedora core 3 dual boot system with Windows XP as the default OS to boot). Now, on starting the comp, I see a grub command line, and I am not able to make any progress from there. Can I do something so that I change it to... (2 Replies)
Discussion started by: amangupta
2 Replies

8. UNIX for Advanced & Expert Users

Solaris Linux Windows partition confuse

Dear All I tried to follow the instruction in this link: http://multiboot.solaris-x86.org/v/2.html I created all these partitions as mentioned in the link above by using partition commander 9 Fist stage: I installed XP in first partition (hda1)....success. Second stage: Install... (0 Replies)
Discussion started by: zillah
0 Replies

9. UNIX for Dummies Questions & Answers

Linux/Windows Fat32 Swap partition.

I run a dual boot WinXP/Red Hat 8 system on my laptop. Since my hard drive is inherently small(laptop) I am trying to creat a swap partition for keeping mutually used files such as music/video etc... I have created a 2.5GB Fat32 partition with Partition Magic Pro and have windows recognizing the... (2 Replies)
Discussion started by: djtrippin
2 Replies

10. UNIX for Dummies Questions & Answers

reading a windows xp partition ??

Hi, for some reason I cannot read / write my windows xp partitions. I have Suse Linux 7.0. Can someone tell me how I can ???? thnx, Dennis (2 Replies)
Discussion started by: dvvelzen
2 Replies
Login or Register to Ask a Question