Hi,
RR wrote:
/dev/sdb1 /boot ext2 defaults 0 2
following from that: fdisk /dev/sdb, followed by 'p' shows
Disk /dev/sdb (Sun disk label): 24 heads, 424 sectors, 14087 cylinders
Units = cylinders of 10176 * 512 bytes
Device Flag Start End Blocks Id System
/dev/sdb1 0 13903 70738464 2 SunOS root
/dev/sdb2 u 13903 14087 936192 3 SunOS swap
/dev/sdb3 0 14087 71674656 5 Whole disk
So as we see, /dev/sdb1 is actually a SunOS filesystem. How do I mount
this? I'm sure I can google this but any suggestions from the list would
be appreciated :)
I would try the following:
mount -o ro /boot
If that fails ...
mount -t ext2 -o ro /boot
The option "ro" is read only, you may want to omit that option if it
works otherwise. The read only suggestion is to lessen the risk of
damaging anything by accident.
Cheers, oh and send to the list too please, others might benefit.
--
Kind Regards
AndrewM
Andrew McGlashan
Broadband Solutions now including VoIP
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d37a528.4050...@affinityvision.com.au