Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 28-11-2007, 06:15 PM   #1 (permalink)
Unmountable Boot Volume
 
Cyrus_the_virus's Avatar
 
Join Date: Sep 2007
Location: Kerala
Posts: 901
Question Enabling write permission on File system partition in Ubuntu

Can someone tell me as to how do I enable write permission for my Ubuntu file system partition. I have write permission for all the other drives except for the file system partition.
__________________
Webhosting for Rs12/month!!
http://www.thinkdigit.com/forum/showthread.php?t=74717

http://www.outpowerhosting.com
Cyrus_the_virus is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-11-2007, 06:40 PM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Enabling write permission on File system partition in Ubuntu

file system partition u mean "/"? I think for root (/) file system,root must be only give write access.a local user must be limited to his ~/ directory.the root permission 755 is perfectly fine.u can have access to /tmp fully.the root permission system that protects the system.use nautilus as root by making a launcher is /usr/share/applications/root-nautilus.desktop containing the details and the command "gksudo nautilus --browser".use alacarte gui editor to achieve that.it is in preferences>menu editor.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 28-11-2007, 09:01 PM   #3 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,340
Default Re: Enabling write permission on File system partition in Ubuntu

^^hey praka even I can't paste my saved .deb file in var\apt\archives folder(paste option is grayed out).Please help a bit.And please be a lil elaborative as I am still a 'half noob'.

One more thing:How do I make a root user with all the powers?

ah just one more question:How do I mount Iso images in gutsy?
__________________
Stealing your women and horses since 1843.
The_Devil_Himself is offline  
Old 28-11-2007, 09:17 PM   #4 (permalink)
Unmountable Boot Volume
 
Cyrus_the_virus's Avatar
 
Join Date: Sep 2007
Location: Kerala
Posts: 901
Default Re: Enabling write permission on File system partition in Ubuntu

I logged in as root rather than the user and I was able to do exactly what you're trying to do..

BTW, I also wanted to know how to log into root on the console while still logged in as a user.
__________________
Webhosting for Rs12/month!!
http://www.thinkdigit.com/forum/showthread.php?t=74717

http://www.outpowerhosting.com
Cyrus_the_virus is offline  
Old 28-11-2007, 09:21 PM   #5 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,340
Default Re: Enabling write permission on File system partition in Ubuntu

^i remember trying logging in as root user at startup but if I recall correctly it showed something like 'can't log in as root at startup' or something.not sure though.
__________________
Stealing your women and horses since 1843.
The_Devil_Himself is offline  
Old 28-11-2007, 09:22 PM   #6 (permalink)
Unmountable Boot Volume
 
Cyrus_the_virus's Avatar
 
Join Date: Sep 2007
Location: Kerala
Posts: 901
Default Re: Enabling write permission on File system partition in Ubuntu

Quote:
Originally Posted by The_Devil_Himself
^i remember trying logging in as root user at startup but if I recall correctly it showed something like 'can't log in as root at startup' or something.not sure though.
you need to go into the 'login window' option and check the option on the 4th tab called, let system admin log in at startup.
__________________
Webhosting for Rs12/month!!
http://www.thinkdigit.com/forum/showthread.php?t=74717

http://www.outpowerhosting.com
Cyrus_the_virus is offline  
Old 28-11-2007, 09:30 PM   #7 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,340
Default Re: Enabling write permission on File system partition in Ubuntu

ok done that,will try it out next time I start/reboot(tomorrow maybe).thanks.

ok one question remains How do I mount iso images in gutsy?I tried acetoneiso(i compiled it and all) but just can't seem to get it work,and i heard gutsy can automount iso images without any software.
__________________
Stealing your women and horses since 1843.
The_Devil_Himself is offline  
Old 29-11-2007, 01:30 AM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Enabling write permission on File system partition in Ubuntu

u can extract isoimage contents using isomaster.apt-get install it.
while u can mount iso image as
(sudo -for ubuntu) mount /dir-of-iso/xyz.iso /mnt -o loop
^where / dir-of-isois the dir path where iso rests.
u can open a terminal and type "su" press enter give roots passwd and run above command.
above command mounts iso image in /mnt dir.
u can install

u can use chmod command as root/sudo to allow the dir u want to give full access to.
using su to login as root in a terminal,
try chmod 777 /var/cache/apt/archives
^will make it writable and vulnerable to.this is not the way to do it.
u can add the user's group to be there.and this is not a good practice i believe.
In my opinion dont do that instead make a shortcut on ur Gnome applications>system menu as following link describes.this is the way.
How to browse files/folders as root user in Nautilus
http://ubuntuguide.org/wiki/Ubuntu:F...er_in_Nautilus
^no jhanjhats

@cyrus:
u can open a terminal and type "su" and give root's password to have root privilage.it is not at all recommended to enable root account for login.yeah u can use gdmsetup to do that.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 29-11-2007 at 01:37 AM.
praka123 is offline  
Old 29-11-2007, 02:01 AM   #9 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,431
Default Re: Enabling write permission on File system partition in Ubuntu

right click upper pannel in the middle empty space.


click add to pannel


click "custom application launcher"


In the name part, type
Code:
Open as Root
in comment part, type
Code:
this opens any file/folder as root for you
in the command part, type
Code:
gksudo "gnome-open %u"
click the icon button and choose a good one.


this will add a launcher in the middle of your upper gnome pannel.


drag/drop a file in it and it will open as root user after asking for a password.


if you drag and drop any folder into it, it will also open as root user.


you can navigate to any file in it and do any action.


remember, the root user can do anything he likes. so be careful.


remember to close the window when done.


Beware: Root user often compromises security in the hands of n00bs
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 29-11-2007, 02:06 AM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Enabling write permission on File system partition in Ubuntu

nice tip there!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 29-11-2007, 03:08 AM   #11 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,109
Default Re: Enabling write permission on File system partition in Ubuntu

another one dirty little trick is:

sudo nautilus
__________________
Steam/Flickr: psygeist
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X+Corsair Vengeance|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is online now  
Old 29-11-2007, 04:07 PM   #12 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,340
Default Re: Enabling write permission on File system partition in Ubuntu

thanks a lot praka123,metalheadgautham,and T159(in order of appearence ).
__________________
Stealing your women and horses since 1843.
The_Devil_Himself is offline  
Closed Thread

Bookmarks

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enabling Multimedia in Ubuntu catchjaga Open Source 1 22-12-2006 12:29 AM
enabling print option in protected pdf file? legolas Software Q&A 7 01-12-2006 05:38 PM
Enabling surround sound with Ubuntu 6.06 baccilus Open Source 4 26-11-2006 11:34 PM
File sharing permission for limited account amitsaudy QnA (read only) 1 17-03-2005 07:07 PM
want read/write/execute permission! naveenchandran Open Source 2 13-01-2005 06:14 PM


All times are GMT +5.5. The time now is 08:14 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2