UP
Диски
fdisk -l
Disk /dev/sda: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda4 * 1 60801 488384001 a6 OpenBSD
Disk /dev/sdc: 160.0 GB, 160040803840 bytes
16 heads, 63 sectors/track, 310098 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xff66ff66
Device Boot Start End Blocks Id System
/dev/sdc4 * 1 310098 156289360+ a6 OpenBSD
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb4 * 1 60801 488384001 a6 OpenBSD
Стошестидесятка монтируется так
root@gw:/usr/src# mount -t ufs -o ufstype=44bsd -r /dev/sdc4 /mnt/
root@gw:/usr/src# ls /mnt/
photo torrents
А вот пятисотки не хотят
root@gw:/usr/src# umount /mnt
root@gw:/usr/src# mount -t ufs -o ufstype=44bsd -r /dev/sda4 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/sda4,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
root@gw:/usr/src# mount -t ufs -o ufstype=44bsd -r /dev/sdb4 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/sdb4,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
root@gw:/usr/src# dmesg |tail -10
[499450.426237] ufs_read_super: bad magic number
[499470.087220] ufs_read_super: bad magic number
[499472.782342] ufs_read_super: bad magic number
[499697.958472] ufs_read_super: bad magic number
[499704.647104] ufs_read_super: bad magic number
[499707.843716] ufs_read_super: bad magic number
[499715.890696] ufs_read_super: bad magic number
[499747.490509] ufs_read_super: bad magic number
[500056.358412] ufs_read_super: bad magic number
[500058.659274] ufs_read_super: bad magic number