Results 1 to 5 of 5

Thread: How to access Linux partition with another Linux partition?

  1. #1
    Join Date
    Jan 2011
    Posts
    52

    How to access Linux partition with another Linux partition?

    Well I was already having Linux Mint 9 on my computer. I have recently installed Linux Mint 10 on my computer at different partition. Now I am having both Linux Mint 9 and Linux Mint 10 on the same hard disk in different partition. Well I am unable to access the Linux Mint 9 partition after installing Linux Mint 10. Please tell me if you are having idea to access the partition of Linux Mint 9. Thanks in advance.

  2. #2
    Join Date
    Nov 2009
    Posts
    824

    re: How to access Linux partition with another Linux partition?

    Well in my case I was unable to access Linux from the other Linux. Normally I was having NTFS partition of the hard disk and this partition usually shared by the Windows and Linux based operation systems. If you want to access the Linux from other Linux then I think you have to chroot it and then try to access the partition. Well you will think what is chroot? Well chroot is a operation that makes changes in the root directory of the system regarding current process and its children process. If the program is re-rooted to other directory then it cannot be accessed by the files which are not included into the same directory. Please share your experience with us so that other users can learn from it.

  3. #3
    Join Date
    Nov 2009
    Posts
    687

    re: How to access Linux partition with another Linux partition?

    Well I really don’t know why this happening on your system is? But I can tell you a solution that you can use to solve your problem. Well I want to whether the partition is auto mounted or not? If the answer is yes then I am suggesting you to browse the partition using root id. I think let you try to access the partition using root id. I hope it will solve your problem. If you have any queries about the solution then feel free to ask the same.

  4. #4
    Join Date
    Nov 2009
    Posts
    758

    re: How to access Linux partition with another Linux partition?

    Looking at your situation and assuming following details I am mentioning the following solution I hope it will help you to solve your problem. Well I am assuming that Linux Mint 9 is installed on sda5 partition and Linux Mint 10 is installed on sda6 partition. Now you have to launch the terminal and copy paste the following code on the terminal
    Code:
    sudo mkdir /media/sda5
    sudo mount /dev/sda5 /media/sda5
    Well using above solution you will be able to use file browser of desire choice to navigate into old partition of the Linux Mint. I will be really delighted if the above mentioned code is helpful to you.

  5. #5
    Join Date
    Apr 2009
    Posts
    994

    re: How to access Linux partition with another Linux partition?

    Well I don’t know how to access Linux to another Linux. But I know how you can access the windows using Linux. Well Linux does not have ability to see NTFS file system. However Linux has ability to read FAT32 files. So I am suggesting you to format the second drive with FAT 32 file system and you should keep all the files which you needed to be there in Linux. Once you boot the Linux you will see all the files which are kept into FAT32.

Similar Threads

  1. With slackware Linux cannot access NTFS partition as user
    By servan$ in forum Operating Systems
    Replies: 6
    Last Post: 02-03-2012, 10:23 AM
  2. Replies: 10
    Last Post: 29-11-2011, 03:23 PM
  3. Replies: 2
    Last Post: 05-09-2011, 03:12 AM
  4. Where to put swap partition in Linux
    By foraman in forum Operating Systems
    Replies: 4
    Last Post: 02-01-2011, 07:47 AM
  5. Why do i need a SWAP partition for linux?
    By Windows7er in forum Operating Systems
    Replies: 3
    Last Post: 17-11-2009, 11:45 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,908,208.21325 seconds with 17 queries