Advertising
- Stuff
- Sunday, September 9th, 2007 at 10:03:02pm UTC
- [email protected]:~$ chmod a+xr /media/disk-1
- chmod: changing permissions of `/media/disk-1': Read-only file system
- [email protected]:~$ mount /media/disk-1 -o remount
- mount: only root can do that
- [email protected]:~$ sudo mount /media/disk-1 -o remount
- Password:
- Remounting is not supported at present. You have to umount volume and then mount it once again.
- [email protected]:~$ sudo umount /dev/sdb2
- umount: /dev/sdb2: not found
- [email protected]:~$ sudo umount /dev/sda2
- [email protected]:~$ sudo mount /dev/sda2 -o remount
- Remounting is not supported at present. You have to umount volume and then mount it once again.
- [email protected]:~$ sudo mount /dev/sda2 -o
- mount: option requires an argument -- o
- Usage: mount -V : print version
- mount -h : print this help
- mount : list mounted filesystems
- mount -l : idem, including volume labels
- So far the informational part. Next the mounting.
- The command is `mount [-t fstype] something somewhere'.
- Details found in /etc/fstab may be omitted.
- mount -a [-t|-O] ... : mount all stuff from /etc/fstab
- mount device : mount device at the known place
- mount directory : mount known device here
- mount -t type dev dir : ordinary mount command
- Note that one does not really mount a device, one mounts
- a filesystem (of the given type) found on the device.
- One can also mount an already visible directory tree elsewhere:
- mount --bind olddir newdir
- or move a subtree:
- mount --move olddir newdir
- A device can be given by name, say /dev/hda1 or /dev/cdrom,
- or by label, using -L label or by uuid, using -U uuid .
- Other options: [-nfFrsvw] [-o options] [-p passwdfd].
- For many more details, say man 8 mount .
- [email protected]:~$ sudo mount /dev/sda2
- Volume is scheduled for check. Please boot into Windows TWICE, or
- use the 'force' mount option. For example type on the command line:
- mount -t ntfs-3g /dev/sda2 /media/disk-1 -o force
- Or add the option to the relevant row in the /etc/fstab file:
- /dev/sda2 /media/disk-1 ntfs-3g defaults,force 0 0
- Usage: mount -V : print version
- mount -h : print this help
- mount : list mounted filesystems
- mount -l : idem, including volume labels
- So far the informational part. Next the mounting.
- The command is `mount [-t fstype] something somewhere'.
- Details found in /etc/fstab may be omitted.
- mount -a [-t|-O] ... : mount all stuff from /etc/fstab
- mount device : mount device at the known place
- mount directory : mount known device here
- mount -t type dev dir : ordinary mount command
- Note that one does not really mount a device, one mounts
- a filesystem (of the given type) found on the device.
- One can also mount an already visible directory tree elsewhere:
- mount --bind olddir newdir
- or move a subtree:
- mount --move olddir newdir
- A device can be given by name, say /dev/hda1 or /dev/cdrom,
- or by label, using -L label or by uuid, using -U uuid .
- Other options: [-nfFrsvw] [-o options] [-p passwdfd].
- For many more details, say man 8 mount .
- [email protected]:~$ sudo mount /dev/sda2 /media/disk-1 ntfs-3g
- Usage: mount -V : print version
- mount -h : print this help
- mount : list mounted filesystems
- mount -l : idem, including volume labels
- So far the informational part. Next the mounting.
- The command is `mount [-t fstype] something somewhere'.
- Details found in /etc/fstab may be omitted.
- mount -a [-t|-O] ... : mount all stuff from /etc/fstab
- mount device : mount device at the known place
- mount directory : mount known device here
- mount -t type dev dir : ordinary mount command
- Note that one does not really mount a device, one mounts
- a filesystem (of the given type) found on the device.
- One can also mount an already visible directory tree elsewhere:
- mount --bind olddir newdir
- or move a subtree:
- mount --move olddir newdir
- A device can be given by name, say /dev/hda1 or /dev/cdrom,
- or by label, using -L label or by uuid, using -U uuid .
- Other options: [-nfFrsvw] [-o options] [-p passwdfd].
- For many more details, say man 8 mount .
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.