can ubuntu live read osx file system?

Discussion in 'all things UNIX' started by mantra, Sep 30, 2017.

  1. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,194
    hi
    can ubuntu live (usb stick) read osx file system?
    i connected a ssd with sierra but i can not mount it

    is ubuntu that can not read it or do i need another distro?
    in short i would browse my disk with osx sierra

    thanks
     
  2. summerheat

    summerheat Registered Member

    Joined:
    May 16, 2015
    Posts:
    2,199
    I can mount my iPhone on Fedora. I created the folder ~/iPhone. In order to mount the phone I execute:
    Code:
    idevicepair pair
    ifuse -o nonempty ~/iPhone
    In order to unmount it I execute:
    Code:
    fusermount -u ~/iPhone
    You probably have to install the ifuse package first. And I don't know if it only works for iPhone and iPad.

    EDIT: https://askubuntu.com/questions/3815/how-to-share-files-between-ubuntu-and-osx
     
    Last edited: Oct 1, 2017
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.