cat /etc/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda4
UUID=740d1e44-acaa-47e0-9846-0a4575651cbb /               reiserfs
notail,relatime 0       1
# /dev/sda1
UUID=4439ba0c-7ed5-4cad-844b-97fa82e304c5 none            swap
sw              0       0
# /dev/sdb1
UUID=0551949e-262f-4955-a0e0-dd2f2ae7a620 none            swap
sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
# old home partition
UUID=dd1261ab-ea77-4645-8875-dc463651679b   /home2        reiserfs
notail,relatime   0   1
#/dev/sdb8                                   /home2         reiserfs
notail,relatime   0   1



sudo df -k

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda4             51988488   4222804  47765684   9% /
tmpfs                  1028144         0   1028144   0% /lib/init/rw
varrun                 1028144       304   1027840   1% /var/run
varlock                1028144         0   1028144   0% /var/lock
udev                   1028144      2916   1025228   1% /dev
tmpfs                  1028144       460   1027684   1% /dev/shm
lrm                    1028144      2380   1025764   1%
/lib/modules/2.6.27-7-generic/volatile
/dev/sdb8            212573540 110247412 102326128  52% /home2
/dev/sdd1              1957600   1684512    273088  87% /media/Lexar



sudo mount

/dev/sda4 on / type reiserfs (rw,relatime,notail)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.27-7-generic/volatile type tmpfs (rw,mode=755)
/dev/sdb8 on /home2 type reiserfs (rw,relatime,notail)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
(rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/mike/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=mike)
/dev/sdd1 on /media/Lexar type vfat
(rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)




sudo vgscan
sudo: vgscan: command not found

sudo lvdisplay
sudo: lvdisplay: command not found

I also can not find /mnt/etc/fstab. There is nothing currently in the /mnt
directory.



None of the partitions were created pvcreate, and none are encrypted. I have
only used Parted to create and modify partitions, and they all have valid
types when I use Parted to examine them.

I will try fsck on the volumes that don't mount

Mike
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Reply via email to