Results 1 to 2 of 2

Thread: Installing Kali with Persistence script question

  1. #1
    Join Date
    2016-May
    Posts
    5

    Unhappy Installing Kali with Persistence script question

    I am following this tutorial http://docs.kali.org/kali-dojo/03-ka...nce-encryption, and I have a question about the script used to create the persistence partition.

    This tutorial is perfect for me since my usb is also 8GB. This is the part of the script in question:
    Code:
    end=7gb
    read start _ < <(du -bcm kali-linux-1.0.8-amd64.iso | tail -1); echo $start
    parted /dev/sdb mkpart primary $start $end
    My version will be kali-linux-2016.1-amd64.iso

    Where am I typing this code, exactly? The tutorial doesn't specify where you are in terminal when typing those commands.

    Thanks.


  2. #2
    Join Date
    2016-Jun
    Posts
    1
    help me please
    volume was not properly unmounted. some data may be corrupt. please run fsck kali linux !!!!

Similar Threads

  1. shell script to write kali with persistence
    By broomdodger in forum Installing Archive
    Replies: 3
    Last Post: 2019-04-12, 02:46
  2. Kali Linux USB With Persistence On Mac -Question
    By jpitz31 in forum Installing Archive
    Replies: 1
    Last Post: 2018-03-19, 09:53
  3. Kali USB persistence installation question
    By johnjohnsp1 in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2013-04-18, 23:36

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •