Find the answer to your Linux question:
Results 1 to 8 of 8
I have installed sabayon Linux on my lappy...i have a fat32 drive of around 80 gb which has my important data...now i have mounted it as /media/data...as a standard user...i ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Location
    Pune
    Posts
    11

    Question Mounting a fat32 drive in read write mode on sabayon

    I have installed sabayon Linux on my lappy...i have a fat32 drive of around 80 gb which has my important data...now i have mounted it as /media/data...as a standard user...i have only read access...and as root read and write mode...i want 2 assign write access to the standard user...the DE is KDE...plz help me...i am a newbie...so plz reply with a step by step procedure...Thanks...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Set umask value to zero for universal access.
    Code:
    umount /dev/partition
    mount -t vfat  /dev/partition mount_point  -o defaults,umask=0
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Location
    Pune
    Posts
    11
    Thank you very very much dude...u are awesome...that thing worked...one more query...also i dont have the write access to my usb hard disk...so is the same command whih i shud use...

  4. #4
    Just Joined!
    Join Date
    Jun 2008
    Location
    Pune
    Posts
    11
    also i have posted a query in gentoo linux..i will repeat it...the video player simply exits when i play any kind of video...i installed all codecs again...players...only vlc works...what shud i do...Distro same sabayon Linux 3.5 r2...

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you !

    What the filesystem of USB disk's partitions? Linux doesn't support NTFS write access out of box and you have to install ntfs-3g package to enable it.
    For FAT32 partitions, command is same.

    also i have posted a query in gentoo linux..i will repeat it...the video player simply exits when i play any kind of video...i installed all codecs again...players...only vlc works...what shud i do...Distro same sabayon Linux 3.5 r2...
    I will check that thread.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Jun 2008
    Location
    Pune
    Posts
    11
    thanks dude for the reply...the filesystem is fat32 aks vfat...and mount point is /media/AKS plz have a look...i am stuck coz of only 1 player...also are u a BSD user...shud i learn BSD...or stick to Linux...its been alsmost a year i was using ubuntu....now m tired and want a switch...SAbayon is really gr8...what say???Thanks for reply...

  7. #7
    Just Joined!
    Join Date
    Jun 2008
    Location
    Pune
    Posts
    11
    dude...how to make this change permanent..i have 2 every time give this command after i reboot...shall i edit my fstab with this data???

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Add this code in /etc/fstab file :
    Code:
    /dev/partition mount_point     vfat    defaults,umask=0 0 0
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...