Ubuntu 11.10 Oneiric Ocelot launched

doom2010

Journeyman
@nims11
It does not worked.

@doomgiver
I try this...
View attachment 5426

One thing i clarify that i can accesses these partition from x-window(gui) system but i want to accesses (files,folders) it from terminal.
 

nims11

BIOS Terminator
unmount /dev/sda6 by sudo umount /dev/sda6 and then try that command again if you want it to be mounted at other location.
for that last command, there is a space between gedit and /etc/fstab.

I think doomgiver's method is better, so i won't inquire what you did wrong with my method.
 

doom2010

Journeyman
@nims11
When i run the mount command the partition has disappeared from the
x-window system after umount it has appeared.
If i access the partition after starting the computer and then run the command it give a message that "mount is denied because the NTFS volume is already exclusively opened...."
I think when i access the partition from gui it automatically mount the partition.

Thanks for noticing my mistake.

@doomgiver
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda9 during installation
UUID=23939553-ecb8-41c9-a5c4-b01399de9516 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=59481c9c-9847-42b5-9548-1d671baa5833 none swap sw 0 0

@ico
Yes, i want to do it from terminal.
 

doomgiver

Warframe
add these two lines to the end of the file, and open the file with sudo gedit /etc/fstab

/dev/sda5 /media/mount1 ntfs-3g defaults,auto 0 0
/dev/sda6 /media/mount2 ntfs-3g defaults,auto 0 0

copy this very carefully.
there is a single space between each block.

also,your system used uuid names for mounted disks, i dont know how to use them so i've used this methood.
it *should* work, but in case it doesnt, remove the lines you added.
 

doomgiver

Warframe
Well i do it,copy & paste then save it.
I opened it in gedit from terminal as u said.Its same output...

1. open file using sudo gedit /etc/fstab
2. paste the 2 lines of code in the end (the ones ending with 0 0 )
3. save the file and close it
4. open again without sudo(in a new terminal) and paste the contents here
 

doom2010

Journeyman
@nims11
View attachment 5433


@doomgiver
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda9 during installation
UUID=23939553-ecb8-41c9-a5c4-b01399de9516 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=59481c9c-9847-42b5-9548-1d671baa5833 none swap sw 0 0
/dev/sda5 /media/mount1 ntfs-3g defaults,auto 0 0
/dev/sda6 /media/mount2 ntfs-3g defaults,auto 0 0
 

doomgiver

Warframe
sudo blkid

then see the long number (UUID) of /dev/sda5 /dev/sda6 and copy and replace them exactly in the fstab file in the respective places.

make sure that there are no "" in the file.

How To Use UUID To Mount Partitions / Volumes Under Ubuntu Linux
^^ take help from here.
 

Neo

.
i have installed it using Wubi cuz i was facing a problem which said "no root file system is defined" during installation, i have been a windows user so dunt know any thing about file system.
help me install it.
thanx
 

doomgiver

Warframe
prime rule : never use wubi.
its not the same as the real thing.... you face problems, and we cant solve most of them.
 

nims11

BIOS Terminator
i have installed it using Wubi cuz i was facing a problem which said "no root file system is defined" during installation, i have been a windows user so dunt know any thing about file system.
help me install it.
thanx

select manual partitioning after entering the ubuntu installation. create an ext4 partition and set '/' as mount point. also make a swap partition of double your RAM.
 

Faun

Wahahaha~!
Staff member
I don't find unity as obtrusive. No compulsion to install Gnome 3. Might be because my primary taskbar is AWN.
 

Piyush

Lanaya
Yumi/Unetbootin are better than Wubi

BTW my Gnome 3 interface looks gibberish
time to do fresh install of gfx driver
 

Neo

.
i'hv successfylly installed ubuntu but facing a problem
i'm not able to open any of the drives other than in which i installed Ubuntu.
I mounted them as /home and /boot .
and ubuntu is installed in "/".
Did i do a mistake?
 
Top Bottom