Displaying 7 results from an estimated 7 matches for "minix_stage1_5".
2010 Apr 07
1
Strange 'find' misbehaviour
...0:40 ffs_stage1_5
-rw------- 1 root root 655 avr 6 10:40 grub.conf
-rw-r--r-- 1 root root 6720 avr 6 10:40 iso9660_stage1_5
-rw-r--r-- 1 root root 8192 avr 6 10:40 jfs_stage1_5
lrwxrwxrwx 1 root root 11 avr 6 10:40 menu.lst -> ./grub.conf
-rw-r--r-- 1 root root 6880 avr 6 10:40 minix_stage1_5
-rw-r--r-- 1 root root 9248 avr 6 10:40 reiserfs_stage1_5
-rw-r--r-- 1 root root 55808 mar 12 2009 splash.xpm.gz
-rw-r--r-- 1 root root 512 avr 6 10:40 stage1
-rw-r--r-- 1 root root 104988 avr 6 10:40 stage2
-rw-r--r-- 1 root root 7072 avr 6 10:40 ufs2_stage1_5
-rw-r--r-- 1 root root...
2005 Apr 12
1
Writing to a vfat partition problem
....6.10-1.770_FC3
/vmlinuz-2.6.10-1.741_FC3
/vmlinuz-2.6.10-1.770_FC3
/System.map-2.6.10-1.741_FC3
/initrd-2.6.10-1.741_FC3.img
/System.map-2.6.10
/System.map
/grub
/grub/fat_stage1_5
/grub/reiserfs_stage1_5
/grub/iso9660_stage1_5
/grub/stage2
/grub/stage1
/grub/splash.xpm.gz
/grub/jfs_stage1_5
/grub/minix_stage1_5
/grub/menu.lst
/grub/ufs2_stage1_5
/grub/xfs_stage1_5
/grub/vstafs_stage1_5
/grub/device.map
/grub/grub.conf
/grub/e2fs_stage1_5
/grub/ffs_stage1_5
/lost+found
-=-=-[ file ]-=-=-
I have successfully used this program to copy from the 'vfat'
partition and other (ext2/ext3) partitions wh...
2005 Jul 29
1
creating directories not specified in '--files-from' file
...ave this:
=- 'list.txt' file -=
/
/System.map-2.4.27-2-686
/vmlinuz-2.6.8-2-686
/System.map-2.6.8-2-686
/initrd.img-2.4.27-2-686
/vmlinuz-2.4.27-2-686
/initrd.img-2.6.8-2-686
/grub
/grub/reiserfs_stage1_5
/grub/fat_stage1_5
/grub/stage2
/grub/menu.lst~
/grub/stage1
/grub/jfs_stage1_5
/grub/minix_stage1_5
/grub/menu.lst
/grub/xfs_stage1_5
/grub/device.map
/grub/e2fs_stage1_5
/lost+found
/test2/foo/bar/baz
/test2
/test2/foo/bar
/test2/foo
=- 'list.txt' file -=
For example, I am testing my program by copying my '/boot' partition
(because it is small) with a couple of test director...
2007 Aug 20
2
HELP, I accidentally initialized my /boot partition
So I installed a second drive in my system today, and instead of
typing "mkfs.ext3 /dev/sda1" I did a "mkfs.ext3 /dev/hda1".
Fortunately, that was just my /boot partition. I thought I could
just copy the contents from the /boot partition from another system,
but that didn't work as expected. The again, I don't have another
system that's identical to the
2008 Sep 21
1
Need help transfering CentOS5 from desktop to laptop
...0:17 grub.conf
-rw------- 1 root root 917 Sep 20 20:16 grub.conf.orig
-rw-r--r-- 1 root root 6720 Sep 20 20:17 iso9660_stage1_5
-rw-r--r-- 1 root root 8192 Sep 20 20:17 jfs_stage1_5
lrwxrwxrwx 1 root root 9 Sep 20 18:16 menu.lst -> grub.conf
-rw-r--r-- 1 root root 6880 Sep 20 20:17 minix_stage1_5
-rw-r--r-- 1 root root 9248 Sep 20 20:17 reiserfs_stage1_5
-rw-r--r-- 1 root root 5427 Nov 22 2007 splash.xpm.gz
-rw-r--r-- 1 root root 512 Sep 20 20:17 stage1
-rw-r--r-- 1 root root 104956 Sep 20 20:17 stage2
-rw-r--r-- 1 root root 104956 May 24 14:37 stage2_eltorito
-rw-r--r-- 1 root root...
2011 Mar 08
3
[Newbie] Reclaiming /boot space
When trying to do a yum update, I am told I need more space in
/boot. When I check the contents of /boot (ls -l /boot), there
are no files.
If I do a df -h, there is no available space yet it shows that it
has a lot of used space.
The fstab shows the following:
# This file is edited by fstab-sync - see 'man fstab-sync' for
details
/dev/VolGroup00/LogVol00 /
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply