Results 1 to 2 of 2

Thread: /etc/fstab

  1. #1

    /etc/fstab

    I've been setting up my external drive to mount using fstab. I created a /etc/fstab as follows:

    PHP Code:
    /dev/scsi/host0/bus0/target0/lun0/part1    swap                swap        defaults    0                    0
    /dev/scsi/host0/bus0/target0/lun0/part2    /opt                ext3        defaults    0                    1 
    It mounts /opt fine, but ignore the swap file. Any ideas? I suppose I can just go back to using swapon if not.

  2. #2

    /etc/fstab and swap

    Hi,

    i believe that swap capability is not enabled by default
    in kamikaze.

    I've compiled my own kernel, with swaponoff and mkswap
    in the busybox/system menu of 'make menuconfig'.
    it works fine for me.

Posting Permissions

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