You are not logged in.

#1 2004-03-03 19:25:36

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

No newline in fstab

big_smile  smile   

   Error showing up about newline in fstab.

  Activity required:  carriage return (enter) at last entry in fstab to create newline.

  Performed that religiously but the error message remains.

  Perhaps someone knows how to eliminate the newline error message?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#2 2004-03-03 21:09:02

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: No newline in fstab

perhaps if you show us your fstab we can tell you what syntax error is causing that problem.


AKA uknowme

I am not your friend

Offline

#3 2004-03-03 21:12:09

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No newline in fstab

big_smile  smile   #
# /etc/fstab: static file system information
#
# <file system>        <dir>     <type>    <options>              <dump> <pass>

#/dev/#EXT2FS_BOOT#    /boot     ext2      defaults               0      1
#/dev/#REISERFS_ROOT#  /         reiserfs  defaults               0      0
#/dev/#EXT2FS_ROOT#    /         ext2      defaults               0      1
#/dev/#SWAP#           swap      swap      defaults               0      0
#/dev/#REISERFS_HOME#  /home     reiserfs  defaults               0      0
#/dev/#EXT2FS_HOME#    /home     ext2      defaults               0      2

/dev/cdroms/cdrom0     /mnt/cd   iso9660   ro,user,noauto,unhide  0      0
/dev/cdroms/cdrom0     /mnt/dvd  udf       ro,user,noauto,unhide  0      0
/dev/floppy/0          /mnt/fl   vfat      user,noauto,unhide     0      0
none                   /proc     /proc     defaults               0      0

devpts           /dev/pts        devpts       defaults            0      0
none                   /dev/shm  tmpfs     defaults               0      0
tmpfs                  /tmp      tmpfs     size=2G,nr_inodes=10k  0      0
/dev/discs/disc0/part3 / ext3 defaults 0 1
/dev/discs/disc0/part1 /boot ext2 defaults 0 1
/dev/discs/disc0/part2 swap swap defaults 0 0
/dev/sda1             /mnt/fat1  vfat defaults  0  0
/dev/discs/disc2/part1 /mnt/fat2  vfat  defaults 0  0
/dev/discs/disc1/part3 /mnt/root  ext3  defaults  0  0
/dev/cdroms/cdrw     /mnt/cdrw  iso9660  rw,user,noauto,unhide 0   0


  Hope this helps!


     


#End of File


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#4 2004-03-04 10:40:19

natael
Member
From: Norway
Registered: 2003-11-20
Posts: 11
Website

Re: No newline in fstab

#End of File

If this is actually the last line of the file, 100 newlines before it won't make a difference. You need the last line of the file to be an empty one.

Offline

Board footer

Powered by FluxBB