Results 1 to 5 of 5
hi ya all
is it possible to install games onto a external harddrive? I have a dell mini laptop with absolutly no space on it. How could I install them ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-26-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
installing games onto externalharddrive??
hi ya all
is it possible to install games onto a external harddrive? I have a dell mini laptop with absolutly no space on it. How could I install them onto it if it is possible? If not how could I wipe my computer from stuff I dont need(without deleting system data). Also it is supposed to have 16 gb harddrive but only have 3gb available, and off those only 498mb free. My system specs are 1.6ghz processor Ubuntu8.04.01(hardy) suposed to have Windows on it to but havent found it yet. If I did it would allready be gone. Any help would be greatly appreciated.
- 04-26-2009 #2
Execute this
Post output here.Code:sudo fdisk -l df -h
Have you cleared apt-get cache?
Execute this
Execute df -h command again check if it has free up some space?Code:sudo apt-get clean all
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-26-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
[sudo] password for bob:
Sorry, try again.
[sudo] password for bob:
fdisk: invalid option -- 1
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors
bob@bob:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 3.4G 2.8G 433M 87% /
varrun 501M 92K 501M 1% /var/run
varlock 501M 0 501M 0% /var/lock
udev 501M 36K 501M 1% /dev
devshm 501M 12K 501M 1% /dev/shm
lrm 501M 1.9M 499M 1% /lib/modules/2.6.24-22-lpia/volatile
gvfs-fuse-daemon 3.4G 2.8G 433M 87% /home/bob/.gvfs
bob@bob:~$
ok thanks did and no it didnt free up any space
- 04-26-2009 #4Its small L in fdisk -l.[sudo] password for bob:
Sorry, try again.
[sudo] password for bob:
fdisk: invalid option -- 1
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
Execute sudo fdisk -l command again and post output here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-27-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
sorry about that here is what you asked for
Disk /dev/sda: 15.4 GB, 15408046080 bytes
1 heads, 1 sectors/track, 30093840 cylinders, total 30093840 sectors
Units = cylinders of 1 * 512 = 512 bytes
Disk identifier: 0x5c1a5c1a
Device Boot Start End Blocks Id System
/dev/sda1 64 48195 24066 de Dell Utility
/dev/sda2 * 48196 7389900 3670852+ 83 Linux
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
1 heads, 63 sectors/track, 7752336 cylinders
Units = cylinders of 63 * 512 = 32256 bytes
Disk identifier: 0x010970c2
Device Boot Start End Blocks Id System
/dev/sdb1 * 2 7752256 244196032+ 7 HPFS/NTFS
bob@bob:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 3.4G 2.8G 456M 87% /
varrun 501M 100K 501M 1% /var/run
varlock 501M 0 501M 0% /var/lock
udev 501M 44K 501M 1% /dev
devshm 501M 12K 501M 1% /dev/shm
lrm 501M 1.9M 499M 1% /lib/modules/2.6.24-22-lpia/volatile
gvfs-fuse-daemon 3.4G 2.8G 456M 87% /home/bob/.gvfs
/dev/sdb1 233G 9.4G 224G 5% /media/Expansion Drive
Device Boot Start End Blocks Id System
/dev/sdb1 * 2 7752256 244196032+ 7 HPFS/NTFS
bob@bob:~$


Reply With Quote
