Translate this web page.

.
About me.


Contact me.


The SEO King
Free Web Directory - Add Your Link
The Little Web Directory
Begin Linux.
Doom WIKI.
slacklinux.darkbb.com/
xorl.wordpress.com/.
linuxaleph.blogspot.com/.
Doom64 for PC.
kernel.org/.
atomicmpc.com.au.
chrisbrogan.com.
Keep the Internet free.
Download: Fast, Fun, Awesome

Install Gnome 3 plugins.

Gnome 3 Live!

Linux user & Developer magazine.

Linux TV Wiki.

The Linux Documentation project.

The GNU Homepage.

Bloggers' Rights at EFF
Join the Blue Ribbon Online Free Speech Campaign

Join the Blue Ribbon Online Free Speech Campaign!

My old Doom Screenshots.

Doom Shots.

Some pictures related to 9/11.

September 11.

Slashdot.

Thinkgeek.

*|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|*

http://www.sitepromotiondirectory.com/computers_and_internet/search_engine_optimization/

My Linux PDF files. -- Old site content.

*|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|*

My /etc/fstab file. This is how I mount my NTFS drives every time I boot my machine.

This is my /etc/fstab file.

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#                
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sdh1 during installation
UUID=bc5b19b4-1674-42f6-9508-08b7b37f3645 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
UUID=a87281f5-c64c-40dc-a3c4-5b10f475296e none            swap    sw              0       0
UUID=F824FD9424FD565A /mnt/Elements ntfs-3g	rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0

UUID=1323B2B1180C1879 /mnt/MyMedia ntfs-3g	rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0
UUID=4AD44F236B9F5FEA /mnt/MoreMedia ntfs-3g	rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0

This is how I mounted my ntfs drive in Linux Mint. This line will mount the drive on boot and then you will have all of your Windows file easily accessible from within Linux.

UUID=F824FD9424FD565A /mnt/Elements ntfs-3g rw,nosuid,nodev,allow_other,default_permissions,blksize=4096 0 0

This is better than mounting the drives manually every time you want to use them.

Leave a Reply