I think 16K = 16 kilobytes(what browsers show) and 128K = 128 kilobits(your allocated speed). So dont worry, you are getting a perfect speed as 16*8=128. :-)
Amish.
Prakash Shetty wrote:
Well i get an average of 16K on this line ... mine is a so called 128K
hi,
how to access files stored in windows operating sysytem from linux. i have tried mount -t vfat/dev/hda1/mnt but then where to go,how to see files i don't know because there is no hda1 directory and in /mnt only floopy and cdrom is there.
bye
__________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
Hi,
You can try the following :- 1) Type fdisk -l (as a super user) 2) Note down the hda partition of your windows ( usually it is hda1 if you are having dual boot with windows88 or any other os ) 3) Make a directory in the /mnt directory named windows (or any other name you like) with the command mkdir. 4) Then give the command mount -t vfat /dev/hdax /mnt/windows where hdax stands for the partition number ie hda1 , hda2 etc and /windows is the directory you have made in the /mnt directory
This should work fine. If you want the windows partition to be mounted always when you boot to linux , you would have to make an entry in the /etc/fstab file.Type man fstab for more information regarding the same.
Bye.
Best Regards, Monil Chheda. =========================== http://www.eliteral.com http://domains.eliteral.com =========================== If it happens once, it's a bug. If it happens twice, it's a feature. If it happens more than twice, it's a design philosophy. ========================================================
ketan shah wrote:
hi,
how to access files stored in windows operating sysytem from linux. i have tried mount -t vfat/dev/hda1/mnt but then where to go,how to see files i don't know because there is no hda1 directory and in /mnt only floopy and cdrom is there.
bye
Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Hi all, I tried making my linux kernel mount my FAT32 windows partition at startup by making an entry into /etc/fstab using linuxconf and it gave the following error while booting and stopped working
Warning: FAT32 file system is not fully supported yet.
Or something like that And then it just stopped. Same thing happened everytime and I could not access my linux partition any longer. So I had to clean it. I am using Linux kerner 2.4.7 which came bundled with my Red Hat 7.2. I hate mounting the partition everytime and would appreciate if someone could tell me how to mount it while booting. Also, does anyone know if the newer kernels support fat32 and ntfs(that would be gr8!)? Orca.
On Apr 9, 2002 at 14:42, Bhargav Bhatt wrote:
I tried making my linux kernel mount my FAT32 windows partition at startup by making an entry into /etc/fstab using linuxconf and it gave
Warning: FAT32 file system is not fully supported yet.
I am using Linux kerner 2.4.7 which came bundled with my Red Hat 7.2. I
Give output of uname -a
hate mounting the partition everytime and would appreciate if someone could tell me how to mount it while booting.
Workaround for now: Put the manual mount command at the end of the /etc/rc.d/rc.local file. (Note the clever avoidance of terminating a pathname with a non-data period.)
Also, does anyone know if the newer kernels support fat32 and ntfs(that would be gr8!)?
Yes. (What's "gr8"?)
Bhargav Bhatt (Wednesday, April 10, 2002 12:12 AM) queries:
I tried making my linux kernel mount my FAT32 windows partition
at
startup by making an entry into /etc/fstab using linuxconf and
it gave
the following error while booting and stopped working Warning: FAT32 file system is not fully supported yet. And then it just stopped.
Checkout the last two fields of the line which was added by linuxconf for the FAT32 partition. They should be "0 0" and NOT "1 1". The warning issued is by one of the FS-consistency check programs (e.g. e2fsck). "info fstab" for details.
On Wed, Apr 10, 2002 at 08:53:49AM -0700, ketan shah wrote:
how to access files stored in windows operating sysytem from linux. i have tried mount -t vfat/dev/hda1/mnt
Hey U are eating spaces. Try,
mount -t vfat /dev/hda1 /mnt
If your windows partition is /dev/hda1.
hi,
ideally it should be 1/4 compression (a leased line norm with indian ISP's) ... i.e 32kBps but ... it lurks at 16k
But not too bad with 3 or 4K that you get with DishNET DSL ( maybe Dishnet DSL stands for DishNET Dumb Slow Line)
best regards Prakash Shetty
----- Original Message ----- From: "Amish Mehta" amish@ownmail.com To: linuxers@mm.ilug-bom.org.in Sent: Wednesday, April 10, 2002 6:48 PM Subject: Re: [ILUG-BOM] dsl or cable
I think 16K = 16 kilobytes(what browsers show) and 128K = 128 kilobits(your allocated speed). So dont worry, you are getting a perfect speed as 16*8=128. :-)
Amish.
Prakash Shetty wrote:
Well i get an average of 16K on this line ... mine is a so called 128K