On Thu, Oct 31, 2013 at 5:05 AM, Hiroki Sato wrote:
> Rostislav Krasny wrote
> in :
>
> ro> But I have no 'late' option in my /etc/fstab:
> ro>
> ro> root@saturn:~ # cat /etc/fstab
> ro> # DeviceMountpointFStypeOptionsDumpPass#
> ro> /dev/ada0s2a/ufsr
Rostislav Krasny wrote
in :
ro> But I have no 'late' option in my /etc/fstab:
ro>
ro> root@saturn:~ # cat /etc/fstab
ro> # DeviceMountpointFStypeOptionsDumpPass#
ro> /dev/ada0s2a/ufsrw11
ro> mdnoneswapsw,file=/swapf
On Fri, Oct 25, 2013 at 6:31 PM, Rostislav Krasny wrote:
> On Fri, Oct 25, 2013 at 3:50 PM, Rostislav Krasny wrote:
>> Hi there,
>>
>> I've 10.0-BETA1 i386 installed and I want to use a swap file instead
>> of a swap partition. I created /swapfile and I'm able to enable it
>> manually by followin
On Fri, Oct 25, 2013 at 3:50 PM, Rostislav Krasny wrote:
> Hi there,
>
> I've 10.0-BETA1 i386 installed and I want to use a swap file instead
> of a swap partition. I created /swapfile and I'm able to enable it
> manually by following commands:
>
> mdconfig -a -t vnode -f /swapfile -u 0
> swapon /
Hi there,
I've 10.0-BETA1 i386 installed and I want to use a swap file instead
of a swap partition. I created /swapfile and I'm able to enable it
manually by following commands:
mdconfig -a -t vnode -f /swapfile -u 0
swapon /dev/md0
This is according to the following section of the Handbook:
ht