Jump to content

Mounting Fat32 error


Crazy52

Recommended Posts

I thought the pineapple could mount FAT32 (if im wrong please tell me)

SD Mount Fat32: /dev/sdcard/sd1

SD Swap EXT4: /dev/sdcard/sd2

USB Mount Fat32: /dev/sda1

mount -t vfat /dev/sdcard/sd1 /sd

mount: mounting /dev/sdcard/sd1 on /sd failed: No such device

same with /dev/sda1

but swap works fine on /dev/sdcard/sd2 EXT4

Fstab Configuration:

config global automount
       option from_fstab 1
       option anon_mount 1

config global autoswap
       option from_fstab 1
       option anon_swap 1

config mount
       option target   /sd
       option device   /dev/sdcard/sd1
       option fstype   auto
       option options  rw,sync
       option enabled  1
       option enabled_fsck 0

config mount
       option target   /usb
       option device   /dev/sda1
       option fstype   auto
       option options  rw,sync
       option enabled  1
       option enabled_fsck 0

config swap
       option device   /dev/sdcard/sd2
       option enabled  1
Edited by Crazy52
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...