Moving new drive volume out of /media
Posted
by
nomoreflash
on Super User
See other posts from Super User
or by nomoreflash
Published on 2010-10-19T15:43:52Z
Indexed on
2011/06/21
0:24 UTC
Read the original article
Hit count: 462
I have the following filesystem:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 33G 2.7G 29G 9% /
udev 1007M 232K 1007M 1% /dev
none 1007M 244K 1007M 1% /dev/shm
none 1007M 292K 1007M 1% /var/run
none 1007M 0 1007M 0% /var/lock
none 1007M 0 1007M 0% /lib/init/rw
none 33G 2.7G 29G 9% /var/lib/ureadahead/debugfs
/dev/sdb1 137G 69M 137G 1% /media/New Volume
I want the /media/New Volume
to become part of /
. Does anyone know how I can do that without using gparted
etc.?
© Super User or respective owner