Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2010 14:14:12 -0500
From:      Jay Hall <jhall@socket.net>
To:        Jay Hall <jhall@socket.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Custom Kernel to Memory Stick
Message-ID:  <595AE04E-B7B3-4F79-8618-DE1F633F6697@socket.net>
In-Reply-To: <03658C6E-697A-43C5-9E6D-8B261D18F9A4@socket.net>
References:  <03658C6E-697A-43C5-9E6D-8B261D18F9A4@socket.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mar 29, 2010, at 10:49 AM, Jay Hall wrote:
>
> What would be the best way to get our custom configuration onto the  
> memory stick?

Ladies and Gentlemen,

This is what I have done, but now I cannot mount the memory stick.

I create an image of the s1a partition where the kernel I want to copy  
resides
	dd if=/dev/ad0s1a of=/home/hallja/s1aimage bs=2048k

After preparing the memory stick I use the following command to  
transfer the image to the memory stick
	dd if=/home/hallja/ s1aimage of=/dev/da0s1a bs=2048k

I am able to mount the memory stick without any problem before I add  
the image.  After adding the image, I try to mount the memory stick  
using

mount /dev/da0s1a /mnt1

And, I receive the following message

mount: /dev/da0s1a : Operation not permitted

Any suggestions would be greatly appreciated.

Thanks,


Jay



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?595AE04E-B7B3-4F79-8618-DE1F633F6697>