Access to Linux (ext3) & Windows (FAT32) partitions (from Ubuntu 9.04)
Liam Proven
lproven at gmail.com
Mon Aug 10 17:34:49 UTC 2009
2009/8/10 Fred Roller <froller at tnclimited.com>:
> On Mon, 2009-08-10 at 09:54 +0530, Jay Mistry wrote:
>> On a new install of Ubuntu 9.04 on a home desktop PC, how can one
>> enable access to Windows XP (FAT32) and Fedora 10 (ext3) partitions
>> from within Ubuntu (using GNOME 2.26 desktop) ?
>
> for FAT32
> sudo mount -t cifs /dev/[fat32 partition] /mnt/[some dir]
Er, no!
"cifs" is the incorrect filesystem type here. Fred, I am not sure why
you picked CIFS here, even - it's Microsoft marketingspeak for the SMB
network sharing protocol. A typo or slip? You are perhaps getting
confused with the syntax to mount a remote Windows shared volume,
which is
mount -t smbfs -o username=[username] password=[password] //[address
of server]/[name of share] [mount point]
To mount a FAT32 disk, the syntax is:
mount -t vfat [path to partition device] [mount point]
To mount an NTFS disk, the syntax is something like:
mount -t ntfs-3g [path to partition device] [mount point]
(Those commands from memory - I do not have Ubuntu on this PC & right
now I'm in XP, not Crunchbang or Debian, which it does have.)
But often, in my experience, you can omit the FS type and the kernel
will work it out for itself.
However, on Ubuntu or another GNOME system, any Windows partitions
should show up on the GNOME Places menu, under "Computer". Just click
on Computer, look for the partitions by name - unless you're sloppy on
Windows and don't give your partitions meaningful names - in which
case, you'll have to guess by size.
--
Liam Proven • Profile: http://www.linkedin.com/in/liamproven
Email: lproven at cix.co.uk • GMail/GoogleTalk/Orkut: lproven at gmail.com
Tel: +44 20-8685-0498 • Cell: +44 7939-087884 • Fax: + 44 870-9151419
AOL/AIM/iChat/Yahoo/Skype: liamproven • LiveJournal/Twitter: lproven
MSN: lproven at hotmail.com • ICQ: 73187508
More information about the ubuntu-users
mailing list