I'm trying to mount an hfsplus filesystem in a Xubuntu 12.04 VM (kernel version 3.2.0-23-generic) but when I type mount -o remount,rw /dev/sdb3
in command line it returns not mounted or bad option
. Any help would be appreciated.
I'm trying to mount an hfsplus filesystem in a Xubuntu 12.04 VM (kernel version 3.2.0-23-generic) but when I type mount -o remount,rw /dev/sdb3
in command line it returns not mounted or bad option
. Any help would be appreciated.
The correct syntax is:
Where
mount/point
is/partition/identifier
's corresponding mountpoint, as listed by the following command:For example, say that the above command gives this:
The following would be the correct syntax. (We start by unmounting it, if it's already mounted.)
for busybox/android users:
otherwise it wouldn't work.
Running
dmesg | grep hfs
showed that the filesystem was unmounted incorrectly, which I was able to repair usingFirst, let us fix NTFS problems (if you have an Ubuntu/Windows dual boot setup)
Before mounting we need a Directory (folder)
Now mount the partition
In this case "sda7" is the partition name. Now you read from and write to the partition.
I have Dragonboard 410c I connecting via adb I wanted to mount the physical sdcard as RW. the following worked for me.
So I can now access it in rw mode as /storage/sdcard1
nb. /storage/sdcard0 is emulated and is /sdcard
First I typed mount to see the results and determine the mapping I wanted altered to full access was
/media/linux/OLD_PC
.This worked fine to unlock the files and folders within my old Windows system partition.