View Single Post
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#28
First try to make a proper btrfs formatting. There is no need for a p1 (partition).
One great feature of btrfs is that you can create btrfs file systems on unformatted hard drives, i.e., you don't have to use tools like fdisk to make a partition first.
So just use:
Code:
mkfs.btrfs -L mylabel /dev/mmcblk1
and after creating /mnt/btrfs using
Code:
mkdir /mnt/btrfs
you should be able to mount your card just fine.
Code:
mount /dev/mmcblk1 /mnt/btrfs
Regards,

J4ZZ
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...
 

The Following 3 Users Say Thank You to J4ZZ For This Useful Post: