Voytek wrote:
<quote who="Voytek">
when I try this: # mount -t jfs /dev/sdb /mnt/hd
60 seconds later, the prompt still hasn't come back..?
# cat /var/log/messages | grep JFS Dec 13 12:30:27 localhost kernel: JFS development version: $Name: $ Dec 13 12:36:32 localhost kernel: JFS development version: $Name: $ Dec 13 12:49:30 localhost kernel: JFS development version: $Name: $ Dec 13 12:55:27 localhost kernel: Mount JFS Failure: 22
Try mount it as other partition type:
# mount -t ext3 /dev/sdb /mnt/hd
if not
#mount -t ext2 /dev/sdb /mnt/hd
etc.
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
