Re: NOT ABLE TO SEE WINDOWS PARTITION!!!!!!!!
Hi.
I am looking at your fstab file and have a sneaky suspicion that UUID entry for the ntfs drive is invalid. If you are having problems accessing the drive from your linux box, I would check all the UUID's are valid. In a terminal type:
# ls -l /dev/disk/by-uuid
The output from the terminal for /dev/sda1 should have the same UUID in the fstab.
Hope it helps.
Hi.
I am looking at your fstab file and have a sneaky suspicion that UUID entry for the ntfs drive is invalid. If you are having problems accessing the drive from your linux box, I would check all the UUID's are valid. In a terminal type:
# ls -l /dev/disk/by-uuid
The output from the terminal for /dev/sda1 should have the same UUID in the fstab.
Hope it helps.
Comment