LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-06-2014, 08:37 AM   #76
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498

Quote:
Do the 'configuration files' contain mine and other users' preferences and settings?
Yes. In the new install I referred to earlier there are 30 hidden directories/files that contain configuration settings. A lot of them probably will not be used but are available but I'm not going through all to try to explain there purpose. If you don't do a lot of modifications to personalize your system it should not be a problem. Your firefox bookmarks and things like that are in a hidden configuration directory but those can easily be saved before a reinstall, as an example.

If you have a crash of an installed system and cannot boot it, if you are able to boot your installation medium (DVD/flash) you should be able to access the machine and copy data from it to another source/drive.

Moving the directories you mention such as Documents, Pictures, Videos to your data partiton would work and in fact is precisely the reason for it as it is created to store 'personal' data, data created by the user or obtained by the user. I would not bother moving Desktop as it will be too small to need to be moved. The Templates and Public most users don't use and you could leave the Downloads as after downloading you don't need what you download in that location. If for example, one of your users wants to copy some data to the system from an outside source, pictures from a digital camera for instance, just copy them to the /mnt/data/Pictures directory initially. No reason to copy to the directory in the /home/user.

There is a root directory for the root user which is under the / (root filesystem) and therefore separate from the /home directory and in my experience, a regular user trying to access documents there gets a permission denied.

You can make your /mnt/data/user partitions available to your user at boot and can set specific permissions as indicated previously by the entry in /etc/fstab after install.
 
1 members found this post helpful.
Old 09-06-2014, 11:26 AM   #77
Anil Kagi
Member
 
Registered: Aug 2014
Distribution: antiX-Frugal
Posts: 155

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
Yes. In the new install I referred to earlier there are 30 hidden directories/files that contain configuration settings. A lot of them probably will not be used but are available but I'm not going through all to try to explain there purpose. If you don't do a lot of modifications to personalize your system it should not be a problem. Your firefox bookmarks and things like that are in a hidden configuration directory but those can easily be saved before a reinstall, as an example.

If you have a crash of an installed system and cannot boot it, if you are able to boot your installation medium (DVD/flash) you should be able to access the machine and copy data from it to another source/drive.

Moving the directories you mention such as Documents, Pictures, Videos to your data partiton would work and in fact is precisely the reason for it as it is created to store 'personal' data, data created by the user or obtained by the user. I would not bother moving Desktop as it will be too small to need to be moved. The Templates and Public most users don't use and you could leave the Downloads as after downloading you don't need what you download in that location. If for example, one of your users wants to copy some data to the system from an outside source, pictures from a digital camera for instance, just copy them to the /mnt/data/Pictures directory initially. No reason to copy to the directory in the /home/user.

There is a root directory for the root user which is under the / (root filesystem) and therefore separate from the /home directory and in my experience, a regular user trying to access documents there gets a permission denied.

You can make your /mnt/data/user partitions available to your user at boot and can set specific permissions as indicated previously by the entry in /etc/fstab after install.
Thank you yancek,

Got it all clear.

Now I could go for the scheme of partitions that you had earlier okayed but with the inclusion of the small 3 GB '/home' partition. So my scheme of partition would be like this;

--50 GB ------- Windows ------ - ntfs ------ Primary
150 GB ------- Local disk ----- - ntfs ------ Primary
--61 GB ------- Unallocated -- - ------ ------ ---------
----3 GB ------- /home ----------- - ext4 ----- Logical
----6 GB ------- Swap ----------- - Swap --- Logical
--30 GB ------- / ------------------- - ext4 ----- Logical

So now shall I go ahead and install accordingly? If you give the go ahead, I will install and update and come back here for the further creation of the 'data' partitions.

Thanking you

Regards

Anil
 
Old 09-06-2014, 02:49 PM   #78
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
If your current setup is as shown in your initial post, that should work. What I would suggest is that you create the / (filesystem) partition and the /home partition during the installation. After you have installed, it might be a good idea to leave space after the /home partition and before the /mnt/data/user partitions you create after the install so that it would be easier to expand the /home partition should you feel you need to. Just an option you might want and you can easily do that from gparted. Other than that, it seems like it would fit your initial requirements.
 
