Mounting USB External Hard drive

I was use mkfs.ntfs from /compat/linux/sbin/mkfs.ntfs By this way:

Code:
1. Download Ununtu x86 ISO and mount it (assume, it is /mnt)
2. cd /compat
3. unsquashfs -d linux /mnt/ubuntu/casper/filesystem.squashfs Take squash utils here sysutils/squashfs-tools
4. chroot /compat/linux /bin/sh and chmod -R u+rwX /bin /sbin /lib /usr/bin /usr/sbin /usr/lib
5. Delete /compat/linux/etc/passwd
 
Back
Top