Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 13-07-2007, 04:02 PM   #1 (permalink)
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 494
Smile help me on these problems

hi
every time i log into ubuntu 7.04 i have to mount my FAT32 partions from
PLACES->COMPUTERS is there any way so that these partions will mount automatically after ubuntu stars.
also
is there any download meter for ubnutu cos i have 400mbs per month conne.

Code:

sudo fdisk -l

gives this results

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

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ c W95 FAT32 (LBA)
/dev/sda2 2551 9130 52853850 f W95 Ext'd (LBA)
/dev/sda3 9131 9733 4843597+ 83 Linux
/dev/sda5 2551 5100 20482843+ b W95 FAT32
/dev/sda6 5101 7650 20482843+ b W95 FAT32
/dev/sda7 7651 9095 11606931 b W95 FAT32
/dev/sda8 9096 9130 281106 82 Linux swap / Solaris
_________________

Last edited by saurabh kakkar; 13-07-2007 at 04:19 PM.
saurabh kakkar is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-07-2007, 05:08 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: help me on these problems

1. Add the required entry to fstab. But, actually it should do it automatically. Did you disable hal or pmount of something?
2. If you use DataOne, there are scripts like dobs and such which have bandwidth meters. Else conky is really nice for that. I use conky for few other things too.
mehulved is offline  
Old 13-07-2007, 05:39 PM   #3 (permalink)
!FREEWARES!
 
Akshay's Avatar
 
Join Date: Aug 2004
Location: Mumbai
Posts: 1,051
Default Re: help me on these problems

@saurabh

For ur 1st query, refer THIS THREAD. Evn I faced d same prb n I got help frm lots of members n my prb was finally solved.
__________________
MBP 13.3";
PC: Core i-5 2400, Intel H67, GSkill 4GB DDR3, Sapphire 6850 Toxic, 1TB HDD, Samsung P2370
Akshay is offline  
Old 13-07-2007, 10:03 PM   #4 (permalink)
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 494
Smile Re: help me on these problems

Quote:
Originally Posted by mehulved
1. Add the required entry to fstab. But, actually it should do it automatically. Did you disable hal or pmount of something?
2. If you use DataOne, there are scripts like dobs and such which have bandwidth meters. Else conky is really nice for that. I use conky for few other things too.
sir i am new in linux i have disabled nothing i have also tried to mount the drives as stated in ubuntu giude but all in vain

also i am interesred in using conky can u tell me will conky maintain a data

base of my daily usage like Dumeter( in windows)

@Akshay i will try this
saurabh kakkar is offline  
Old 13-07-2007, 10:26 PM   #5 (permalink)
UbuntuUser
 
cynosure's Avatar
 
Join Date: Sep 2006
Location: India
Posts: 741
Default Re: help me on these problems

Do this in a terminal:

1) sudo gedit /etc/fstab
2) Add some lines
The common format is
File System (The /dev/sd* of your drive)
Mount point (This is the folder in which you drive appears to be present, this has to be made by you.)
type (The type of partition you have, like in windows its fat32 and/or ntfs. Use vfat for windows partitions and ext2/3 etc for linux)
options:: Leave it as "defaults"
dump:: I dont really understand what is this but a value of 0 (zero) works for me.
pass:: same as above.

so its like of you are adding a win partion in you box then do this.
Make a folder where you want your partition to be mounted. Let it be your sda drive in /XYZ.<= This is the location from where you can access your drive. This can be anywhere as long as you are root.
So edit the fstab file with sudo gedit and add the "isse neeche waali line" under
/dev/sda3 / ext3 *whatever option you have* 0 1 << This line is default and you will find it there in fstab.

So your line that you need to add should be::
/dev/sda1 /XYZ vfat defaults 0 0

this should add your sda1 folder in XYZ folder under root directory. Then save the file ( You should be root or *sudo*)
__________________
Core 2 Quad Q6600 G0, XFX 650i ultra, XFX 8600GT 512MB, Seagate 320GB, Altec Lansing ATP3, 2x1GB 800MHz, 19" Viewsonic VA1912WB, LiteOn DVD burner, Logitech K/B, mouse, Amigo 500W PSU, Local Cabby.
cynosure is offline  
Old 14-07-2007, 05:10 AM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Red face Re: help me on these problems

