Displaying 1 result from an estimated 1 matches for "4260860".
Did you mean:
426086
2006 May 15
1
Bring up problem
...ee a flat file of the correct size. If I
mount this in loopback mode, I can see the contents properly.
[root@localhost xen]# ls /remote
lost+found vmdisk1
[root@localhost xen]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdd2 14200032 9206208 4260860 69% /
/dev/sdd1 287782 32932 239992 13% /boot
/dev/shm 521728 0 521728 0% /dev/shm
/dev/sdd4 96210608 8961780 82282736 10% /remote
[root@localhost xen]# mount -o loop /remote/vmdisk1 /mnt/loop
[root@localhost xen]# ls /mount/lo...