Old 09-06-2014, 03:36 PM   #79
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
You might like to lookup LVM in your spare time.
 
Old 09-06-2014, 07:06 PM   #80
Anil Kagi
Member
 
Registered: Aug 2014
Distribution: antiX-Frugal
Posts: 155

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
If your current setup is as shown in your initial post, that should work.
Since I would have to create free space with USB installer or else I would have to resize and move partitions through Gparted, the initial setup will have to be changing anyway.

Quote:
Originally Posted by yancek View Post
What I would suggest is that you create the / (filesystem) partition and the /home partition during the installation.
Not even the Swap partition? That too shall be created after installation? Fine.

Quote:
Originally Posted by yancek View Post
After you have installed, it might be a good idea to leave space after the /home partition and before the /mnt/data/user partitions you create after the install so that it would be easier to expand the /home partition should you feel you need to. Just an option you might want and you can easily do that from gparted. Other than that, it seems like it would fit your initial requirements.
Point noted.

So now after installation my setup would look like;

--50 GB ------- Windows ------ - ntfs ------ Primary
150 GB ------- Local disk ----- - ntfs ------ Primary
--67 GB ------- Unallocated -- - ------ ------ ---------
----3 GB ------- /home ----------- - ext4 ----- Logical
--30 GB ------- / ------------------- - ext4 ----- Logical

OK then shall I go ahead now and do as above

Thank you

Regards

Anil

Last edited by Anil Kagi; 09-06-2014 at 07:22 PM.
 
Old 09-06-2014, 07:07 PM   #81
Anil Kagi
Member
 
Registered: Aug 2014
Distribution: antiX-Frugal
Posts: 155

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by JeremyBoden View Post
You might like to lookup LVM in your spare time.
Thank you for the suggestion, JeremyBoden.
 
Old 09-06-2014, 09:07 PM   #82
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
Yes, also the swap partition. You can create if after install since you will have unallocated space.
 
Old 09-06-2014, 11:08 PM   #83
Anil Kagi
Member
 
Registered: Aug 2014
Distribution: antiX-Frugal
Posts: 155

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
Yes, also the swap partition. You can create if after install since you will have unallocated space.
Thank you yancek,

I will come back after installation and updating.

Regards

Anil
 
Old 09-07-2014, 07:47 AM   #84
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
In one of your early posts, you indicated you already had a swap partition. If you already have one, there is no need to create an 'additional' swap partition. You can have multiple operating systems installed all of which would use the same swap. Since you seem to want a swap of a different size than the current partition, you can do this after installing.
 
Old 09-07-2014, 05:51 PM   #85
Anil Kagi
Member
 
Registered: Aug 2014
Distribution: antiX-Frugal
Posts: 155

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
In one of your early posts, you indicated you already had a swap partition. If you already have one, there is no need to create an 'additional' swap partition. You can have multiple operating systems installed all of which would use the same swap. Since you seem to want a swap of a different size than the current partition, you can do this after installing.
Thank you yancek,

I installed LM17-qiana-cinnamon. I did not create the Swap partition. I did the partition setup as belows;

--50 GB ------- sda1-------Windows ------ - ntfs ------ Primary
150 GB ------- sda2-------Local disk ----- - ntfs ------ Primary
--65 GB ------- sda3-------Unallocated -- - ------ ------ ---------
----3 GB ------- sda5-------/home ----------- - ext4 ----- Logical
--30 GB ------- sda6-------/ ------------------- - ext4 ----- Logical

I updated and installed Gparted through 'Synaptic Package Manager'. Customised the firefox browser. Now to get my system ready and working I would require to create the following,
  • a Swap partition
  • a data partition for user1
  • a data partition for user2

Please kindly guide me on how to do that.

Do I need to create the required user accounts first? Or do I need to create the data partitions first?

Thanking you

Regards

Anil
 
Old 09-07-2014, 10:30 PM   #86
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
For your purposes you could probably use GParted from the installed system. There was no reason to download and install it as it should be on the Mint installation medium

What happened to the swap partition you had, did you delete it?
Post the actual output of these two commands:

Code:
sudo fdisk -l
That is a lower case Letter L in the command

