Hi,
I just installed FreeBSD 8.2 (moved from ubuntu) to see what it's like. I kinda got used to the BSD way of doing things (disk slices etc) from working in mac os x for a while.
Anyway, I have a couple of external usb disk 1.5 TB each which I used under ubuntu for media storage.
I would really like to be able to access these files from FreeBSD.
I installed sysutils/xfsprogs and found through [cmd=]egrep 'da[0-9]' /var/run/dmesg.boot[/cmd] that the disk is /dev/da0 and through [cmd=]gpart list[/cmd] that it's /dev/da0p1 (pity there is no fdisk -l).
Now when I do [cmd=]mount -t xfs /dev/da0p1 ~/mnt/xfsdisk[/cmd] I keep getting a
error.
I also tried mounting with the "-o ro" (read only option) but no luck.
When I googled this problem a couple of threads showed up (including one on this forum) but none had a solution. Could someone please help me out here.
I just installed FreeBSD 8.2 (moved from ubuntu) to see what it's like. I kinda got used to the BSD way of doing things (disk slices etc) from working in mac os x for a while.
Anyway, I have a couple of external usb disk 1.5 TB each which I used under ubuntu for media storage.
I would really like to be able to access these files from FreeBSD.
I installed sysutils/xfsprogs and found through [cmd=]egrep 'da[0-9]' /var/run/dmesg.boot[/cmd] that the disk is /dev/da0 and through [cmd=]gpart list[/cmd] that it's /dev/da0p1 (pity there is no fdisk -l).
Now when I do [cmd=]mount -t xfs /dev/da0p1 ~/mnt/xfsdisk[/cmd] I keep getting a
Code:
operation not permitted
I also tried mounting with the "-o ro" (read only option) but no luck.
When I googled this problem a couple of threads showed up (including one on this forum) but none had a solution. Could someone please help me out here.