Quote:
Originally Posted by saurabh kakkar
hi
every time i log into ubuntu 7.04 i have to mount my FAT32 partions from
PLACES->COMPUTERS is there any way so that these partions will mount automatically after ubuntu stars.
Code:

sudo fdisk -l

gives this results

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

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ c W95 FAT32 (LBA)
/dev/sda2 2551 9130 52853850 f W95 Ext'd (LBA)
/dev/sda3 9131 9733 4843597+ 83 Linux
/dev/sda5 2551 5100 20482843+ b W95 FAT32
/dev/sda6 5101 7650 20482843+ b W95 FAT32
/dev/sda7 7651 9095 11606931 b W95 FAT32
/dev/sda8 9096 9130 281106 82 Linux swap / Solaris
_________________
for this do as below:
press ALT+F2 to get run dialog.run below commands to open /etc/fstab in gedit:
when prompted,give ur passwd.
Code:
gksudo gedit /etc/fstab
then paste below list to it and save.
Code:
/dev/sda1   /media/sda1     vfat     defaults    0    0
/dev/sda5   /media/sda5     vfat     defaults    0    0
/dev/sda6   /media/sda6     vfat     defaults    0    0
/dev/sda7   /media/sda7     vfat     defaults    0    0
save and exit editor.
then,
open a terminal(in menu Applications>Accessories>Terminal or simply right clik select-n-open):
run below commands:
Code:
sudo  mkdir  /media/sda1 /media/sda5 /media/sda6 /media/sda7
^ make sure there is space left.execute the command by pressing enter key.
now execute below command:
Code:
sudo mount  -a
Now open Nautilus File Manager and go to /media directory to browse ur fat directories mounted.this is automatically mounted each time booting.



Quote:
Originally Posted by saurabh kakkar
also
is there any download meter for ubnutu cos i have 400mbs per month conne.
that can be a possibility if someone writes such a script.
there is even a script to find dataone usage/month,but that is when except IE no other browsers were supported in Dataone admin website.
For this time,
using Opera browser seems the easiest way,it works with dataone admin site.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 14-07-2007, 09:32 PM   #7 (permalink)
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 494
Default Re: help me on these problems

i am thankfull to all for there suggestions

@praka123 thanks buddy Ur method solved my mounting problem . can u tell

me the source ?

i am still in search of some meter cos i am a noob in Linux word . i am having

mtnl connection

also cos of 400 mbs/month i have disabled all the multimedia support (opens

when needed ) like photos , animation in I.E in windows .what should i do in

firefox in ubuntu ?
saurabh kakkar is offline  
Old 14-07-2007, 09:45 PM   #8 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,751
Default Re: help me on these problems

Get Opera for ubuntu... it works real fast...
btw the source for praka's solution is his brain. Its filled with linux stuff..
Pathik is offline  
Old 15-07-2007, 04:04 PM   #9 (permalink)
Burning Bright
 
anantkhaitan's Avatar
 
Join Date: May 2006
Location: NIT, Bhopal
Posts: 266
Default Re: help me on these problems

Well
Code:
/dev/sda1   /media/sda1     vfat     defaults    0    0
will not give you "Read and Write" permission in vfat partition as local user.. so the parameter(s) I prefer
Code:
/dev/sda1   /media/sda1     vfat users,rw,umask=000 0 0
Source

As for disabling/enabling multimedia contents in browser (Firefox) in concerned
Edit> Preference> Content
__________________
..::Fedora ::.. Freedom + Infinity + Speech
Registered Linux User #447318

GNUger was here.... Grrr....

Maah! Blog
http://brightedges.blogspot.com/

Last edited by anantkhaitan; 15-07-2007 at 04:11 PM.
anantkhaitan is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems and more problems with Linux phreak0ut Open Source 25 16-11-2006 09:38 PM
some problems vysakh QnA (read only) 1 28-01-2006 12:36 AM
Help! DVD-ROM problems pantheratigris Hardware Q&A 2 22-12-2005 03:15 AM
Just a few problems... QwertyManiac QnA (read only) 6 22-12-2005 02:22 AM
DOS problems cool_techie QnA (read only) 4 27-01-2005 11:12 PM


All times are GMT +5.5. The time now is 01:10 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2