Есть диск с debian вставлен в машину с FreeBSD
fdisk:
fdisk /dev/ad8
******* Working on device /dev/ad8 *******
parameters extracted from in-core disklabel are:
cylinders=310101 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=310101 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 130 (0x82),(Linux swap or Solaris x86)
start 16065, size 16418430 (8016 Meg), flag 0
beg: cyl 1/ head 0/ sector 1;
end: cyl 1022/ head 254/ sector 63
The data for partition 2 is:
sysid 253 (0xfd),(unknown)
start 16434495, size 32901120 (16065 Meg), flag 0
beg: cyl 1023/ head 0/ sector 1;
end: cyl 1023/ head 254/ sector 63
The data for partition 3 is:
sysid 253 (0xfd),(unknown)
start 49335615, size 263241090 (128535 Meg), flag 0
beg: cyl 1023/ head 254/ sector 63;
end: cyl 1023/ head 254/ sector 63
The data for partition 4 is:
<UNUSED>
mount -t ext2fs /dev/ad6s2 /mnt/fobo
mount: /dev/ad6s2 : Invalid argument
Но при этом
mount -t ext2fs /dev/ad6s1 /mnt/fobo
работает.
В чем проблема?