Mount NTFS drive on linux

Mount an NTFS drive read only

1. Boot From your linux dix

2. Shell into the terminal

3. Create a directory let's say mkdir  /ycsoftware

4 Then use the mount  command below

sudo mount -t ntfs -o umask=0222 /dev/hda1  /ycsoftware

5. Then  cd  /ycsoftware

6. ls -lah to see your ntfs files

Mount an NTFS Drive read write

sudo mount  -t ntfs-3g /dev/hda1  /ycsoftware -o force

How do I access Safe mode

Safe mode can be accessed immediately after the computer start by hitting the following key on your keyboard

    F8

There should be a black screen that  comes up showing you how to access safe mode.