Announcement

Collapse
No announcement yet.

Disk partition after installation.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Disk partition after installation.

    I installed kubuntu with automatic partition was because I wanted to know how to partition the disk, now I'm trying to create a partition that can save my files. I tested this on a virtual machine to not affect the host system with GParted live CD, where I partition the disk, but I can not write to this partition, I would try the suggestions for implementation in the host system.
    Thanks in advance.
    Last edited by nemesis; Aug 10, 2012, 02:39 PM.

    #2
    I take it you have successfully created a partition, formatted the drive (with extX?) and mounted the drive?

    It would help if you gave more information such as what filesystem you are using, a directory listing of the drive
    Code:
    ls -la /path/to/mount
    and the output of
    Code:
    mount
    (this assumes you have formatted and mounted it correctly) and anything else you think might be helpful.

    Comment


      #3
      Well the disk partition is:

      Click image for larger version

Name:	particion.jpg
Views:	1
Size:	25.3 KB
ID:	640057

      and if it mounted and I can login to it and see the lost + found folder
      but right click to create folders will not let me.
      Thanks for answering.

      Comment


        #4
        How are you mounting the partition? and what are the permissions of the mount point of the partition?

        My guess is you don't have the correct permissions to write to it.

        Comment


          #5
          and as I give permission, I could help
          Last edited by nemesis; Aug 12, 2012, 03:47 PM. Reason: Just edit your post next time, please

          Comment


            #6
            I could solve my partition allocated to the user and workgroup:
            sudo chown-R your username: your group / point / of / mount
            Thanks for taking an interest in my problem

            Comment

            Working...
            X