Voytek Eymont said:
> / # chroot
> BusyBox v1.1.3 (2009.12.18-04:22+0000) multi-call binary
> 
> Usage: chroot NEWROOT [COMMAND...]
> 
> Run COMMAND with root directory set to NEWROOT.

Yay!

> guess not r/w ?:
> 
> / # touch new1
> touch: new1: Read-only file system

That's to be expected if you're writing to / — have a look:

> / # df -h
> [...]
> /dev/scsi/host0/bus0/target0/lun0/part1    144.6G     33.3G    111.3G  23% 
> /tmp/hdd/volumes/HDD1
> [...]

You've got plenty of space there. Should be able to chroot into
something if it's stored in there. Hopefully it's running a unixy
filesystem.

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to