Jump to content

logic10

Active Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by logic10

  1. Hello All,

    I recently upgraded my firmware on my Mark IV..got really excited and browsed around..accidently removed error.php under /www/

    Does anyone know if error.php was edited(updated) in recent firmware patches? << reason why I'm asking is that I have the error.php when the pineapple was first released to public.

    If not, I'll probably have to look up what the code was to restore this file.

    Thanks!

  2. Hi guys,

    Wondering if anyone could help.

    I followed instructions..I have a Verbatim 4gigs usb drive and formatted it as ext4.

    Here is my fstab:

    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   /usb
           option device   /dev/sda1
           option fstype   ext4
           option options  rw,sync
           option enabled  1
           option enabled_fsck 0
    
    config swap
           option device   /dev/sda2
           option enabled  1

    For some reason, I keep getting

    No such file or directory

    When doing mkswap /dev/sda2

    Am I supposed to already have sda2 in /dev?

    Also tried a different usb and getting the same error...what else can I try?

    Thanks!

×
×
  • Create New...