Code:
df -h
It doesn't matter whether you create the data partitions for your individual users first or create the user accounts first. The link below is an excellent tutorial on using GParted partition manager. After reading it and posting the output of the above commands, post back with any questions.

http://www.dedoimedo.com/computers/gparted.html
 
1 members found this post helpful.
Old 09-07-2014, 10:43 PM   #87
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
When you manually partition you have to create swap manually, which is what OP stated they were going to do in post# 80
 
Old 09-08-2014, 07:22 AM   #88
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
Quote:
When you manually partition you have to create swap manually, which is what OP stated they were going to do in post# 80
Yes. His earlier posts indicated he already had a swap partition so there would be no need to create another one.
 
Old 09-08-2014, 11:04 AM   #89
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
You have a problem.

You have 2 Windows partitions + one extended partition containing logical partitions for / and /home.
You are limited to 4 primary partitions.
You are not allowed more than one extended partition.

So the unallocated space can be allocated as one partition = one user.

Your unusual partitioning scheme - as described - means that you are limited to a maximum of one user.

There is a reason for putting all users in /home as virtually everyone else does it!
 
Old 09-08-2014, 12:26 PM   #90
Anil Kagi
Member
 
Registered: Aug 2014
Distribution: antiX-Frugal
Posts: 155

Original Poster
Rep: Reputation: 0
Thank you yancek,

Quote:
Originally Posted by yancek View Post
For your purposes you could probably use GParted from the installed system.
I don't understand what happened. During the earlier installations, the Gparted was pre-installed, as you said. However this time it was not so. So I had to install it.

Quote:
Originally Posted by yancek View Post
What happened to the swap partition you had, did you delete it?
Yes, I deleted it.

Quote:
Originally Posted by yancek View Post
Post the actual output of these two commands:

Code:
sudo fdisk -l
That is a lower case Letter L in the command

Code:
df -h
These are the outputs I got after entering those commands in the Terminal:-

Click image for larger version

Name:	Outputs.png
Views:	19
Size:	115.6 KB
ID:	16350

Quote:
Originally Posted by yancek View Post
It doesn't matter whether you create the data partitions for your individual users first or create the user accounts first.
Point taken.

Quote:
Originally Posted by yancek View Post
The link below is an excellent tutorial on using GParted partition manager. After reading it and posting the output of the above commands, post back with any questions.
Thank you for the link. I had gone through it once before. I checked it again.

Accordingly, with the help of Gparted, I can create the three partitions, i.e. the Swap, /data/user1 and the /data/user2. Here below I have given the snapshots of the Gparted UI. The first figure shows the status now before partition. The second figure just shows what I can do with help of Gparted. I have not applied those changes yet. I thought I should dicuss on it first before applying the changes. I have some difficulties too there, that I have discussed below.

Click image for larger version

Name:	Before & After.png
Views:	15
Size:	84.4 KB
ID:	16349

I have problems in trying to do the partitions. In the figure-2 'After making the partitions' we can see that the partitions have been named as 'New partitions 3, 2, and 3'. They have not been given the names like /dev/sda7, dev/sda8 and /dev/sda9. I could not find the option in Gparted, to name them accordingly.

Moreover while creating the partitions in the Gparted, in the dialogue box 'Create a new partition' there is an empty box, marked as 'Label'. I could not comprehend what I should fill in there.

Another issue is, how do I give them the appropriate 'mount-points', if I am correct in saying that. In fact those partitions have to be data/user1 and data/user2. How do I do that?

And one more question that comes to my mind is, after creating these partitions, will they be automatically mounted and be available to their respective users for use without them, requiring the Root password?

Please kindly guide me through this.

Thanking you

Regards

Anil
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Grub & partitioning Necromuru Linux - Software 1 12-22-2007 01:10 PM
Help on Installation / Partitioning grandmarkai Linux - Newbie 2 02-19-2006 08:33 PM
Partitioning for installation trotsky Linux - Newbie 6 12-24-2004 04:54 AM
Partitioning after installation stingerbee Linux - Software 10 08-04-2004 06:55 PM
Partitioning & Type of FS waynevnc Debian 3 06-20-2004 05:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration