Author Topic: [SOLVED] can't create a new folder in my second partition  (Read 1282 times)

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4504
  • Philosophy= Bigger Hammer
Re: can't create a new folder in my second partition
« Reply #15 on: July 14, 2012, 03:28:54 AM »
this is a very simple fix.. log in to root partition find the 5GB partition right click it and go to properties and then permissions and where it shows root as owner change both fields to your user name..log back in as user.. after that it should work for you.. though not for long.. 5GB is a small partition 
Please Donate Today..Or I Will Make You Wish You Had

Offline abbydabs

  • Jr. Member
  • **
  • Posts: 14
Re: can't create a new folder in my second partition
« Reply #16 on: July 14, 2012, 08:34:02 AM »
GOT IT!!!  Finally!  And it WAS an easy fix....almost.   First I tried the solution offered by Neal ManBear step by step but couldn't find PCManFM.  Spent a lot of time looking for it.   As I write this now I'm wondering if I should have done this under root.  Then I tried scoundrel's fix and it worked!!!   I jumped off my stool and hugged the dog.  So as I look back the reason the guys kept saying I wasn't clear as to what partition I was having a problem with was because I was calling the partition my second partition or the 5 gig partition.   I didn't know it was called "/dev/sda3" then, but I do now.  I do have one other question.....could my problem been avoided if I had created the 5 gig partition (/dev/sda3) some other way.  I remember where you could choose mount points.  I'll have to read up on making partitions under Linux.  I was using what I know with Windows.   But anyways...Thank you guys soooooo much for your help and patience with me.  PCLOS is going to have a new home on my 250 gig drive but I'm going to read up on Linux partitioning first.  Thanks again.

Offline Phil

  • Hero Member
  • *****
  • Posts: 737
Re: [SOLVED] can't create a new folder in my second partition
« Reply #17 on: July 14, 2012, 09:17:06 AM »
Nice one Abbydabs,

Easy when you know how. Ask just one question on linux partitioning and you will get a million different opinions (yours will be good though...)

Stay curious, keep asking questions

ps To mess around with disk partitions look at PCC:

Icon "Configure Your Computer" 4th from left on bottom > Local Disks > Manage Disk Partitions
(Take care with this and unmount partition before changing it, eg mount point)
« Last Edit: July 14, 2012, 09:22:08 AM by Phil »

Offline aguila

  • Hero Member
  • *****
  • Posts: 1210
  • soaring high = no Windows here :-D
Re: can't create a new folder in my second partition
« Reply #18 on: July 14, 2012, 09:22:59 AM »
GOT IT!!!  Finally!  And it WAS an easy fix....almost.   First I tried the solution offered by Neal ManBear step by step but couldn't find PCManFM.  Spent a lot of time looking for it.   As I write this now I'm wondering if I should have done this under root.  Then I tried scoundrel's fix and it worked!!!   I jumped off my stool and hugged the dog.  So as I look back the reason the guys kept saying I wasn't clear as to what partition I was having a problem with was because I was calling the partition my second partition or the 5 gig partition.   I didn't know it was called "/dev/sda3" then, but I do now.  I do have one other question.....could my problem been avoided if I had created the 5 gig partition (/dev/sda3) some other way.  I remember where you could choose mount points.  I'll have to read up on making partitions under Linux.  I was using what I know with Windows.   But anyways...Thank you guys soooooo much for your help and patience with me.  PCLOS is going to have a new home on my 250 gig drive but I'm going to read up on Linux partitioning first.  Thanks again.

If you had designated /home/yourname/media as a mountpoint during installation, it would have got written into fstab (which contains the partitions/drives to be mounted at boot) and available after boot.

The usual suggestion is to create a seperate /home partition, to which you designate the rest of your hdd (after / and swap). Then you could have just created a folder.
All that is is good. PCLinuxOS is.

Thinkpad X61 Tablet, Core2Duo 1.66 MHz, 4 GB Ram, Intel onboard Graphics, Plextor PX-256M3 256 GB SSD; Thinkpad R61i, Core2Duo 1.66 MHz, 2 GB Ram, Intel onboard graphics, 120 GB HDD

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4504
  • Philosophy= Bigger Hammer
Re: [SOLVED] can't create a new folder in my second partition
« Reply #19 on: July 14, 2012, 09:31:34 AM »
pcmanfm is not in the kde edition .. it resides within the light on hardware lxde edition  ;D of course it can be added via the synaptic package manager..  now your second step in keeping you system up to date is to use synaptic to fully update your system.. and keep it that way .. ..
Please Donate Today..Or I Will Make You Wish You Had

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6371
  • I'm going South
Re: can't create a new folder in my second partition
« Reply #20 on: July 14, 2012, 10:12:53 AM »
GOT IT!!!  Finally!  And it WAS an easy fix....almost.   First I tried the solution offered by Neal ManBear step by step but couldn't find PCManFM.  Spent a lot of time looking for it.   As I write this now I'm wondering if I should have done this under root.  Then I tried scoundrel's fix and it worked!!!   I jumped off my stool and hugged the dog.  So as I look back the reason the guys kept saying I wasn't clear as to what partition I was having a problem with was because I was calling the partition my second partition or the 5 gig partition.   I didn't know it was called "/dev/sda3" then, but I do now.  I do have one other question.....could my problem been avoided if I had created the 5 gig partition (/dev/sda3) some other way.

Yes it could. But take one step at a time.

Quote
I remember where you could choose mount points.  I'll have to read up on making partitions under Linux.  I was using what I know with Windows.   But anyways...Thank you guys soooooo much for your help and patience with me.  PCLOS is going to have a new home on my 250 gig drive but I'm going to read up on Linux partitioning first.  Thanks again.


Linux partitions have to be mounted before they can be easily read or written to.

The partitions themselves have device names like /dev/sdb1 (where sdb would be the whole drive and sdb1 the first partition on it). There are no C, D or E drives in linux.

But the traditional device names will change if you physically move your disks or programatically your partitions (and they may even change in different ways depending on which partition manager you use).

So instead of using a device name you could use the UUID of the device, a long hexadecimal number like f65a6bdd-b7d3-4b37-9ebf-a3a59e460845 (or a slightly shorter one for a Windows partition). The advantage you get from using UUIDs is that they don't change unless you deliberately change them (for instance by reformatting the partition).

The disadvantage, of course, is that they are impossible to remember.

Instead of using either a traditional device name or a UUID you can label a a partition: give it an easily remembered name. But then the uniqueness of the label is up to you.



And happily you don't have to think about devices or device designations in daily life. The devices you use will be mounted somewhere, and when they are mounted they become parts of the normal filesystem hierarchy. To access them you'll simply access their mountpoints.

A mountpoint is just an ordinary (preferably empty) folder. When you mount /dev/sdb1 on /mount/mydata you make everything on /dev/sdb1 accessible to anyone navigating to /mount/mydata in a file manaager -- if the permissions of the mountpoint allows them to. In some cases, particularly with non-Linux partitions, you may have to change some user's rights in other ways, but let's not complicate matters.

If the folder you use as a mountpoint isn't empty, everything in it will be covered by whatever is on the partition that you mount there. It won't be deleted from the hard drive, but it won't be accessible anymore.

You can give your mountpoints any names you want (so long as you don't call them /dev and /proc or use names of other directories that are needed by the system).



How and where a device is mounted is traditionally specified in the file /etc/fstab. But if it doesn't have an entry there, the system may mount it anyway, usually on a mountpoint created on the fly under the /media directory.

But /media is meant to be used by removable media. If your /dev/sda3 is a permanent part of your system you should give it a permanent mountpoint somewhere else. But at this stage, don't bother.
« Last Edit: July 14, 2012, 10:16:27 AM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: can't create a new folder in my second partition
« Reply #21 on: July 14, 2012, 01:14:04 PM »
..... First I tried the solution offered by Neal ManBear step by step but couldn't find PCManFM. ....
     
I gave instructions for PCManFM (LXDE) and Dolphin (KDE). If you didn't have one, then the other would be available. If it was neither, then you could post back. :)