Ubuntu:: Mount windows partition permanently Open terminal. 1. Create folder $ sudo mkdir -p /media/www 2. View disk info $ sudo fdisk -l 3. Mount disk $ sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda3 /media/www Credit: http://www.cyberciti.biz/faq/mounting-windows-partition-onto-ubuntu-linux/
Archive for the ‘ubuntu’ Category
Ubuntu:: Start / Restart / Stop Apache Open terminal. Start Apache: sudo /etc/init.d/apache2 start Restart Apache: sudo /etc/init.d/apache2 restart Stop Apache: sudo /etc/init.d/apache2 stop Credit: http://www.cyberciti.biz/faq/ubuntu-linux-start-restart-stop-apache-web-server/
To fully access your folder or files operational, ubuntu 11.04 (natty): 1. Right click on desktop 2. Select Create Laucher 3. Enter this: Name: GKSudo launcher Command: gksudo “gnome-open %u” Comment: Open files with root privilege Credit: http://maketecheasier.com/ubuntu-easy-and-quick-ways-to-open-any-files-as-root/2008/02/19