I was having problems getting my swap and drive mounting. I finally got that working by adding the following to INIT
The harddrive had previously entware installed on it. When I go to CLI I can't run any commands after I log in....
I need help converting from N66U to AC68U
Code:
echo "#device Mountpoint FStype Options Dump Pass#" >> /etc/fstab echo "UUID=********-****-****-****-************ none swap sw 0 0" >> /etc/fstab echo "UUID=********-****-****-****-************ /opt ext3 rw,noatime 1 1" >> /etc/fstab /bin/mount -a
I need help converting from N66U to AC68U