when i am running command
u...@user-desktop:~$ sudo fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        4864    39070048+   7  HPFS/NTFS
/dev/sda2            4865        7296    19535040   83  Linux
/dev/sda4            7297        9038    13992615    5  Extended
/dev/sda5            7297        7418      979933+  82  Linux swap /
Solaris
/dev/sda6            7419        8837    11398086   83  Linux
/dev/sda7            8838        9038     1614501   82  Linux swap /
Solaris



u...@user-desktop:~$ sudo mount /dev/sda1/media/windows
mount: can't find /dev/sda1/media/windows in /etc/fstab or /etc/mtab


then i changed permissions of fstab and mtab to 777
and then written an entry

/dev/sda1 / NTFS rw,relatime,errors=remount-ro 0 0

in mtab

then

u...@user-desktop:~$ sudo mount /dev/sda1 /media/windows
Cannot create link /etc/mtab~
Perhaps there is a stale lock file?

please tell the possible solution?

--~--~---------~--~----~------------~-------~--~----~
Do you have another question? Click here - 
http://groups.google.com/group/iitdlug/post
l...@iitd community mailing list -- http://groups.google.com/group/iitdlug
-~----------~----~----~----~------~----~------~--~---

Reply via email to