$ sudo mount -v -t ext4 /dev/<xxx> $LFS where does this command go? I found the location in the book sect. 2.4 but I'm using ext3 instead of ext4. Is that a problem. Do I have to start over from scratch? If so, how do I delete all the previous steps w/o formatting my linux mint partition? The guys at the local linux user group said not to do this LFS project. Guess I'm just stubborn.
On Sun, Jun 2, 2013 at 6:02 PM, scott maxwell <rsm...@gmail.com> wrote: > $ sudo mount -v -t ext4 /dev/<xxx> $LFS > > > where does this command go? > > > On Sun, Jun 2, 2013 at 5:42 PM, Bruce Dubbs <bruce.du...@gmail.com> wrote: > >> A: Because it messes up the order in which people normally read text. >> Q: Why is top-posting such a bad thing? >> A: Top-posting. >> Q: What is the most annoying thing in e-mail? >> >> scott maxwell wrote: >> > Also, what is the output of: >> > >> > $ mount >> > $ fdisk -l >> > >> > This is from normal user acct. and not the lfs acct. >> >> Yes. You haven't finished everything needed before changing to the lfs >> user. >> >> > scott@scott-K52F ~ $ mount >> > /dev/sda7 on / type ext4 (rw,errors=remount-ro) >> > proc on /proc type proc (rw,noexec,nosuid,nodev) >> > sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) >> > none on /sys/fs/fuse/connections type fusectl (rw) >> > none on /sys/kernel/debug type debugfs (rw) >> > none on /sys/kernel/security type securityfs (rw) >> > udev on /dev type devtmpfs (rw,mode=0755) >> > devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) >> > tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755) >> > none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880) >> > none on /run/shm type tmpfs (rw,nosuid,nodev) >> > none on /run/user type tmpfs >> > (rw,noexec,nosuid,nodev,size=104857600,mode=0755) >> > /dev/sda5 on /boot type ext4 (rw) >> > /dev/sda8 on /home type ext4 (rw) >> > gvfsd-fuse on /run/user/scott/gvfs type fuse.gvfsd-fuse >> > (rw,nosuid,nodev,user=scott) >> >> $ sudo mount -v -t ext4 /dev/<xxx> $LFS >> >> -- Bruce >> -- >> http://linuxfromscratch.org/mailman/listinfo/lfs-support >> FAQ: http://www.linuxfromscratch.org/lfs/faq.html >> Unsubscribe: See the above information page >> > >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page