Page 1 of 1

Repartitioned my drive yesterday

Posted: 2003-08-17 12:14am
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.

Posted: 2003-08-17 02:07am
by Einhander Sn0m4n
Kool. And I'll bet you didn't even have to reboot either. 8) :P

Posted: 2003-08-17 02:09am
by phongn
Doing his level of work may have very well required a reboot