[linux-audio-user] xruns: file system ext3 --> reiserfs?

Tarragon Allen lists at n12turbo.com
Thu May 1 21:08:04 EDT 2003


On Fri, 2 May 2003 09:56 am, Tarragon Allen wrote:
> On Fri, 2 May 2003 08:53 am, derek holzer wrote:
> Something like this?
>
> mkdir /mnt/part1
> mkdir /mnt/part2
> mount -t ext3 /dev/hda2 /mnt/part1
> mount -t ext3 /dev/hda7 /mnt/part2
> cp -av /mnt/part1 /mnt/part2
> [copious output]
> umount /mnt/part1
> mkreiserfs /dev/hda2
> mount -t reiserfs /dev/hda2 /mnt/part2 -o noatime,notail

Typo. That should be (of course):

mount -t reiserfs /dev/hda2 /mnt/part1 -o noatime,notail

> cp -av /mnt/part2 /mnt/part1
> [copious output]
> umount /mnt/part1
> umount /mnt/part2
> rmdir /mnt/part1
> rmdir /mnt/part2
> vi /etc/fstab
> reboot

-- 
GPG : http://n12turbo.com/tarragon/public.key



More information about the Linux-audio-user mailing list