Announcement

Collapse
No announcement yet.

[SOLVED] change partition permission?

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

    #16
    Re: change partition permission?

    im now on fstab file, about to edit as a root. what will i do?..

    Comment


      #17
      Re: change partition permission?

      As I posted earlier, change the file so it looks exactly like this:

      # /etc/fstab: static file system information.
      #
      # <file system> <mount point> <type> <options> <dump> <pass>
      proc /proc proc defaults 0 0
      # /dev/sda2
      UUID=63cd03bb-f4d5-41cb-9e08-d77a859e1699 / ext3 defaults,errors=remount-ro 0 1
      # /dev/sda1
      UUID=60E457AFE45785E6 ntfs defaults 0 2

      # /dev/sda5
      UUID=86fd2048-4f1b-42b5-b5bf-78eacd3a346b none swap sw 0 0
      /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
      /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0
      The bolded entries are the two new lines you are adding to the file. These two new lines need to be exactly where I show them in the file.
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #18
        Re: change partition permission?

        edit successful. should i restart my pc?

        Comment


          #19
          Re: change partition permission?

          Before you do, copy/paste your fstab file for a review:

          Open a console and type:
          Code:
          cat /etc/fstab
          Copy and paste in your reply.
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #20
            Re: change partition permission?

            ok here's the output...

            root@adredz-desktop:/# cat /etc/fstab
            # /etc/fstab: static file system information.
            #
            # <file system> <mount point> <type> <options> <dump> <pass>
            proc /proc proc defaults 0 0
            # /dev/sda2
            UUID=63cd03bb-f4d5-41cb-9e08-d77a859e1699 / ext3 defaults,errors=remount-ro 0 1
            # /dev/sda1
            UUID=60E457AFE45785E6 ntfs defaults 0 2
            # /dev/sda5
            UUID=86fd2048-4f1b-42b5-b5bf-78eacd3a346b none swap sw 0 0
            /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
            /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0root@adredz-desktop:/#

            Comment


              #21
              Re: change partition permission?

              Looks good. Yes, you want to perform an normal shutdown/restart. Once you are logged back in and on your desktop, report back any problems (if any) you have.
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #22
                Re: change partition permission?

                ok, il be back.

                thanks!

                Comment


                  #23
                  Re: change partition permission?

                  i think the partition has been mounted but when i tried to access it, it says "permission denied"...

                  Comment


                    #24
                    Re: change partition permission?

                    Hmm. Open a console and type:
                    Code:
                    cat /etc/mtab
                    Copy and paste the output.
                    Windows no longer obstructs my view.
                    Using Kubuntu Linux since March 23, 2007.
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment


                      #25
                      Re: change partition permission?

                      adredz@adredz-desktop:/$ cat /etc/mtab
                      /dev/sda2 / ext3 rw,errors=remount-ro 0 0
                      proc /proc proc rw,noexec,nosuid,nodev 0 0
                      /sys /sys sysfs rw,noexec,nosuid,nodev 0 0
                      varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
                      varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
                      udev /dev tmpfs rw,mode=0755 0 0
                      devshm /dev/shm tmpfs rw 0 0
                      devpts /dev/pts devpts rw,gid=5,mode=620 0 0
                      lrm /lib/modules/2.6.22-14-generic/volatile tmpfs rw 0 0
                      securityfs /sys/kernel/security securityfs rw 0 0

                      Comment


                        #26
                        Re: change partition permission?

                        Damn! Hate it when I make a mistake. :P

                        Okay, I forgot an essential part of the line you added to the /etc/fstab file. In Konqueror, again navigate to /etc and right-click on fstab and Actions | Edit as Root.

                        Change the line:
                        UUID=60E457AFE45785E6 ntfs defaults 0 2
                        to:
                        UUID=60E457AFE45785E6 /media/sda1 ntfs defaults 0 2
                        Note that there is a space between 6 and /media/sda1

                        Save, close, and restart your system.
                        Windows no longer obstructs my view.
                        Using Kubuntu Linux since March 23, 2007.
                        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                        Comment


                          #27
                          Re: change partition permission?

                          @Snowhog, i think it's getting even worse...
                          sda1 isn't detected anymore, i couldn't see it in the storage media...

                          Comment


                            #28
                            Re: change partition permission?

                            Troubleshooting over the Internet via text messages is to say the least, slow. But not to worry. This can be resolved. Open a console and type:
                            cat /etc/fstab && cat /etc/mtab && blkid
                            Copy/paste the entire output for review.
                            Windows no longer obstructs my view.
                            Using Kubuntu Linux since March 23, 2007.
                            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                            Comment


                              #29
                              Re: change partition permission?

                              ..im fine..

                              here's the output...

                              adredz@adredz-desktop:/$ cat /etc/fstab && cat /etc/mtab && bikid
                              # /etc/fstab: static file system information.
                              #
                              # <file system> <mount point> <type> <options> <dump> <pass>
                              proc /proc proc defaults 0 0
                              # /dev/sda2
                              UUID=63cd03bb-f4d5-41cb-9e08-d77a859e1699 / ext3 defaults,errors=remount-ro 0 1
                              # /dev/sda1
                              UUID=60E457AFE45785E6 /media/sda1 ntfs defaults 0 2
                              # /dev/sda5
                              UUID=86fd2048-4f1b-42b5-b5bf-78eacd3a346b none swap sw 0 0
                              /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
                              /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0/dev/sda2 / ext3 rw,errors=remount-ro 0 0
                              proc /proc proc rw,noexec,nosuid,nodev 0 0
                              /sys /sys sysfs rw,noexec,nosuid,nodev 0 0
                              varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
                              varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
                              udev /dev tmpfs rw,mode=0755 0 0
                              devshm /dev/shm tmpfs rw 0 0
                              devpts /dev/pts devpts rw,gid=5,mode=620 0 0
                              lrm /lib/modules/2.6.22-14-generic/volatile tmpfs rw 0 0
                              securityfs /sys/kernel/security securityfs rw 0 0
                              bash: bikid: command not found

                              Comment


                                #30
                                Re: change partition permission?

                                The last command was blkid (not bikid). Redo that last command and paste the output.
                                Windows no longer obstructs my view.
                                Using Kubuntu Linux since March 23, 2007.
                                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                                Comment

                                Working...
                                X