Jump to content

Using SD Card for Storage


johnover

Recommended Posts

For the life of me, I cannot figure out how to set up my SD card for storage. I've seen tutorials that have mentioned it (the SSLStrip tutorial, for instance), but I haven't been able to find how to do it.

Is there a forum post somewhere that explains it? I've searched the forums for "storage" "SD" and "SD card" but having found any directions.

I'm game for making a desktop capture video and uploading to YouTube, if I can figure out how to do it.

Thanks - if I've overlooked a post or a simple start guide, I apologize!

Link to comment
Share on other sites

OK... 30 sec after posting, I kept digging and found the "USB Info" tab in the "Resources" bar, and saw the "Format SD" option. However, I don't the SD card as an option when I install a new infusion.

What's the next step?

Link to comment
Share on other sites

Failing that...

Use a linux distro (eg kali, or command-line interface of the pineapple)

plug in the sdcard (use a usb sdcard adapter if necessary)

run 'dmesg', it should indicate that you drive is available by /dev/sd* (where * is b,c,d depending on the number of drives)

Warning: selecting the wrong drive e.g. /dev/sda = main hard drive , could damage your system!

partition the card with 'fdisk /dev/sd[letter that represents usb]

'n' - new parition

'p' - primary

'enter' - accept beginning of sector/partition

'enter' - accept ending of sector/partition

'w' - write changes

then

mkfs.ext4 /dev/sd[letter represents usb]1 (eg mkfs.ext4 /dev/sdb1)

you should then be good to go...

Edited by midnitesnake
Link to comment
Share on other sites

I had this issue...

When you are formating your MicroSD via pineapple, you are creating two partitions... One for storage and the other one for swap (If i'm not wrong)... The storage partition was formating badly by the pineapple, so what i did is formating via PC with gparted... Storage to ext4 and other to swap...

This fixed my problem. Probably your pineapple are formating badly your SD and you need to do this via PC.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...