On Thu, Feb 25, 2010 at 6:58 PM, Manohar Bhattarai <
[email protected]> wrote:

> Hi all,
>
>  I had Ubuntu 8.10 installed in which i had installed all updates and the
> required softwares from the internet. I made its ISO image using remastersys
> tool. It was over 2 GB large image. I wrote it in a DVD and installed it on
> a system which don't hav internet connection. I hoped this image will allow
> me to use all softwares bt some softwares are not working properly in the
> system nt having internet. It is ok.
>
> Bt main problem is i cant access the ntfs(windows) drives from Ubuntu on
> that system. There is no error messages. If i try to mount by going to
> Places---->(any ntfs drive), this has no effect. I mean to say that if i
> click on any ntfs drive it has no effect nor that it gives any error
> messages. This problem came from starting, i mean from the very beggining
> when i installed this Ubuntu 8.10 through the ISO image DVD.
>
> Try one of the following:

1. Open /etc/fstab to see if the drive is listed there. If not then try
editing it and add it there.
2. Try sudo mount -a
3. Try mkdir /mnt/disk-1
           sudo mount /dev/sda5 -t ntfs /mnt/disk-1

Change sda5 to the correct and concerned partition name.

4. For auto-mount, add it to /etc/fstab.
    /dev/sda5 /mnt/disk-1 ntfs user,uid= 0 0



> Please help me. Thanks in advance.
>
> --
> Regards,
> Manohar
>
> --
> l...@iitd - http://tinyurl.com/ycueutm
>



-- 
Varsha Jaikumar
Computer Science & Engineering (3rd Year)
National Institute of Technology
Durgapur
Blog: http://varshamyspace.blogspot.com/

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to