how to??????????????????

Status
Not open for further replies.

demoninside9

Broken In
Joined
May 6, 2006
Messages
45
I m unable to mount my windows partition in linux(ubantu).
wen i create directory it says there is no such directory.
like..........
root@piyush: mkdir media/windows
cant create:there is no such directory.

how can I mount my partition. pls help me?

and there r also two swap partition, n I dont know in which swap this linux is installed. i want to delete 1 swap, just tell me whixh 1 I should delete.
 

CadCrazy

in search of myself
Joined
Sep 21, 2006
Messages
1,711
This is your second post. *www.thinkdigit.com/forum/showthread.php?t=66884

Search the forum before posting.
Thread Reported
 

vish786

"The Gentleman"
Joined
Sep 17, 2006
Messages
1,420
search features have been implemented in this forum, give a try.

demoninside9 said:
I m unable to mount my windows partition in linux(ubantu).
wen i create directory it says there is no such directory.
like..........
root@piyush: mkdir media/windows
cant create:there is no such directory.
u forgot to add forward slash
its
mkdir /media/windows
demoninside9 said:
how can I mount my partition. pls help me?
mounting fat in write/read mode
u can use the same command for mounting ntfs in read mode, replace vfat with ntfs.

for mounting NTFS filesystem in write mode
demoninside9 said:
and there r also two swap partition, n I dont know in which swap this linux is installed. i want to delete 1 swap, just tell me whixh 1 I should delete.
there is no need for two swap partitions[its virtual memory like windows]. single swap paritition is enough.
linux is not installed in swap its installed in ext2/ext3 filesystem.
 
Last edited:

Desmond

Destroy Erase Improve
Staff member
Admin
Joined
Apr 9, 2005
Messages
9,616
If you got Ubuntu 7.04, you should be able to access the Windows folder without any problems
 
Status
Not open for further replies.
Top