07-04-2009, 05:16 PM
|
#5 (permalink)
|
Newb Techie Join Date: Aug 2004 Posts: 21
| Re: Switching from XP to Ubuntu, how to? Quote:
Originally Posted by oldskool
Note: Something interesting, you posted at 3:56 (my local time) and I posted at 6:53 (my time as well). Numbers are exactly opposite each other  | Haha thats awesome
I'm following the guide and have gotten to this step Quote:
The defaults part may allow you to read, but not write. To write other partition and FAT specific options must be used. If gnome is being used, use the right-click, mount method. Then launch the mount command from terminal, no options. The last entry should be the FAT drive and and look something like:
/dev/sda5 on /media/mynewdrive type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1 000,utf8,umask=077,flush)
All of the parts between the parenthesis are the mount options and should replace "defaults" in the fstab file. The "2" at the end instructs your system to run a quick file system check on the hard drive at every boot. Changing it to "0" will skip this. Run 'man fstab' for more info here.
| I'm not sure what I am supposed to do here. I tried doing "sudo mount -a" and got the following message Quote:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
| |
| |