Repartitioned my drive yesterday

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Repartitioned my drive yesterday

Post by Pu-239 »

Finally installed windows, using W2k bootloader as primary bootloader (looks nicer than LILO). Nuked the fat32 partition and expanded my linux partition.

Fstab file:

Code: Select all



# /etc/fstab: static file system information.
#
# <file system>					<mount point>		<type>		<options>				<dump>	<pass>

/dev/discs/disc0/part1			/							reiserfs		defaults							0	0
/dev/discs/disc0/part4			/mnt/windows				vfat		noexec,nosuid,umask=0000,fmask=666		0	0
#/dev/discs/disc0/part3			/mnt/storage				reiserfs	defaults								0	0

#/mnt/storage/.bind/archives	/var/cache/apt/archives 	reiserfs    bind		  	  		            	0   0
#/mnt/storage/.bind/src	        /usr/src	        		reiserfs	bind			                		0   0
/mnt/storage/down_shared		/mnt/down_shared			reiserfs	bind									0	0

#//up/up_shared					/mnt/up_shared				smbfs		fmask=666,password=,rw,users,noauto		0	0
/dev/floppy/0					/mnt/floppy					vfat		users,umask=0077,noexec,nosuid,noauto	0	0
/dev/cdroms/cdrom0				/mnt/cdrom0					iso9660		ro,users,mode=0444,noexec,nosuid,noauto	0	0
/dev/cdroms/cdrom1				/mnt/cdrom1					iso9660		ro,users,mode=0444,noexec,nosuid,noauto	0	0

/dev/discs/disc0/part2			none						swap		sw,pri=0								0	0
proc							/proc						proc		defaults								0	0
Commented out some unneeded stuff(used bind instead of symlinks, looks nicer on color ls, and using automount to prevent delays when listing contents of /mnt)

Linux partition is 34.5 GB, Windows is 5, and the swap partition is 512MB.
Network drive from win98 computer upstairs is 3GB, down to about 400 left in free space.

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Einhander Sn0m4n
Insane Railgunner
Posts: 18630
Joined: 2002-10-01 05:51am
Location: Louisiana... or Dagobah. You know, where Yoda lives.

Post by Einhander Sn0m4n »

Kool. And I'll bet you didn't even have to reboot either. 8) :P
Image Image
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Doing his level of work may have very well required a reboot
Post Reply