When I installed UBUNTU 7.10, I partitioned my hard drive into two volumes. I like to keep all my files on a separate partition from the OS. My problem is that Linux will not allow me to access the extra partition.. Root is the owner, but I have not been able to get read and write permission through the GUI. I am still a newbie when it comes to command line (I'm working on it), so I hope someone can guide me through the process of getting the needed permissions by way of the terminal. Thanks..
Page 1 of 1
Disk Partition
#2
Posted 02 March 2008 - 03:42 AM
Ubuntu has locked the root account. You can enable it, but the whole mentality is Ubuntu is designed on the "it just works" premise. Which means restricting the use of root to prevent accidental damage to the OS. If you want to adjust read/write permissions, which I don't advise other than temporarily, then use the "sudo" command before the command you wish to use.
BTW: When partitioning for linux, I always seperate the filesystem from user. I end up with 3 partitions. 1 /root, 1 /home and 1 SWAP. This way I can replace my OS with little effect on user accounts. it also enables me to add packages with little or no messing in the root adjust permissions. Some packages aren't compiled properly and wont work until you do adjust them (azureus comes to mind). Anyway, enough waffling.
Here's some usefull links for you:
How to use CHOWN (CHange OWNer)
Commands for changing user rights
How to find the manpages (or Instruction guides for your bash commands)
BTW: When partitioning for linux, I always seperate the filesystem from user. I end up with 3 partitions. 1 /root, 1 /home and 1 SWAP. This way I can replace my OS with little effect on user accounts. it also enables me to add packages with little or no messing in the root adjust permissions. Some packages aren't compiled properly and wont work until you do adjust them (azureus comes to mind). Anyway, enough waffling.
Here's some usefull links for you:
How to use CHOWN (CHange OWNer)
Commands for changing user rights
How to find the manpages (or Instruction guides for your bash commands)
#3
Posted 02 March 2008 - 09:38 AM
Many thanks, Joe. I've been doing some research and had reached the same conclusion. I'm about to reconfigure right now.
Share this topic:
Page 1 of 1

Help


Back to top









