How to add a new hdd to a already installed suse 8.2 ?
Hello, how are you all ? i have suse 8.2 installed in the primary master and with 20 Gb of size and i would like to install a new seagate 80 Gb 7200 rpm hdd. I all ready installed the drive, but, when i go to yast-»system-»partinitionar, and create the partition, and assign the "/sw", When trying to use the new drive, i get "access denied". I don't know how to set permission to my user to use the new hdd. Best Regards Marco Oliveira
On Wed December 3 2003 06:45 pm, Marco Oliveira wrote:
Hello, how are you all ?
i have suse 8.2 installed in the primary master and with 20 Gb of size and i would like to install a new seagate 80 Gb 7200 rpm hdd. I all ready installed the drive, but, when i go to yast-»system-»partinitionar, and create the partition, and assign the "/sw", When trying to use the new drive, i get "access denied". I don't know how to set permission to my user to use the new hdd.
Best Regards
Marco Oliveira
You'd have to provide a little more information for us to help. Assuming you have a new partition at hd? (hdb or hdc or what?) Have you tried to mount the partition as root? Make a mount point in your root directory and then: mount /dev/hd?1 /<mount point>? You normally can't do that as a user unless you do a lot of setup first. And the first thing would be to see if you can mount it as root. -- +----------------------------------------------------------------------------+ + Bruce S. Marshall bmarsh@bmarsh.com Bellaire, MI 12/03/03 18:47 + +----------------------------------------------------------------------------+ "It IS as bad as you think, and they ARE out to get you."
On Wednesday 03 December 2003 23:49, Bruce Marshall wrote: Hello, i think that the only to use YAST is to be root. The hdd in question is /dev/hdb. So, with the help of partitioner i make /dev/hdb1 (linux native), and i mount in /sw. After doing this, when i try to create a directroy inside /sw, the error message is "access denid /sw/soft" Where "soft" is the name of the directory that i want to create. Thanks for your time Marco Oliveira
On Wed December 3 2003 06:45 pm, Marco Oliveira wrote:
Hello, how are you all ?
i have suse 8.2 installed in the primary master and with 20 Gb of size and i would like to install a new seagate 80 Gb 7200 rpm hdd. I all ready installed the drive, but, when i go to yast-»system-»partinitionar, and create the partition, and assign the "/sw", When trying to use the new drive, i get "access denied". I don't know how to set permission to my user to use the new hdd.
Best Regards
Marco Oliveira
You'd have to provide a little more information for us to help.
Assuming you have a new partition at hd? (hdb or hdc or what?)
Have you tried to mount the partition as root? Make a mount point in your root directory and then: mount /dev/hd?1 /<mount point>?
You normally can't do that as a user unless you do a lot of setup first. And the first thing would be to see if you can mount it as root.
-- +-------------------------------------------------------------------------- --+ + Bruce S. Marshall bmarsh@bmarsh.com Bellaire, MI 12/03/03 18:47 + +-------------------------------------------------------------------------- --+ "It IS as bad as you think, and they ARE out to get you."
Le jeudi 04 décembre 2003, 00:32:43 ou environ Marco Oliveira <marco_oliveira@netvisao.pt> a écrit:
On Wednesday 03 December 2003 23:49, Bruce Marshall wrote: Hello, i think that the only to use YAST is to be root. The hdd in question is /dev/hdb. So, with the help of partitioner i make /dev/hdb1 (linux native), and i mount in /sw. After doing this, when i try to create a directroy inside /sw, the error message is "access denid /sw/soft" Where "soft" is the name of the directory that i want to create.
Thanks for your time
Marco Oliveira
Hello, I suppose you have something like the following line in /etc/fstab: /dev/hdb1 /sw /ext3 defaults 1 2 /ext3: ext3 or reiserfs or whatever file system you chose If you go in your / directory and type 'ls -l': You surely have something like (* means whatever character): drwxz-xr-x * root root ********************* sw Thus you can only create a directory inside /sw as root Personaly I created a directory called /extra, then created inside /extra a sub-directory as root then changed the ownership as root of /extra/new_dir with 'chown my_name:users /extra/new_dir' (it is the same organisation in your /home directory) then I made a sym_link between my /home/my_name subdirectory and /extra/new_dir. I have thus increased the size of my /home/my_name subdirectory.
On Wed December 3 2003 06:45 pm, Marco Oliveira wrote:
Hello, how are you all ?
i have suse 8.2 installed in the primary master and with 20 Gb of size and i would like to install a new seagate 80 Gb 7200 rpm hdd. I all ready installed the drive, but, when i go to yast-»system-»partinitionar, and create the partition, and assign the "/sw", When trying to use the new drive, i get "access denied". I don't know how to set permission to my user to use the new hdd.
Best Regards
Marco Oliveira
You'd have to provide a little more information for us to help.
Assuming you have a new partition at hd? (hdb or hdc or what?)
Have you tried to mount the partition as root? Make a mount point in your root directory and then: mount /dev/hd?1 /<mount point>?
You normally can't do that as a user unless you do a lot of setup first. And the first thing would be to see if you can mount it as root.
-- +-------------------------------------------------------------------------- --+ + Bruce S. Marshall bmarsh@bmarsh.com Bellaire, MI 12/03/03 18:47 + +-------------------------------------------------------------------------- --+ "It IS as bad as you think, and they ARE out to get you."
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- Alain Barthélemy cassandre@bartydeux.be http://www.bartydeux.be Linux User #315631
participants (3)
-
Alain Barthélemy
-
Bruce Marshall
-
Marco Oliveira