Submitted by mborn on Fri, 21/01/2005 - 03:09.
( categories: Distributions )

Peace!

I have installed Mandrake Yesterday. I am a RedHat good user , but as I have time I decided to try it. I have installed Mandy9.2. I have found that my win partitions are mounted automatically, but I can't use them as a normal usr. I can't do $ cd /mnt/win_c/ say. I should be su each time I want to do that. I have a security level STANDARD, I tried the drake tool to fine tune my permissions (from the kiker, configuration-> configure my computer-> security -. fine tune securiy) But I have noticedc that when I logged in as a root and I try to right click the folder to change the permission, the chech sign disappears after I apply it, and say it can't change permissions!!! I am the root, yet I can't change permissions. I am sure it is easy, but it is obsecure to me. I have added my fstab file as it may help you.

AttachmentSize
fstab.txt522 bytes

BooDy's picture
Submitted by BooDy on Fri, 21/01/2005 - 04:57.

this is how my vfat partition's line looks like in fstab:

/dev/hda7 /mnt/win_e vfat umask=0,iocharset=utf8,codepage=850 1 0

add umask=0 to your partition's line in fstab.

and may i suggest that you upgrade to mandrake 10.1 ?


ADminS's picture
Submitted by ADminS on Fri, 21/01/2005 - 11:53.

ues harddrake2 to choose which option for evey partition open harddrake2--->Disk--->hda--->Run config tool---->click on a partition--->Toggle to expert mode -->Options ||

============================

No Risk ... No Fun


Pronco's picture
Submitted by Pronco on Fri, 21/01/2005 - 13:52.

Change the two mounted partition:

/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850 0 0
/dev/hda5 /mnt/win_d vfat codepage=850,iocharset=iso8859-1 0 0

T0:

/dev/hda1 /mnt/win_c vfat users,iocharset=iso8859-1,codepage=850,ro,umask=000 0 0
/dev/hda5 /mnt/win_d vfat users,codepage=850,iocharset=iso8859-1,ro,umask=000 0 0

users:These is very useful option. The user option allows normal users to mount the device

ro: These is a very useful option. Mount the filesystem read-only.

umask: These is a very useful option, used to set initial file permis­sions on a newly-created file. This gives absolutely everybody all the permissions on you


I used to be indecisive .. but now I'm not so sure


maslan's picture
Submitted by maslan on Sat, 22/01/2005 - 00:44.

u can do this

/dev/hda6 /mnt/win_e vfat defaults,uid=501 1 0

uid option enables a certain user to own this drive

Maslan - Mohamed Abdelsalam Aslan
http://maslanedit.sf.net
http://maslancms.sf.net and soon http://www.maslanlab.org
Even if u need portability, u have to use assembly ;-)


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.