Thread: Fstab problem
fstab:
i know can sudo mount, want dev/sda1, sdb5 mount @ boot.code:# /etc/fstab: static file system information. # # use 'vol_id --uuid' print universally unique identifier # device; may used uuid= more robust way name devices # works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / on /dev/sda7 during installation uuid=a3b754c2-c72c-4200-bb05-dbc3dec3e071 / ext3 relatime,errors=remount-ro 0 1 # /home on /dev/sda8 during installation uuid=40a025fd-d1d9-4eac-b304-ab0419714f29 /home ext3 relatime 0 2 # swap on /dev/sda6 during installation uuid=55991bc9-274a-4b01-b14b-b9442ffa24fb none swap sw 0 0 /dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/sda1 /media/seed defaults 0 1 /dev/sdb5 /media/lib defaults 0 1
they're not mounting @ boot, , can't mount them myself without sudo mounting!
you don't have type included. need insert vfat, ntfs, ext3, whatever entries.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Fstab problem
Ubuntu
Comments
Post a Comment