Greetings,
I am confused over my install and partitioning-- I used gparted to make some changes according to a post but now I am confused about whether I have goofed-up on my mount points. I am a complete newbie to Linux, but have checked postings and a so-so publication. I am running a new home build Asus MB with on-board video, AMD 64 x2 4000, 1 gb of memory. Here is the fdisk table
Device Boot Start End Blocks Id System
/dev/sda1 * 1 250 2008093+ 83 Linux
/dev/sda2 3917 7740 30716280 83 Linux
/dev/sda3 7741 19457 94116802+ 5 Extended
/dev/sda4 251 3916 29447145 83 Linux
/dev/sda5 19197 19457 2096482+ 82 Linux swap / Solaris
/dev/sda6 7741 12758 40307022 b W95 FAT32
/dev/sda7 12759 18372 45094423+ 7 HPFS/NTFS.
Here is the fstab table
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda4
UUID=2795def6-c55e-4f12-88f9-87c6f9b082e2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda1
UUID=dbeef1e3-d434-42ae-9ecf-b4624a903629 /boot ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda2
# /dev/sda3
/dev/sda3 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda2 /media/sda2 ext3 nouser,atime,auto,rw,dev,exec,suid 0 0
/dev/sda5 <mount\040point> swap noauto 0 0
I would like to arrange all the mount points in /media and mount the Fat32 partition--How do I do that? Is it a problem to have the sda 4 as a mount point in /?
here is the mount table
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 28G 2.3G 25G 9% /
varrun 440M 80K 440M 1% /var/run
varlock 440M 0 440M 0% /var/lock
udev 440M 68K 440M 1% /dev
devshm 440M 0 440M 0% /dev/shm
lrm 440M 38M 402M 9% /lib/modules/2.6.22-14-generic/volatile
/dev/sda1 1.9G 53M 1.8G 3% /boot
/dev/sda2 29G 173M 28G 1% /media/sda2
Let me know how things look--I havn't transferred files to the drive yet so If a re-install is the way to go I'll do that-- it is getting a bit "out-there" ;-)
Best
Gerard
I am confused over my install and partitioning-- I used gparted to make some changes according to a post but now I am confused about whether I have goofed-up on my mount points. I am a complete newbie to Linux, but have checked postings and a so-so publication. I am running a new home build Asus MB with on-board video, AMD 64 x2 4000, 1 gb of memory. Here is the fdisk table
Device Boot Start End Blocks Id System
/dev/sda1 * 1 250 2008093+ 83 Linux
/dev/sda2 3917 7740 30716280 83 Linux
/dev/sda3 7741 19457 94116802+ 5 Extended
/dev/sda4 251 3916 29447145 83 Linux
/dev/sda5 19197 19457 2096482+ 82 Linux swap / Solaris
/dev/sda6 7741 12758 40307022 b W95 FAT32
/dev/sda7 12759 18372 45094423+ 7 HPFS/NTFS.
Here is the fstab table
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda4
UUID=2795def6-c55e-4f12-88f9-87c6f9b082e2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda1
UUID=dbeef1e3-d434-42ae-9ecf-b4624a903629 /boot ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
# /dev/sda2
# /dev/sda3
/dev/sda3 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda2 /media/sda2 ext3 nouser,atime,auto,rw,dev,exec,suid 0 0
/dev/sda5 <mount\040point> swap noauto 0 0
I would like to arrange all the mount points in /media and mount the Fat32 partition--How do I do that? Is it a problem to have the sda 4 as a mount point in /?
here is the mount table
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 28G 2.3G 25G 9% /
varrun 440M 80K 440M 1% /var/run
varlock 440M 0 440M 0% /var/lock
udev 440M 68K 440M 1% /dev
devshm 440M 0 440M 0% /dev/shm
lrm 440M 38M 402M 9% /lib/modules/2.6.22-14-generic/volatile
/dev/sda1 1.9G 53M 1.8G 3% /boot
/dev/sda2 29G 173M 28G 1% /media/sda2
Let me know how things look--I havn't transferred files to the drive yet so If a re-install is the way to go I'll do that-- it is getting a bit "out-there" ;-)
Best
Gerard
Comment