Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Dec 12, 2013 5:11 pm 
Offline
Senior Newbie

Joined: Mon Apr 28, 2008 3:31 am
Posts: 12
Hi,

Setting up a new VPS and I followed all the instructions in the Linode Library [url]https://library.linode.com/custom-instances/pv-grub-howto[/url for using stock kernel on Debian 7 Wheezy. It's booting up fine but I noticed that on boot, I get the following:

Code:
Booting 'Debian GNU/Linux, kernel 3.2.0-4-amd64'

root  (hd0)
 Filesystem type is ext2fs, using whole disk
kernel  /boot/vmlinuz-3.2.0-4-amd64 root=/dev/xvda console=hvc0 ro quiet
initrd  /boot/initrd.img-3.2.0-4-amd64




Disk is ext3 and the output of 'df -T' reports it as ext3. The kernel log shows this:
Code:
EXT3-fs (xvda): mounted filesystem with writeback data mode


Why is it reporting the filesytem type as ext2 initially? Is this a problem and if so, what do I need to do to fix it? My google-fu has failed me on this one.

Thanks for your help.

Terry


Top
   
PostPosted: Thu Dec 12, 2013 6:20 pm 
Offline
Junior Member
User avatar

Joined: Tue Dec 27, 2005 1:33 am
Posts: 43
Location: USA
The first message is from pv-grub, not the kernel, and it's probably saying ext2 because ext3 is just ext2 with journaling, which means you can use an ext2 driver to read ext3 filesystems, which is probably what pv-grub is doing.

What you should really care about is what the kernel says (in the output of `df -T` or `mount`). Since it says ext3, there's nothing for you to be concerned about.


Top
   
PostPosted: Thu Dec 12, 2013 8:32 pm 
Offline
Senior Newbie

Joined: Mon Apr 28, 2008 3:31 am
Posts: 12
Thanks for the response and explanation. I appreciate it.

Terry


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
RSS

Powered by phpBB® Forum Software © phpBB Group