Hi
I'm new to FreeBSD, I've been using Linux for 10 years and I want really to install FreeBSD in my harddisk but before that I want to practice enough in FreeBSD and read a lot in FreeBSD until that installed FreeBSD in virtualbox. And all things done well. All the problem I faced search in FreeBSD forum and handbook and solved it but one problem I can't find any thing about it.
I want to mount partitions of ext4 & NTFS in virualbox how to do that
I search a lot I didn't find any thing useful please help
I'm new in FreeBSD, I've been using Linux for 10 years
this in my virtualbox i want mount my realy partions
I'm new to FreeBSD, I've been using Linux for 10 years and I want really to install FreeBSD in my harddisk but before that I want to practice enough in FreeBSD and read a lot in FreeBSD until that installed FreeBSD in virtualbox. And all things done well. All the problem I faced search in FreeBSD forum and handbook and solved it but one problem I can't find any thing about it.
I want to mount partitions of ext4 & NTFS in virualbox how to do that
I search a lot I didn't find any thing useful please help
I'm new in FreeBSD, I've been using Linux for 10 years
this in my virtualbox i want mount my realy partions
Code:
islamux@FreeBSD:~ % gpart show
=> 63 41942977 ada0 MBR (20G)
63 1 - free - (512B)
64 4032 3 freebsd (2.0M)
4096 36825088 1 freebsd [active] (18G)
36829184 5113856 2 ebr (2.4G)
=> 0 36825088 ada0s1 BSD (18G)
0 35651584 1 freebsd-ufs (17G)
35651584 1173503 2 freebsd-swap (573M)
36825087 1 - free - (512B)
=> 0 5113856 ada0s2 EBR (2.4G)
0 3244032 1 linux-data (1.5G)
3244032 1869824 51493 ntfs (912M)
=> 0 4032 ada0s3 BSD (2.0M)
0 4032 - free - (2.0M)
Code:
islamux@FreeBSD:~ % sudo fdisk
******* Working on device /dev/ada0 *******
parameters extracted from in-core disklabel are:
cylinders=41610 heads=16 sectors/track=63 (1008 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=41610 heads=16 sectors/track=63 (1008 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 4096, size 36825088 (17981 Meg), flag 80 (active)
beg: cyl 4/ head 1/ sector 2;
end: cyl 1023/ head 255/ sector 63
The data for partition 2 is:
sysid 5 (0x05),(Extended DOS)
start 36829184, size 5113856 (2497 Meg), flag 0
beg: cyl 1023/ head 254/ sector 63;
end: cyl 1023/ head 254/ sector 63
The data for partition 3 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 64, size 4032 (1 Meg), flag 0
beg: cyl 0/ head 1/ sector 2;
end: cyl 4/ head 1/ sector 1
The data for partition 4 is:
<UNUSED>
Last edited by a moderator: