MOUNT MACBOOK DISK (OSX / HFS+) ON UBUNTU 12.04 LTS WITH READ/WRITE

MOUNT MACBOOK DISK (OSX / HFS+) ON UBUNTU 12.04 LTS WITH READ/WRITE

So you want to mount your HFS+ (hfsplus) hard drive from your mac in your Ubuntu machine? Well this is the article which will explain how to do it in a few easy steps!

1. Plug in using SATA + Power
2. Boot into Ubuntu
3. Mount the drive as read-only
4. Force a Re-mount into Read/Write

Let‘s get started...

Install the drive from your Macbook into your machine and boot into the Ubuntu desktop.

I am using Ubuntu 12.04 LTS to write this, but you could use any Ubuntu version as long as it‘s fairly new.

You will need to fire-up the disk utility to identify (and note down)
the device name and path for the Mac disk (eg: /dev/sdc2). Once you
have this, continue...

Depending on your setup, Ubuntu may have already mounted it into
read-only mode... If Ubuntu has already mounted the drive then skip to
"Force a re-mount in Read/Write mode" below.

Mounting HFS+ OSX Volumes using hfsprogs/hfsplus


1

sudo apt-get install hfsprogs


1

sudo mkdir /media/mac


1

sudo mount -t hfsplus -o remount,force,rw /dev/sdc2 /media/mac

Remember to use the device path that you found using the disk utility.

The disk is now hopefully mounted for Read & Write. Give yourself a pat on the back.

What to do now that the disk is mounted?

It may be tempting at this point to change the ownership or
permissions of the files on the mounted volume to access them, be wary!
You could end up changing the ownership on many files which don‘t all
have the same owner! This is dangerous. I always practice and advise
that the files should be copied onto a different volume & location
before they are accessed (use root or sudo).

时间: 2024-08-25 21:24:52

MOUNT MACBOOK DISK (OSX / HFS+) ON UBUNTU 12.04 LTS WITH READ/WRITE的相关文章

【转】ubuntu 12.04 LTS将关闭最大化最小化移动到右上角

原文网址:http://www.4byte.cn/learning/114801.html ubuntu 12.04 LTS将关闭最大化最小化移动到右上角 还是按下“ALT +F2”组合键,输入gconf-editor并回车运行. www.4byte.cn (如果此时没有运行,则说明你需要安装gconf-editor,打开终端输入sudo apt-get install gconf-editor回车运行,等待安装完毕就行了.) 这时会打开一个配置编辑器,在左侧一次展开“apps/metacity

Ubuntu 12.04 LTS 安装 Icehouse版Keystone

--------------------------------------------------------------------------------------------------------------------------------------------------------------- Canonical的Ubuntu云存档允许用户在ubuntu服务器上安装更新版本的openstack,直到下一个LTS版本的ubuntu发布为止.Canonical承诺在ubunt

LAMP Ubuntu 12.04 LTS 搭建 ---附带memcache redis安装(源码)

LAMP Ubuntu 12.04 LTS 搭建 基本组件的安装 #!/bin/env bash #update sudo apt-get update echo "********************LAMP*****************************" apt-get install install apache2 php5 mysql-server php5-mysql echo "********************php5-extend gd

Ubuntu 12.04 LTS配置Icehouse版Keystone

keystone配置文件概况keystone的配置文件在/etc/keystone目录下,主要的配置文件包括:-----------------------------------------------------------------------------------------------------default_catalog.templates //目录配置文件,标注openstack其他服务的网络位置ec2rc keystone.conf.dpkg-dist //主配置文件模板

在Ubuntu 12.04 LTS上安装wireshark

在Ubuntu 12.04 LTS上安装wireshark并且限定数据包捕获到一个组,也就是wireshark组.相信你能用这些指令在其他发行版上安装wireshark. 虽然你只能读到我在ubuntu上的测试,但是如果它不适合随时告诉我,我将修改这些指令. 首先,我们从终端上安装wireshark. 安装wireshark: sudo apt-get install wireshark 如果你以非超级用户运行wireshark,你会得到一个信息 "No interface can be use

转载 - Vim 的 Python 编辑器详细配置过程 (Based on Ubuntu 12.04 LTS)

出处:http://www.cnblogs.com/ifantastic/p/3185665.html Vim 的 Python 编辑器详细配置过程 (Based on Ubuntu 12.04 LTS) 为什么要用vim编辑py文件? 因为在Linux命令行中,缺少图形界面的IDE,vim是最佳的文本编辑器,而为了更好的编辑py文本,所以配置vim. 1. 安装完整版vim vi和vim的区别? 在Linux自带有vi编辑器,而vim是指vi improved,即vi升级版.区别在于vi指令和

Ubuntu [Ubuntu 12.04 LTS 64位]安装中文搜狗输入法

[Ubuntu 12.04 LTS 64位]安装中文搜狗输入法步骤: [声明]欢迎转载,但请保留文章原始出处:http://blog.csdn.net/yelangjueqi/article/details/46516953 1.ubuntu软件中心搜索:fcitx,只需选择:"Flexible Input Method Framework" 进行安装,相应的其他依赖都会安装上 2.进入sougou输入法官网http://pinyin.sogou.com/linux/ 下载搜狗输入法包

Ubuntu 12.04 LTS 中文输入法的安装 (转载)

第一步:安装语言包 进入 “System Settings” 找到 “Language Support” 那一项,点击进入 选择 “Install/Remove Languages” 找到 “Chinese (simplified)” 那一项,把后面到勾打上 然后点击 “Apply Changes” 等待一段时间即可 第二步:安装 Ibus 框架 调出 terminal 终端,输入命令: sudo apt-get install ibus ibus-clutter ibus-gtk ibus-g

imx6开发板使用MfgTool2烧写ubuntu 12.04 LTS linux镜像

imx6开发板使用MfgTool2烧写 ubuntu 12.04 LTS linux镜像 首先将烧写工具拷贝到 windows 下解压,烧写工具光盘路径如下所示: 1 i.MX6 用户光盘 /i.MX6 用户光盘( A ) \linux\tool\Mfgtools-Rel-13.01.00_ER_MX6Q_UPDATER.zip 把micro usb数据线连接到开发板的otg接口,数据线的另一端连接到pc的usb接口. 开发板otg接口与usb数据线连接图如下: 2 . 打开工具MfgTool2