Home User CP Browse Members Calendar Register Today!  
Get New posts Faq / Help?
   

Not A Member Yet? Register today and become part of the community.

Go Back   > PC Technology Zone > Linux, BSD, other *nixes & Open Source Software

Linux, BSD, other *nixes & Open Source Software Talk about open source software for your desktop, server, related news etc..

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-26-2007, 07:28 PM
bizzard
Status: Offline
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
Posts: 383
bizzard is on a distinguished road
Send a message via MSN to bizzard Send a message via Yahoo to bizzard
Post FAT32 filesystems not editable through Debian GNU/Linux

A few days ago, I switched to IT@School GNU/Linux, a distro of Debian GNU/Linux. I have been previously using Ubuntu 6.06 LTS but with the latest versions, hardware configuration needed to run Ubuntu has increased and I have only the minimum configuration to run it. I have all my main files stored under FAT32 filesystems. But now, I can't make any changes to the files in FAT32 drives. Only root can edit those file systems. I have 3 other users and none can edit the files but only read them. The same problem was there in ubuntu but I solved it by adding all users to the group named root. This time, its also not working. I even tried the chmod commands which my friend told me but without success. Now its a double job for me to copy the files made by all users by logging in as root as i don't want to share the root account with them. Do anyone have a solution for this?
__________________
At last a domain for myself.... www.tvmanukrishnan.uni.cc

Check my personal blog @
blog.tvmanukrishnan.uni.cc

My pet project:
Reply With Quote

  #2 (permalink)  
Old 01-27-2008, 11:45 AM
snoop1990
Status: Offline
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
Posts: 356
snoop1990 is on a distinguished road
Default

I am not that familiar with that IT@School Debian distribution, but I think there is some special command to change chmod does not work. Please remember you can not change the permission if you are not allowed to, this means if you try chmod in one of the that have no access it won't work.

Regrades Snoop1990
Reply With Quote

  #3 (permalink)  
Old 02-28-2008, 06:39 AM
naives
Status: Offline
Senior Member
 
Join Date: May 2007
Location: India
Posts: 374
naives is on a distinguished road
Default

I think we can read from the partitions of other operating system and Debian doesn't provide us the freedom to edit anything. So I think it is impossible. May be some one will develop it soon.
__________________
With Regard
Naive PVK RAJ

www.naives.info
Reply With Quote

  #4 (permalink)  
Old 02-28-2008, 06:48 AM
snoop1990
Status: Offline
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
Posts: 356
snoop1990 is on a distinguished road
Default

You should be able to add a additional package to enable read and write other file system. Maybe you have to enable it via the root (Administrator) account or something like that. As I told you before I am not familiar with debian !

Regrades Snoop1990
Reply With Quote

  #5 (permalink)  
Old 02-28-2008, 11:53 AM
bizzard
Status: Offline
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
Posts: 383
bizzard is on a distinguished road
Send a message via MSN to bizzard Send a message via Yahoo to bizzard
Default

I could edit the files in FAT32 partitions as a root user, but, no other user can do it. It make sure that there are provisions in Debian to edit the files in FAT32. what I need is to know how it can be enabled for all users.

Quote:
I am not that familiar with that IT@School Debian distribution
Its same as Debian, with a few additional packages related to education, used in schools, here in Kerala, India.
__________________
At last a domain for myself.... www.tvmanukrishnan.uni.cc

Check my personal blog @
blog.tvmanukrishnan.uni.cc

My pet project:
Reply With Quote

  #6 (permalink)  
Old 07-19-2008, 10:21 PM
bizzard
Status: Offline
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
Posts: 383
bizzard is on a distinguished road
Send a message via MSN to bizzard Send a message via Yahoo to bizzard
Default

At last I solved it..... So, here is the edited "fstab" file that solved it....
Quote:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 /media/sda1 vfat rw,uid=1000,owner 0 0
/dev/sda5 /media/sda5 vfat rw,uid=1000,owner 0 0
/dev/sda6 /media/sda6 vfat rw,uid=1000,owner 0 0
/dev/sda7 /media/sda7 vfat rw,uid=1000,owner 0 0
/dev/sda8 / ext3 errors=remount-ro 0 1
/dev/sda9 /home ext3 defaults 0 2
/dev/sda10 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
With changing the uid="xxxx", you can make any user edit the mounted fat32 filesystem.
__________________
At last a domain for myself.... www.tvmanukrishnan.uni.cc

Check my personal blog @
blog.tvmanukrishnan.uni.cc

My pet project:
Reply With Quote

  #7 (permalink)  
Old 08-28-2008, 07:03 PM
tronador
Status: Offline
Member
 
Join Date: Jun 2008
Posts: 41
tronador is on a distinguished road
Default

Those steps works for NTFS filesystems?? I have the same isssue root user can edit all data in those partitions but the other users not.

Regards
tronador
Reply With Quote

  #8 (permalink)  
Old 10-20-2008, 08:29 AM
coolwrks
Status: Offline
Member
 
Join Date: Sep 2008
Location: Kerala, India
Posts: 41
coolwrks is on a distinguished road
Default

With the new linux driver for ntfs filesystem named ntfs-3g the above procedure will work well. Just make suitable changes, like vfat to ntfs and so...
Reply With Quote

  #9 (permalink)  
Old 11-20-2008, 08:37 PM
Chiknaa
Status: Offline
Member
 
Join Date: Sep 2008
Posts: 43
Chiknaa is on a distinguished road
Default

Good job with the fstab. Also, there is an application which lets us do the same, with out any modification to your fstab.. I forget the name, but there is.
__________________
Meta-Human.Com | Meta-Human.Net
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
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
C IDE for Debian naives Linux, BSD, other *nixes & Open Source Software 1 01-25-2008 01:08 AM
Hey Linux people Debian or Yellow Dog removesstains Linux, BSD, other *nixes & Open Source Software 1 01-08-2008 02:04 AM
What is the Debian mirror sites and directories that I can fill in when I am installing Debian in New piggy Linux, BSD, other *nixes & Open Source Software 1 07-19-2007 08:38 PM
Important: Get grub (in debian linux) to boot cd? shaunyshoo Linux, BSD, other *nixes & Open Source Software 0 06-18-2007 09:41 PM
Can Debian Linux damage my LCD panel? linen Linux, BSD, other *nixes & Open Source Software 2 06-07-2007 07:41 AM


All times are GMT -7. The time now is 06:29 AM.

Skin Design By vBSkinworks



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Sponsored by Web Hosting


Profuse Solutions LLC

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79