侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

centos 6.5 reboot重启后如何启动svn

2023-12-04 星期一 / 0 评论 / 0 点赞 / 77 阅读 / 1868 字

1、挂载磁盘(根目录下mnt) [root@iZ23wmewzdwZ ~]# cd / [root@iZ23wmewzdwZ /]# cd mnt/ [root@iZ23wmewzdwZ mnt]#

1、挂载磁盘(根目录下mnt)
[root@iZ23wmewzdwZ ~]# cd /
[root@iZ23wmewzdwZ /]# cd mnt/
[root@iZ23wmewzdwZ mnt]# fdisk -l

Disk /dev/xvda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00078f9c

    Device Boot      Start         End      Blocks   Id  System
/dev/xvda1   *           1        2611    20970496   83  Linux

Disk /dev/xvdb: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/docker-202:1-789308-pool: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 65536 bytes
Disk identifier: 0x00000000

[root@iZ23wmewzdwZ mnt]# mount /dev/xvdb /mnt/
[root@iZ23wmewzdwZ mnt]# cd /mnt/
[root@iZ23wmewzdwZ mnt]# ls
lost+found  svn

2、启动SVN
[root@iZ23wmewzdwZ svn]# svnserve -d -r /mnt/svn

3、查看是否启动
[root@iZ23wmewzdwZ svn]# ps aux | grep svn
root      2019  0.0  0.0 156540   760 ?        Ss   11:53   0:00 svnserve -d -r /mnt/svn

广告 广告

评论区